about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* Fix .distfiles and .cvsignorePeter Stephenson2005-01-121-1/+2
|
* 20692: unset POSIXLY_CORRECT in test.Peter Stephenson2005-01-121-0/+4
| | | | unposted: minor comment change in _perforce
* * unposted: Completion/X/Command/_gnome-gv: move gnome-gv completion from ↵Clint Adams2005-01-111-6/+0
| | | | C/U/C to C/X/C.
* * 20665: improve completion for ggv/gnome-gv.Clint Adams2005-01-102-1/+7
|
* list new functionsOliver Kiddle2005-01-101-6/+7
|
* * 20650: completion for mencal.Clint Adams2005-01-081-0/+30
|
* * 20649: completion for cal and ncal.Clint Adams2005-01-081-0/+32
|
* unposted: limit some Perforce change completions to current clientPeter Stephenson2005-01-051-10/+23
|
* * 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion ↵Clint Adams2004-12-271-22/+32
| | | | for 0.93.3.1.
* * 20636: Completion/Unix/Command/_bogofilter: add completion for ↵Clint Adams2004-12-251-11/+69
| | | | 'bogofilter' and 'bogotune' commands.
* * 20634: Completion/Unix/Command/_postfix: completion for postsuper.Clint Adams2004-12-241-0/+20
|
* * 20627: Completion/Unix/Command/_bogofilter: updated completion for newer ↵Clint Adams2004-12-161-2/+7
| | | | bogoutil.
* * 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ↵Clint Adams2004-12-151-0/+690
| | | | Zimmerman.
* update python completion for version 2.4Doug Kearns2004-12-061-0/+15
|
* update screen completion for version 4.00Doug Kearns2004-12-011-34/+49
|
* * 20583: Completion/Unix/Command/_ssh: complete "modern" optionsClint Adams2004-11-271-5/+12
| | | | such as GSSAPIAuthentication.
* offer multiuser screen sessions for attaching/detachingDoug Kearns2004-11-271-5/+5
|
* 20571: update javac completion for J2SE 5.0Doug Kearns2004-11-201-2/+2
|
* * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.Clint Adams2004-11-181-1/+1
|
* * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵Clint Adams2004-11-181-1/+1
| | | | Michał Politowski.
* Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison2004-11-111-1/+1
|
* Handle $$ when expanding variables.Wayne Davison2004-11-101-1/+5
|
* _bittorrent, from Jussi PakkanenPeter Stephenson2004-11-091-0/+97
|
* * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2004-11-021-1/+1
| | | | in expandVars().
* Added the 7 remaining options that were missing from the _argumentsWayne Davison2004-10-131-0/+6
| | | | list.
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
|
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
| | | | is an advanced option that is not needed by normal users).
* This version now uses a zsh function to parse the makefile insteadWayne Davison2004-10-011-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).
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2004-09-301-9/+6
| | | | not using awk.
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams2004-09-281-1/+1
| | | | --unified, spotted by Paul Wagland.
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
|
* unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2004-09-271-1/+7
|
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
| | | | the zsh completion example that ships with darcs.
* Unposted: update _perforce for release 2004.2Peter Stephenson2004-09-211-16/+99
|
* Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison2004-08-241-1/+1
| | | | of the <target ...> tag.
* - Fixed the perl code that was using the @matches array.Wayne Davison2004-08-211-4/+3
| | | | - Simplified the other perl code just a little.
* One of the new parenthetical expressions needs to not return a valueWayne Davison2004-08-181-1/+1
| | | | so that it doesn't put items into the @matches array.
* Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison2004-08-181-4/+4
|
* Don't output make targets all clumped into a single string when useperlWayne Davison2004-08-181-1/+1
| | | | is enabled.
* 20237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2004-08-072-70/+123
|
* 20235: sync remote file completion against _ssh to fix bug with quote handlingOliver Kiddle2004-08-071-25/+20
|
* 20200 plus unposted: fix MIME stuff,Peter Stephenson2004-07-281-3/+3
| | | | don't let _kfmclient drop through to `no more arguments' unnecessarily
* 20199: improve MIME handling.Peter Stephenson2004-07-263-1/+44
|
* 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systemsOliver Kiddle2004-07-231-3/+3
|
* Jean-Baptiste Quenot: 20167: find targets enclosed in single quotesOliver Kiddle2004-07-191-1/+1
|
* 20069: complete character encodings case-insensitively for GNU iconvOliver Kiddle2004-06-171-25/+25
|
* 20059: check for systems using . separator instead of for those using :Oliver Kiddle2004-06-171-3/+3
|
* 20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.Clint Adams2004-06-151-748/+500
|
* * 19991: Completion/Unix/Command/_lynx: complete .htm files too.Clint Adams2004-05-281-1/+1
|
* unposted: _perforce: minor tweak to revision syntaxPeter Stephenson2004-05-191-3/+14
|