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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
20199: improve MIME handling.
Peter Stephenson
2004-07-26
5
-1
/
+138
*
20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems
Oliver Kiddle
2004-07-23
1
-3
/
+3
*
Motoi Washida: 20179: new completions for Mac OS X
Oliver Kiddle
2004-07-23
5
-0
/
+137
*
Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes
Oliver Kiddle
2004-07-19
1
-1
/
+1
*
Fix typos in some descriptions.
Bart Schaefer
2004-06-24
1
-3
/
+3
*
20077: fix completion of reserved words
Oliver Kiddle
2004-06-18
2
-2
/
+2
*
_arguments fix for configure, unconfirmed
Peter Stephenson
2004-06-18
1
-2
/
+2
*
20069: complete character encodings case-insensitively for GNU iconv
Oliver Kiddle
2004-06-17
1
-25
/
+25
*
20059: check for systems using . separator instead of for those using :
Oliver Kiddle
2004-06-17
1
-3
/
+3
*
users/7553: include zsh version in dump file to avoid problems with upgrades
Oliver Kiddle
2004-06-16
2
-2
/
+4
*
20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.
Clint Adams
2004-06-15
1
-748
/
+500
*
users/7467: quoted commands weren't found in dispatcher lokoup
Peter Stephenson
2004-06-03
1
-0
/
+4
*
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
Clint Adams
2004-05-28
1
-1
/
+1
*
unposted: _perforce: minor tweak to revision syntax
Peter Stephenson
2004-05-19
1
-3
/
+14
*
* 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
Clint Adams
2004-05-01
1
-0
/
+8
*
* 19845: Completion/Debian/Command/_apt-move: apt-move
Clint Adams
2004-04-28
3
-13
/
+61
*
19839, 19842: improve handling of #q in qualifiers
Peter Stephenson
2004-04-27
1
-2
/
+6
*
unposted: aap short and long options are mutually exclusive
Doug Kearns
2004-04-26
1
-16
/
+16
*
19825: add changes style
Peter Stephenson
2004-04-23
1
-2
/
+9
*
19767, 19785: store flags for -z and -k options to autoload allowing the
Oliver Kiddle
2004-04-20
8
-57
/
+68
*
19798: rudimentary completion for bogoutil.
Clint Adams
2004-04-19
2
-0
/
+58
*
* 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,
Clint Adams
2004-04-18
1
-1
/
+1
*
19790: complete functions after -a and allow multiple -z/-k options
Oliver Kiddle
2004-04-17
1
-14
/
+17
*
19775: new completion for php
Doug Kearns
2004-04-16
3
-2
/
+39
*
* 19606: Completion/Unix/Command/_tla: switch tla completion to
Clint Adams
2004-04-15
1
-7
/
+966
*
* Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
Clint Adams
2004-04-14
1
-2
/
+2
[next]