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
/
Completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
2009-01-13
1
-2
/
+0
*
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
2009-01-09
1
-0
/
+2
*
unposted: add _rebootin completion from Mandriva RPM
Andrey Borzenkov
2009-01-09
2
-0
/
+28
*
Richard Hartmann: 26170 parts 1 and 2: .bz2 compressed PS files
Peter Stephenson
2009-01-05
2
-2
/
+2
*
Richard Hartmann: 26175: updates for vim completion.
Clint Adams
2008-12-29
1
-8
/
+15
*
Richard Hartmann: 26114: add color options.
Clint Adams
2008-12-09
1
-0
/
+6
*
Richard Hartmann: 26105: add okular
Peter Stephenson
2008-12-02
1
-1
/
+5
*
Brendan Cully: 26057: mercurial completion updates.
Clint Adams
2008-11-26
1
-23
/
+869
*
users/13477: call _files instead of _path_files to correctly handle
Bart Schaefer
2008-11-23
1
-1
/
+1
*
26053: handle --help output like "--[fetch]all"
Peter Stephenson
2008-11-17
1
-4
/
+13
*
26023: skeletal completion for tg (topgit).
Clint Adams
2008-11-11
1
-0
/
+8
*
26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinks
Oliver Kiddle
2008-11-10
1
-2
/
+2
*
add completion of globbing flags
Oliver Kiddle
2008-11-10
4
-4
/
+42
*
26021: tweak for glob qualifier completion
Peter Stephenson
2008-11-08
1
-14
/
+27
*
26016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI.
Clint Adams
2008-11-07
1
-1
/
+1
*
25988: declare temporary cache array as local, thanks to problem noticed by K...
Clint Adams
2008-11-02
9
-31
/
+38
*
unposted: add _tcpsys
Peter Stephenson
2008-10-30
1
-0
/
+49
*
25945: matching bug in path hierarchy completion
Peter Stephenson
2008-10-29
1
-9
/
+14
*
unposted: belatedly sort out some distfiles
Peter Stephenson
2008-10-29
1
-7
/
+45
*
25938 (Mikael) + probably 25939, too: typo in _path_files
Peter Stephenson
2008-10-28
1
-2
/
+2
*
25934: handle bts subscribe, unsubscribe, and fix owner. Patches from Ansgar...
Clint Adams
2008-10-26
1
-2
/
+14
*
25927: include the ignored prefix/suffix in the hidden prefix/suffix
Bart Schaefer
2008-10-23
1
-14
/
+16
*
Phil Pennock: 25854: fix Devel module completion for "perl -d:".
Bart Schaefer
2008-10-15
2
-4
/
+36
*
Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.
Bart Schaefer
2008-10-15
1
-1
/
+1
*
25887: fix brace completion oddity by using compadd -U more selectively.
Bart Schaefer
2008-10-15
1
-8
/
+8
*
Jörg Sommer: 25882: run ssh with -oBatchMode=yes.
Clint Adams
2008-10-14
1
-1
/
+1
*
Marc Chantreux: 25816: promiscuous ip links
Peter Stephenson
2008-10-11
1
-0
/
+1
*
25029: : "environ" style to allow a different search path when completing
Bart Schaefer
2008-10-10
1
-0
/
+7
*
25833: remove zparseopts line obsoleted by 25824.
Clint Adams
2008-10-09
1
-3
/
+0
*
Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.
Clint Adams
2008-10-09
1
-1
/
+1
*
Nikolai Weibull: 25828: new rm completion
Peter Stephenson
2008-10-08
2
-0
/
+42
*
Jörg Sommer: 25819: improve module parameter completion.
Clint Adams
2008-10-07
1
-3
/
+10
*
Jörg Sommer: 25822: declare val_args as local array.
Clint Adams
2008-10-07
1
-0
/
+2
*
Jörg Sommer: 25821: return 0 if a modules parameter was completed.
Clint Adams
2008-10-07
1
-1
/
+1
*
25820: add the option --field of modinfo.
Clint Adams
2008-10-07
1
-0
/
+2
*
25818: compinstall data loss typo fix from Morita Sho.
Clint Adams
2008-10-06
1
-1
/
+1
*
25808: handle bts claim and unclaim subcommands.
Clint Adams
2008-10-04
1
-1
/
+12
*
unposted: yet another correction for 25702 misapplication
Clint Adams
2008-10-03
1
-1
/
+1
*
unposted: off-by-one error looking for dynamic directory name in completion
Peter Stephenson
2008-10-02
1
-1
/
+1
*
25777: argument to gdbmsetfn()
Peter Stephenson
2008-09-30
1
-2
/
+3
*
25733: stub function for dynamic directory name completion
Peter Stephenson
2008-09-29
3
-1
/
+18
*
25764: completion for Django, from Chris Lamb.
Clint Adams
2008-09-28
2
-0
/
+200
*
25755/25756: Jörg Sommer: improved handling of module arguments
Peter Stephenson
2008-09-27
1
-8
/
+16
*
Mikael Magnusson: 25617: complete -t <tags>.
Clint Adams
2008-09-26
1
-1
/
+2
*
unposted: brown paper bag patch management of 25718.
Clint Adams
2008-09-23
1
-1
/
+1
*
25728: spelling fix.
Clint Adams
2008-09-23
1
-1
/
+1
*
Jörg Sommer: 25717: fixups for 25702.
Clint Adams
2008-09-23
1
-14
/
+3
*
Jörg Sommer: 25718: add completion of option --reverse.
Clint Adams
2008-09-22
1
-1
/
+2
*
unposted: update .distfiles.
Clint Adams
2008-09-21
1
-24
/
+6
*
Jörg Sommer: 25702: completions for chrt and ionice commands.
Clint Adams
2008-09-21
2
-0
/
+84
[next]