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
...
*
Fix typo from 28487
Mikael Magnusson
2015-02-14
1
-0
/
+4
*
34546: further $_ with anon function fix.
Peter Stephenson
2015-02-13
1
-0
/
+5
*
34519: $_ for arguments of anonymous function
Peter Stephenson
2015-02-12
1
-0
/
+5
*
34476: change _store_cache assignment format
Barton E. Schaefer
2015-02-12
1
-0
/
+4
*
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
2015-02-12
1
-0
/
+6
*
users/19850: add pattern support to watch variable
Peter Stephenson
2015-02-11
1
-0
/
+5
*
34490: Fix leak on print -zf/-sf error
Mikael Magnusson
2015-02-10
1
-0
/
+2
*
34488: Fix use-after-free for print -zf and print -sf
Mikael Magnusson
2015-02-10
1
-0
/
+5
*
34485: More rationalisation for anonymous functions.
Peter Stephenson
2015-02-09
1
-0
/
+8
*
34466: Fix double unmeta in rm verification
Mikael Magnusson
2015-02-09
1
-0
/
+4
*
34468: completion: git: stash: handle 'save' being the default
Daniel Hahler
2015-02-08
1
-0
/
+3
*
34467: completion: git: minor doc fixes
Daniel Hahler
2015-02-08
1
-0
/
+3
*
34470: completion: adb: add "sideload" command
Daniel Hahler
2015-02-08
1
-0
/
+3
*
34469: git completion: add "stash" from refs/stash to __git_heads
Daniel Hahler
2015-02-08
1
-0
/
+5
*
34464: Update mtr completion to mtr 0.82
Daniel Shahaf
2015-02-07
1
-0
/
+5
*
34456: lopts should be initialized as an array
Jun-ichi Takimoto
2015-02-06
1
-0
/
+4
*
users/19825: Clear statement about POSIX compatibility
Peter Stephenson
2015-02-06
1
-0
/
+5
*
unposted: fix formatting of "--".
Barton E. Schaefer
2015-02-03
1
-0
/
+4
*
users/19800: more help for $HISTORY_IGNORE
Peter Stephenson
2015-02-03
1
-0
/
+2
*
34451: use mmap() also on Mac OS X
Jun-ichi Takimoto
2015-02-03
1
-0
/
+4
*
34455: Further gdbm parameter fixes.
Peter Stephenson
2015-02-03
1
-0
/
+5
*
34447: fix assignment of key-value array to ztie'd parameter.
Barton E. Schaefer
2015-02-02
1
-0
/
+5
*
34444: git completion: minor improvements
Daniel Shahaf
2015-02-02
1
-0
/
+5
*
34446: add "ztie -r" and "zuntie -u", update documentation
Barton E. Schaefer
2015-02-01
1
-0
/
+6
*
34411: _hg completion: Complete bookmark names for -r
Daniel Shahaf
2015-02-01
1
-0
/
+5
*
34439: unset variable about to be tied
Peter Stephenson
2015-01-30
1
-0
/
+5
*
34435: Update emulate completion.
Peter Stephenson
2015-01-30
1
-0
/
+7
*
34430: parameter fixes for gdbm tied hash.
Peter Stephenson
2015-01-29
1
-1
/
+6
*
unposted: fix other typeset doc errors
Barton E. Schaefer
2015-01-28
1
-0
/
+2
*
34421: clean up typeset documentation
Barton E. Schaefer
2015-01-28
1
-4
/
+4
*
34415: cache list of all python modules
Jun-ichi Takimoto
2015-01-28
1
-0
/
+6
*
34423: fix a typo in _ruby
Jun-ichi Takimoto
2015-01-28
1
-0
/
+4
*
Missing change log entry
Peter Stephenson
2015-01-27
1
-0
/
+5
*
34419: vcs_info documentation: Fix wording
Frank Terbeck
2015-01-27
1
-0
/
+4
*
34412: complete all groups for chown under sudo
Daniel Shahaf
2015-01-27
1
-0
/
+5
*
34403: refine 34399 to avoid settyinfo() when the input descriptor is not a TTY
Barton E. Schaefer
2015-01-26
1
-0
/
+5
*
34387: Avoid loading the main zsh binary as a module
Mikael Magnusson
2015-01-27
1
-0
/
+3
*
34382: Handle NULL return from dlerror() more gracefully
Mikael Magnusson
2015-01-27
1
-0
/
+5
*
Unsetting gdbm tied variable basically works.
Peter Stephenson
2015-01-26
1
-0
/
+6
*
34399: fix polltty thinko from 34365
Barton E. Schaefer
2015-01-25
1
-0
/
+6
*
34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDS
Barton E. Schaefer
2015-01-25
1
-0
/
+5
*
34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Barton E. Schaefer
2015-01-25
1
-0
/
+7
*
34369: document error and warning codes
Daniel Shahaf
2015-01-25
1
-0
/
+2
*
34383: ztrdup() should be dupstring() in new cd code
Peter Stephenson
2015-01-25
1
-0
/
+4
*
34373, 34374: update completion of builtin commands, modifiers,
Oliver Kiddle
2015-01-25
1
-0
/
+13
*
34381: vcs_info: Documentation update
Daniel Shahaf
2015-01-25
1
-0
/
+4
*
unposted: Forgot X-Seq: numbers with Daniel's last few patches
Frank Terbeck
2015-01-25
1
-4
/
+9
*
_zstyle vcs_info completion: Add missing styles
Daniel Shahaf
2015-01-25
1
-0
/
+3
*
_zstyle vcs_info: Unbreak branchformat completion
Daniel Shahaf
2015-01-25
1
-0
/
+3
*
vcs_info hg: Support inactive bookmarks
Daniel Shahaf
2015-01-25
1
-0
/
+6
[prev]
[next]