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
...
*
42550: new completion for ruby's gem
Oliver Kiddle
2018-03-28
1
-0
/
+2
*
42539: prevent overflow of PATH_MAX-sized buffer in spelling correction
Oliver Kiddle
2018-03-28
1
-0
/
+5
*
42538: Temporarily set umask for here document.
Martijn Dekker
2018-03-27
1
-0
/
+6
*
42480: optimize $#var for single-byte character sets
Barton E. Schaefer
2018-03-25
1
-0
/
+4
*
42505 (corrected): prepare for 5.5 release
zsh-5.4.2-test-1
Peter Stephenson
2018-03-25
1
-0
/
+4
*
42520: don't use an empty but existing option cache in netcat completion
Oliver Kiddle
2018-03-24
1
-0
/
+3
*
42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make comple...
Oliver Kiddle
2018-03-24
1
-0
/
+4
*
42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file com...
Oliver Kiddle
2018-03-24
1
-0
/
+3
*
42518, CVE-2018-1071: check bounds when copying path in hashcmd()
Oliver Kiddle
2018-03-24
1
-0
/
+5
*
unposted: add 'static' to a file-local variable
Jun-ichi Takimoto
2018-03-24
1
-0
/
+3
*
42501: avoid out of bound pointer (as 42487)
Jun-ichi Takimoto
2018-03-24
1
-0
/
+5
*
42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use fo...
Oliver Kiddle
2018-03-24
1
-0
/
+5
*
42497 (tweaked c.f. 42498): make completion after apt install work on local ....
Oliver Kiddle
2018-03-23
1
-0
/
+5
*
42191: new completion for otool (macOS)
Jun-ichi Takimoto
2018-03-22
1
-0
/
+4
*
42487: Fix pointer problems in compctl.
Peter Stephenson
2018-03-21
1
-0
/
+5
*
42469: necessary repairs to 42465 found by "make check"
Stephane Chazelas
2018-03-18
1
-0
/
+4
*
42465: Pass up error status from readoutput().
Stephane Chazelas
2018-03-15
1
-0
/
+6
*
42453: Fix race in look up of status for wait.
Peter Stephenson
2018-03-12
1
-0
/
+5
*
github #22: Add newer C++ standard options to gcc completion
Ferenc-
2018-03-07
1
-0
/
+3
*
github #23: new kdeconnect-cli completion
Matthijs Tijink
2018-03-07
1
-0
/
+5
*
42365: Use .zwc file if timestamp identical to source.
Martijn Dekker
2018-03-05
1
-0
/
+5
*
42411: Assume current C librarires handle free(NULL)
Taylor West
2018-03-04
1
-0
/
+5
*
23180: Fix expand-or-complete with ~[...].
Peter Stephenson
2018-02-26
1
-0
/
+4
*
42401: workaround for gcc -foptimize-strlen oddit.
Peter Stephenson
2018-02-26
1
-0
/
+3
*
users/23169: only expand ~[...] under the same circumstances as other ~forms
Peter Stephenson
2018-02-26
1
-0
/
+4
*
42399: document echo and behaviour of - and --
Peter Stephenson
2018-02-26
1
-0
/
+5
*
42364: _git: fix __git_ignore_line to ignore the current word
Daniel Hahler
2018-02-22
1
-0
/
+5
*
42362: protect REPORTTIME logic from bad status
Peter Stephenson
2018-02-17
1
-0
/
+4
*
ChangeLog typos.
Peter Stephenson
2018-02-13
1
-2
/
+2
*
Document REPORTMEMORY is in Kb, not Mb
Peter Stephenson
2018-02-13
1
-0
/
+5
*
42355: Fix use of backslashes on here doc input.
Peter Stephenson
2018-02-12
1
-0
/
+6
*
42324: _git: handle mutually exclusive options
Daniel Hahler
2018-02-12
1
-0
/
+5
*
42327: _make: complete _files
Daniel Hahler
2018-02-11
1
-0
/
+4
*
unposted: _subversion: Support subcommands with hyphens in their names, such ...
Daniel Shahaf
2018-02-08
1
-0
/
+6
*
42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ...
Christian Hesse
2018-02-08
1
-0
/
+4
*
42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSD
Matthew Martin
2018-02-08
1
-0
/
+3
*
42336: force single column output when getting filenames with adb ls command
WGH
2018-02-07
1
-0
/
+3
*
42343: complete --config-option to svn more than once
Oliver Kiddle
2018-02-07
1
-0
/
+5
*
Fix confusing change log entry for foregoing commit.
Peter Stephenson
2018-01-31
1
-1
/
+1
*
42332: Special case unsigned printf formats.
Peter Stephenson
2018-01-31
1
-0
/
+6
*
Add ChangeLog entry for previous commit
Daniel Hahler
2018-01-24
1
-0
/
+5
*
42322 (tweaked): Fix interactive_comments history with just a coment.
Peter Stephenson
2018-01-24
1
-0
/
+7
*
42313: avoid null-pointer deref when using ${(PA)...} on an empty array result
Joey Pabalinas
2018-01-23
1
-0
/
+5
*
42317: completion option updates for commands that have had recent updates
Oliver Kiddle
2018-01-23
1
-0
/
+9
*
42299: correct optional argument
Oliver Kiddle
2018-01-23
1
-0
/
+2
*
42309: A few small updates for OpenBSD
Matthew Martin
2018-01-23
1
-0
/
+6
*
42305: CVS should be git
Daniel Tameling
2018-01-22
1
-0
/
+4
*
Fix overlapping commits
Barton E. Schaefer
2018-01-21
1
-0
/
+5
|
\
|
*
42243: Free stuff properly in zsh/pcre module
Mikael Magnusson
2018-01-20
1
-0
/
+5
*
|
41924: (wi) subscript flag interaction
dana
2018-01-19
1
-0
/
+2
[prev]
[next]