summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2005-02-20- Added a missing '=' to two commands that take args.Wayne Davison1-3/+3
- Removed the unintentional arg from --delay-updates.
2005-02-20Got rid of some of the specified option-conflicts between theWayne Davison1-7/+7
delete options -- I was using it to cut down on the useless suggestions, but it was failing to continue completing if the user specified something like "--delete-after --delete" (which is valid but superfluous). Also got rid of an accidental option-conflict between --archive (-a) and --recursive (-r).
2005-02-20Added the last 2 new options from the upcoming rsync 2.6.4.Wayne Davison1-0/+2
2005-02-15- Split the options up into two sets: daemon options, and clientWayne Davison1-34/+37
options. This makes sure that daemon options aren't offered after client options, and visa versa. - Added some missing exclusion-lists for options (that avoids offering conflicting options to the user). - Improved the description of a few options. - Added some new options for the upcoming rsync 2.6.4.
2005-02-10Added missing closing double-quote.Wayne Davison1-1/+1
2005-02-09Kris Shannon: 20801: fix missing $ in expression to parse scriptBart Schaefer1-1/+1
2005-02-01 * 20773: Completion/Unix/Command/_getconf: additional variables from confstr().Clint Adams1-1/+8
2005-01-28- Added new options for impending 2.6.4 release.Wayne Davison1-44/+51
- Improved the descriptions of several old options. - Got rid of the "-- ..." options to _arguments (so that we don't try to use the output of "rsync --help").
2005-01-2320739: change LANG to LC_MESSAGES in subversion completionClint Adams1-6/+6
2005-01-23 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.Clint Adams1-6/+6
2005-01-21remove larch completion, it has been superceded by tlaOliver Kiddle2-1975/+35
2005-01-12Fix .distfiles and .cvsignorePeter Stephenson1-1/+2
2005-01-1220692: unset POSIXLY_CORRECT in test.Peter Stephenson1-0/+4
unposted: minor comment change in _perforce
2005-01-11 * unposted: Completion/X/Command/_gnome-gv: move gnome-gv completion from ↵Clint Adams1-6/+0
C/U/C to C/X/C.
2005-01-10 * 20665: improve completion for ggv/gnome-gv.Clint Adams1-0/+6
2005-01-10list new functionsOliver Kiddle1-6/+7
2005-01-08 * 20650: completion for mencal.Clint Adams1-0/+30
2005-01-08 * 20649: completion for cal and ncal.Clint Adams1-0/+32
2005-01-05unposted: limit some Perforce change completions to current clientPeter Stephenson1-10/+23
2004-12-27 * 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion ↵Clint Adams1-22/+32
for 0.93.3.1.
2004-12-25 * 20636: Completion/Unix/Command/_bogofilter: add completion for ↵Clint Adams1-11/+69
'bogofilter' and 'bogotune' commands.
2004-12-24 * 20634: Completion/Unix/Command/_postfix: completion for postsuper.Clint Adams1-0/+20
2004-12-16 * 20627: Completion/Unix/Command/_bogofilter: updated completion for newer ↵Clint Adams1-2/+7
bogoutil.
2004-12-15 * 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ↵Clint Adams1-0/+690
Zimmerman.
2004-12-06update python completion for version 2.4Doug Kearns1-0/+15
2004-12-01update screen completion for version 4.00Doug Kearns1-34/+49
2004-11-27 * 20583: Completion/Unix/Command/_ssh: complete "modern" optionsClint Adams1-5/+12
such as GSSAPIAuthentication.
2004-11-27offer multiuser screen sessions for attaching/detachingDoug Kearns1-5/+5
2004-11-2020571: update javac completion for J2SE 5.0Doug Kearns1-2/+2
2004-11-18 * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵Clint Adams1-1/+1
Michał Politowski.
2004-11-11Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison1-1/+1
2004-11-10Handle $$ when expanding variables.Wayne Davison1-1/+5
2004-11-09_bittorrent, from Jussi PakkanenPeter Stephenson1-0/+97
2004-11-02 * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams1-1/+1
in expandVars().
2004-10-13Added the 7 remaining options that were missing from the _argumentsWayne Davison1-0/+6
list.
2004-10-12Got rid of "cmdargs" local since it is no longer used.Wayne Davison1-1/+1
2004-10-07Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison1-2/+5
is an advanced option that is not needed by normal users).
2004-10-01This version now uses a zsh function to parse the makefile insteadWayne Davison1-20/+91
of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system).
2004-09-30 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams1-9/+6
not using awk.
2004-09-28Some improvements suggested by Oliver.Wayne Davison1-12/+9
2004-09-27unposted: improve p4 add to ignore files being added alreadyPeter Stephenson1-1/+7
2004-09-25Completion for the darcs revision control system. Derived fromWayne Davison1-0/+14
the zsh completion example that ships with darcs.
2004-09-21Unposted: update _perforce for release 2004.2Peter Stephenson1-16/+99
2004-08-24Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison1-1/+1
of the <target ...> tag.
2004-08-21- Fixed the perl code that was using the @matches array.Wayne Davison1-4/+3
- Simplified the other perl code just a little.
2004-08-18One of the new parenthetical expressions needs to not return a valueWayne Davison1-1/+1
so that it doesn't put items into the @matches array.
2004-08-18Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison1-4/+4
2004-08-18Don't output make targets all clumped into a single string when useperlWayne Davison1-1/+1
is enabled.
2004-08-0720237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2-70/+123
2004-08-0720235: sync remote file completion against _ssh to fix bug with quote handlingOliver Kiddle1-25/+20