index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unposted: .editorconfig: Specify spaces rather than tabs for zsh scripts.
Daniel Shahaf
2020-03-12
1
-0
/
+5
*
45470: C02cond: Simplify '-N cond' test
dana
2020-03-11
1
-0
/
+2
*
45424: completion: Add **/sbin to PATH when completing commands like sudo
dana
2020-03-11
1
-0
/
+7
*
45524: Add completion for dscverify(1) from Debian's devscripts.
Romain Porte
2020-03-10
1
-0
/
+5
*
45518 + unposted tweak (change single quotes to double quotes): Fix V01zmotlo...
Daniel Shahaf
2020-03-09
1
-0
/
+6
*
unposted: Move a new incompatibility notice.
5.9
Daniel Shahaf
2020-03-07
1
-0
/
+2
*
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
2020-03-07
1
-0
/
+163
|
\
|
*
unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
Daniel Shahaf
2020-03-06
1
-0
/
+5
|
*
45509: fix typos in B01cd.ztst
Jun-ichi Takimoto
2020-03-06
1
-0
/
+2
|
*
45490 (+45495 and a test): refactor rlimits.c
Jun-ichi Takimoto
2020-03-06
1
-0
/
+7
|
*
github #49: Fix typo: longson should be loongson
Bryan Irvine
2020-03-05
1
-0
/
+5
|
*
users/24710: Fix job control problem with sudo.
Peter Stephenson
2020-02-27
1
-0
/
+7
|
*
45492: skip test added by users/24633 on Cygwin
Jun-ichi Takimoto
2020-02-27
1
-0
/
+5
|
*
45488: COMP_WORDS for bash need "$@"-style quoting
Marc
2020-02-25
1
-0
/
+5
|
*
45487: Missing mod_export declarations for AIX
Peter Stephenson
2020-02-24
1
-0
/
+6
|
*
45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks...
Daniel Shahaf
2020-02-19
1
-0
/
+8
|
*
45463: test: kill: Document why we use SIGURG
Chris Down
2020-02-18
1
-0
/
+3
|
*
45453: builtins: kill: Do not signal current process group when pid is empty
Chris Down
2020-02-18
1
-0
/
+3
|
*
45452: builtins: kill: Add `kill ''` regression test with explicit sigspec
Chris Down
2020-02-18
1
-0
/
+3
|
*
45451: builtins: kill: Add basic test suite
Chris Down
2020-02-18
1
-0
/
+4
|
*
github #48/0002: vcs_info git: properly detect bare repositories
brian m. carlson
2020-02-17
1
-0
/
+4
|
*
github #48/0001: vcs_info git: avoid warnings in bare repositories
brian m. carlson
2020-02-17
1
-0
/
+6
|
*
unposted: Post-release version bump
dana
2020-02-14
1
-0
/
+2
|
*
unposted: Release 5.8
zsh-5.8
dana
2020-02-14
1
-0
/
+2
|
*
CVE-2019-20044: Update change log for preceding commits
dana
2020-02-14
1
-0
/
+6
|
*
unposted: V01zmodload: Fix failing test from workers/45385
dana
2020-02-14
1
-0
/
+3
|
*
45423: _su: Improve arg handling, shell look-ups
dana
2020-02-14
1
-0
/
+5
|
*
unposted: _zip: Recognise '--'
dana
2020-02-07
1
-0
/
+4
|
*
45385: Add a test for 'zmodload -Fa' preemptively disabling ("blacklisting"?)...
Daniel Shahaf
2020-02-07
1
-0
/
+5
|
*
unposted: Test release: 5.7.1-test-3
zsh-5.7.1-test-3
dana
2020-02-06
1
-0
/
+2
|
*
zsh/system: Fix infinite loop in sysread
Roman Perepelitsa
2020-02-06
1
-0
/
+3
|
*
_diff_options: Restore -w completion lost in workers/43351
Martin von Wittich
2020-02-06
1
-0
/
+6
|
*
unposted: Fix ChangeLog typo.
Daniel Shahaf
2020-02-06
1
-1
/
+1
|
*
45368: Add tests for workers/45367's issue about double slashes in 'cd -P' an...
Daniel Shahaf
2020-02-03
1
-0
/
+6
|
*
45373: Fix ERR_EXIT bug in else branch of if.
Peter Stephenson
2020-02-02
1
-0
/
+5
|
*
45372: Record a symlink loop bug involving :P
Daniel Shahaf
2020-02-02
1
-0
/
+4
|
*
45365: _git: Fix __git_recent_branches for the case when a commit has an empt...
WGH
2020-02-02
1
-0
/
+5
|
*
45343: Queue signals around arithmetic evaluations
Daniel Shahaf
2020-01-29
1
-0
/
+3
|
*
45344: Document where third-party completion functions should be installed.
Daniel Shahaf
2020-01-29
1
-0
/
+5
|
*
45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload
Daniel Shahaf
2020-01-28
1
-0
/
+5
|
*
unposted: internal: Add some comments and fix indentation. No functional cha...
Daniel Shahaf
2020-01-26
1
-0
/
+5
|
*
45340: internal: Document the difference between paramtab and realparamtab.
Daniel Shahaf
2020-01-23
1
-0
/
+5
|
*
45332: _git: add completion for git-version
Eitan Adler
2020-01-19
1
-0
/
+9
*
|
unposted: Fix trailing whitespace in test expectations.
Daniel Shahaf
2020-03-07
1
-0
/
+5
*
|
45342: Add tests for interaction between autoloadable parameters and module l...
Daniel Shahaf
2020-01-29
1
-0
/
+5
*
|
45313: _git: Support completion from outside of a worktree when --git-dir/--w...
Daniel Shahaf
2020-01-17
1
-0
/
+6
*
|
45304: Do execute the always block even when the try/always block itself is t...
Daniel Shahaf
2020-01-16
1
-0
/
+5
*
|
Merge branch 'master' into 5.9
Daniel Shahaf
2020-01-16
1
-0
/
+14
|
\
|
|
*
45305: Add an XFail test: The exec-last-command optimization is applied to tr...
Daniel Shahaf
2020-01-16
1
-0
/
+3
|
*
45307: zstyle docs: Unoverload a placeholder variable name.
Daniel Shahaf
2020-01-16
1
-0
/
+3
[prev]
[next]