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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
30430: fix some errors and outdatedness in intro.ms
Mikael Magnusson
2012-04-25
1
-1
/
+3
*
30429: avoid error in _init_d when service doesn't exist
Mikael Magnusson
2012-04-25
1
-1
/
+6
*
unposted: add test for valid identifier to 30431
Peter Stephenson
2012-04-22
1
-1
/
+3
*
30439: ${...:*...} with nonexistent or non-array after *
Peter Stephenson
2012-04-22
1
-2
/
+6
*
30431 with typo in _typeset fix:
Peter Stephenson
2012-04-22
1
-1
/
+9
*
30433: double backslash is not line continuation.
Bart Schaefer
2012-04-21
1
-1
/
+5
*
30427: fix syntax error from previous commit
Mikael Magnusson
2012-04-20
1
-1
/
+4
*
30412: document set-local-history
Mikael Magnusson
2012-04-19
1
-1
/
+6
*
Michael Proko: 30414: more flexible configuration file finding for _mdadm
Peter Stephenson
2012-04-16
1
-1
/
+4
*
30413: (q-) parameter flag should quote null string
Peter Stephenson
2012-04-16
1
-1
/
+7
*
unposted: incporate Bart's NEWS suggestions from 30408
Peter Stephenson
2012-04-15
1
-1
/
+4
*
30410 plus one other case: avoid divide-by-zero errors
Peter Stephenson
2012-04-15
1
-1
/
+6
*
30402: turn intro.ms into intro.pdf for doc distribution
Peter Stephenson
2012-04-14
1
-1
/
+6
*
30406: NEWS: typo fixes
Mikael Magnusson
2012-04-14
1
-1
/
+5
*
update Etc/.distfiles for moved NEWS-4.3
Peter Stephenson
2012-04-13
1
-1
/
+3
*
Christian Neukirchen: 30398, 30399: TIMEFMT documentation
Peter Stephenson
2012-04-13
1
-1
/
+4
*
30400 plus extra tweaks: update NEWS for 5.0
Peter Stephenson
2012-04-13
1
-1
/
+6
*
30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()
Peter Stephenson
2012-04-13
1
-1
/
+7
*
fix UTF-8
Peter Stephenson
2012-04-12
1
-2
/
+2
*
30388, 30389 (Stephane): zargs: handle zero-length arguments.
Peter Stephenson
2012-04-12
1
-1
/
+6
*
30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() by
Bart Schaefer
2012-04-10
1
-1
/
+19
*
users/16944: more locals needed in url-quote-magic
Peter Stephenson
2012-04-01
1
-1
/
+6
*
doc the Functions/Zle/split-shell-arguments commit
Peter Stephenson
2012-03-30
1
-1
/
+4
*
add some braces to avoid compiler warnings
Peter Stephenson
2012-03-30
1
-1
/
+6
*
unposted: add missing parenthesis
Peter Stephenson
2012-03-29
1
-1
/
+3
*
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Peter Stephenson
2012-03-29
1
-1
/
+7
*
30378: new gradle completion
Mikael Magnusson
2012-03-25
1
-1
/
+6
*
30368: _tmux: complete arguments to unambiguous partial subcommands
Mikael Magnusson
2012-03-24
1
-1
/
+5
*
30372: _tmux: redirect errors to /dev/null
Mikael Magnusson
2012-03-24
1
-1
/
+4
*
30371: _ssh: you can specify -i multiple times
Mikael Magnusson
2012-03-24
1
-1
/
+6
*
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/n...
Simon Ruderich
2012-03-23
1
-1
/
+3
*
30366: Misc/vcs_info-examples: Fix outdated quilt examples.
Simon Ruderich
2012-03-23
1
-1
/
+5
*
30354: Luka Perkov: quilt completion update
Peter Stephenson
2012-03-13
1
-1
/
+3
*
30351 + 30352: metafy strings on import into zsh variables
Peter Stephenson
2012-03-13
1
-1
/
+7
*
users/16865: note that -eq is less convient than (( ... == ... ))
Peter Stephenson
2012-03-07
1
-1
/
+7
*
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Bart Schaefer
2012-03-07
1
-1
/
+12
*
Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
Peter Stephenson
2012-03-06
1
-1
/
+6
*
30317: complete git merge --ff-only
Clint Adams
2012-03-06
1
-1
/
+3
*
30316: complete .pdf for evince and epdfview.
Clint Adams
2012-03-06
1
-1
/
+4
*
30314: add completion for ssh-copy-id.
Clint Adams
2012-03-05
1
-2
/
+7
*
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
2012-03-05
1
-1
/
+8
*
30303: emulate inside function marked for execution tracing enables xtrace
Peter Stephenson
2012-03-01
1
-1
/
+6
*
Several previously uncommitted patches or patches based on list discussion;
Bart Schaefer
2012-03-01
1
-2
/
+22
*
30276: Src/glob.c: Use zlong rather than int when calculating brace expansion...
Mikael Magnusson
2012-02-29
1
-1
/
+6
*
30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset
Peter Stephenson
2012-02-29
1
-2
/
+7
*
30270: don't need errors when testing to see if mtime test will work
Peter Stephenson
2012-02-26
1
-1
/
+5
*
update to 4.3.17-dev-0 and fix year
Peter Stephenson
2012-02-26
1
-1
/
+7
*
unposted: 4.3.17
zsh-4.3.17
Peter Stephenson
2012-02-23
1
-1
/
+5
*
30242: Tests for ${...=...} in POSIX emulation
Bart Schaefer
2012-02-22
1
-3
/
+4
*
30238 plus small tweaks: document the fork behaviour on suspending complex
Peter Stephenson
2012-02-22
1
-1
/
+6
[next]