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
...
*
26861 from Greg plus 26863: global parameters in _read_comp
Peter Stephenson
2009-04-21
1
-1
/
+5
*
26858: use zsh instead of sh in exec -l test
Peter Stephenson
2009-04-21
1
-1
/
+4
*
26853 + typo fix: package docs
Peter Stephenson
2009-04-21
1
-1
/
+6
*
26852: make terminfo.mdd test agree with one in terminfo.c
Peter Stephenson
2009-04-20
1
-1
/
+6
*
Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack.
Clint Adams
2009-04-20
1
-1
/
+6
*
users/14033 as modified by users/14037 and added doc: allow colon quoting
Andrey Borzenkov
2009-04-18
1
-1
/
+7
*
users/14041: bind : by default to execute-named-cmd in vicmd mode
Peter Stephenson
2009-04-17
1
-1
/
+4
*
unposted: change version to 4.3.9-dev-2
Peter Stephenson
2009-04-17
1
-1
/
+3
*
Jesse W: 26840: texi2html instructions
Peter Stephenson
2009-04-17
1
-1
/
+5
*
unposted: _mdmadm -> _mdadm
Peter Stephenson
2009-04-16
1
-1
/
+3
*
26839: add --node-files option to texi2html
Peter Stephenson
2009-04-16
1
-1
/
+4
*
Alexey I. Froloff: 26830: stripping of manual page suffixes in completion
Peter Stephenson
2009-04-16
1
-1
/
+4
*
Evgenii Terechkov: 26831: filter out redundant information in _screen
Peter Stephenson
2009-04-16
1
-1
/
+4
*
26829: Alexey I. Froloff: _rsync miscounts fields
Peter Stephenson
2009-04-16
1
-1
/
+4
*
Tomasz Pala: users/14030,14031,14032: Linux completion updates
Peter Stephenson
2009-04-16
1
-1
/
+12
*
Bart: 26822: infinite loop in variable completion looking for subscript
Peter Stephenson
2009-04-07
1
-2
/
+2
*
Bart: 26822: infinite loop in variable completion looking for subscript
Peter Stephenson
2009-04-07
1
-1
/
+6
*
Frank Terbeck: 26816 to 26820: VCS_Info updates
Peter Stephenson
2009-04-06
1
-1
/
+11
*
26806 (doc tweaked): Add CORRECT_IGNORE variable
Peter Stephenson
2009-04-06
1
-1
/
+6
*
Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" comp...
Clint Adams
2009-04-04
1
-1
/
+6
*
26801: add completion for calendar function
Peter Stephenson
2009-04-01
1
-1
/
+10
*
26797: yet more changes to posix_aliases information
Peter Stephenson
2009-03-26
1
-1
/
+3
*
26795: further warning in POSIX_ALIASES
Peter Stephenson
2009-03-26
1
-1
/
+5
*
26783: new _user_expand completer
Peter Stephenson
2009-03-25
1
-1
/
+4
*
Jon Strait: 26778, 26781: extra options for PCRE matching
Peter Stephenson
2009-03-25
1
-1
/
+4
*
Michael Hwang: 26776: improved column alignment with print -c -P
Peter Stephenson
2009-03-25
1
-1
/
+6
*
26774: cd to $HOME on failure in preference to /
Peter Stephenson
2009-03-24
1
-1
/
+3
*
26772: better error handling and fix runaway chdir on failed cd
Peter Stephenson
2009-03-24
1
-1
/
+7
*
26769: fix finger trouble in 26767
Peter Stephenson
2009-03-24
1
-1
/
+3
*
26748: c modifier to add command path
Peter Stephenson
2009-03-23
1
-1
/
+4
*
26767: fix file descriptor leak in 26763
Peter Stephenson
2009-03-23
1
-1
/
+5
*
26763: fix problem on failed cd -s to relative path
Peter Stephenson
2009-03-20
1
-1
/
+4
*
tidy up from 26625
Peter Stephenson
2009-03-20
1
-1
/
+5
*
Bart: 26761: typo in realpath() check
Peter Stephenson
2009-03-20
1
-1
/
+5
*
Mikael: 26759: missing here-document terminator
Peter Stephenson
2009-03-19
1
-1
/
+4
*
26756: handle completion following :s modifier
Peter Stephenson
2009-03-19
1
-1
/
+4
*
26754: tweak zgetdir() and test for realpath()
Peter Stephenson
2009-03-19
1
-1
/
+6
*
26752: fix ../ removal and metafication in :a and :A modifers
Peter Stephenson
2009-03-18
1
-1
/
+6
*
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
Peter Stephenson
2009-03-18
1
-2
/
+2
*
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
Peter Stephenson
2009-03-18
1
-1
/
+6
*
26746: tweak history modifier completion
Peter Stephenson
2009-03-17
1
-1
/
+8
*
26744: completion of history modifiers in normal command line arguments
Peter Stephenson
2009-03-16
1
-1
/
+6
*
users/13937, users/13939: configure.ac, Src/jobs.c: check for
Bart Schaefer
2009-03-16
1
-1
/
+6
*
Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiers
Peter Stephenson
2009-03-15
1
-1
/
+8
*
26735: Check some function return values for failures. Gets rid of
Wayne Davison
2009-03-15
1
-1
/
+7
*
users/13910: spawnjob() should output to tty
Peter Stephenson
2009-03-14
1
-1
/
+4
*
26699: dependencies for config.modules
Peter Stephenson
2009-03-14
1
-1
/
+5
*
Adding .gitignore for the mirrored git repo.
Wayne Davison
2009-03-14
1
-1
/
+5
*
26713: Completion/Zsh/Type/_globflags: add #autoload
Bart Schaefer
2009-03-13
1
-1
/
+5
*
users/13902: make isearch return status useful
Peter Stephenson
2009-03-13
1
-1
/
+5
[prev]
[next]