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
...
*
list new functions
Oliver Kiddle
2005-01-10
1
-6
/
+7
*
* 20655: _deb_packages fix from Karl Chen.
Clint Adams
2005-01-09
1
-1
/
+1
*
* 20654: completion for wajig, and dpkg/deb_packages improvements from Karl ...
Clint Adams
2005-01-09
3
-6
/
+299
*
* 20650: completion for mencal.
Clint Adams
2005-01-08
1
-0
/
+30
*
* 20649: completion for cal and ncal.
Clint Adams
2005-01-08
1
-0
/
+32
*
unposted: limit some Perforce change completions to current client
Peter Stephenson
2005-01-05
1
-10
/
+23
*
* 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion ...
Clint Adams
2004-12-27
1
-22
/
+32
*
* 20637: Completion/Debian/Command/_lintian: add completion for 'lintian', a...
Clint Adams
2004-12-25
2
-1
/
+37
*
* 20636: Completion/Unix/Command/_bogofilter: add completion for 'bogofilter...
Clint Adams
2004-12-25
1
-11
/
+69
*
* 20634: Completion/Unix/Command/_postfix: completion for postsuper.
Clint Adams
2004-12-24
1
-0
/
+20
*
* 20627: Completion/Unix/Command/_bogofilter: updated completion for newer b...
Clint Adams
2004-12-16
1
-2
/
+7
*
* 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ...
Clint Adams
2004-12-15
1
-0
/
+690
*
20617: fix completion of compressed modules for 2.6; add insmod completion
Andrey Borzenkov
2004-12-10
1
-2
/
+8
*
update python completion for version 2.4
Doug Kearns
2004-12-06
1
-0
/
+15
*
update screen completion for version 4.00
Doug Kearns
2004-12-01
1
-34
/
+49
*
* 20583: Completion/Unix/Command/_ssh: complete "modern" options
Clint Adams
2004-11-27
1
-5
/
+12
*
offer multiuser screen sessions for attaching/detaching
Doug Kearns
2004-11-27
1
-5
/
+5
*
20571: update javac completion for J2SE 5.0
Doug Kearns
2004-11-20
1
-2
/
+2
*
* unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.
Clint Adams
2004-11-18
1
-1
/
+1
*
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ...
Clint Adams
2004-11-18
1
-1
/
+1
*
improved Mac completion, from Motoi Washida
Peter Stephenson
2004-11-12
6
-56
/
+885
*
Use ";&" to have the new "(\$*)" case fall through to the continue.
Wayne Davison
2004-11-11
1
-1
/
+1
*
Handle $$ when expanding variables.
Wayne Davison
2004-11-10
1
-1
/
+5
*
_bittorrent, from Jussi Pakkanen
Peter Stephenson
2004-11-09
1
-0
/
+97
*
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
Clint Adams
2004-11-02
1
-1
/
+1
*
_comp_options needs NO_kshtypeset
Bart Schaefer
2004-10-22
1
-0
/
+1
*
Added the 7 remaining options that were missing from the _arguments
Wayne Davison
2004-10-13
1
-0
/
+6
*
Got rid of "cmdargs" local since it is no longer used.
Wayne Davison
2004-10-12
1
-1
/
+1
*
Added the new options for 2.6.3 (only omitting --checksum-seed, which
Wayne Davison
2004-10-07
1
-2
/
+5
*
This version now uses a zsh function to parse the makefile instead
Wayne Davison
2004-10-01
1
-20
/
+91
*
20427: Fix problem with _oldlist and custom completer.
Peter Stephenson
2004-10-01
1
-1
/
+11
*
* 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...
Clint Adams
2004-09-30
1
-9
/
+6
*
20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified...
Clint Adams
2004-09-28
1
-1
/
+1
*
Some improvements suggested by Oliver.
Wayne Davison
2004-09-28
1
-12
/
+9
*
unposted: improve p4 add to ignore files being added already
Peter Stephenson
2004-09-27
1
-1
/
+7
*
Completion for the darcs revision control system. Derived from
Wayne Davison
2004-09-25
1
-0
/
+14
*
Unposted: update _perforce for release 2004.2
Peter Stephenson
2004-09-21
1
-16
/
+99
*
20364: use $WIDGETSTYLE in _oldlist
Peter Stephenson
2004-09-16
1
-3
/
+3
*
Incorporate Jean-Baptiste Quenot's change that improves the parsing
Wayne Davison
2004-08-24
1
-1
/
+1
*
- Fixed the perl code that was using the @matches array.
Wayne Davison
2004-08-21
1
-4
/
+3
*
One of the new parenthetical expressions needs to not return a value
Wayne Davison
2004-08-18
1
-1
/
+1
*
Don't output a target "VAR" for a line of the form "VAR := VALUE".
Wayne Davison
2004-08-18
1
-4
/
+4
*
Don't output make targets all clumped into a single string when useperl
Wayne Davison
2004-08-18
1
-1
/
+1
*
20254: restrict scope of the default tag-order to fix a problem with cdrecord
Oliver Kiddle
2004-08-11
1
-0
/
+1
*
20237: handle mysqlimport, more mysql options. Redo screen session completion
Oliver Kiddle
2004-08-07
2
-70
/
+123
*
20236: fix problem with keep-prefix style where a modifier removes the prefix
Oliver Kiddle
2004-08-07
1
-2
/
+3
*
20235: sync remote file completion against _ssh to fix bug with quote handling
Oliver Kiddle
2004-08-07
1
-25
/
+20
*
* 20230: Completion/Debian/Command/_apt: dumb down apt-get
Clint Adams
2004-08-01
1
-1
/
+1
*
20204: Motoi Washida: typo in _retrieve_cache
Peter Stephenson
2004-07-28
1
-1
/
+1
*
20200 plus unposted: fix MIME stuff,
Peter Stephenson
2004-07-28
2
-12
/
+17
[prev]
[next]