about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 19839, 19842: improve handling of #q in qualifiersPeter Stephenson2004-04-271-2/+6
|
* unposted: aap short and long options are mutually exclusiveDoug Kearns2004-04-261-16/+16
|
* 19825: add changes stylePeter Stephenson2004-04-231-2/+9
|
* 19798: rudimentary completion for bogoutil.Clint Adams2004-04-192-0/+58
|
* 19775: new completion for phpDoug Kearns2004-04-163-2/+39
|
* * 19606: Completion/Unix/Command/_tla: switch tla completion toClint Adams2004-04-151-7/+966
| | | | the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
* * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:Clint Adams2004-04-141-2/+2
| | | | fix quoting for remote file completion, add -L to ls command.
* Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commandsOliver Kiddle2004-04-141-1/+1
|
* add missing local declarationOliver Kiddle2004-04-141-1/+1
|
* * 19691: Completion/Unix/Type/_diff_options: Allow more thanClint Adams2004-03-251-1/+1
| | | | one --exclude or -x to diff.
* 19661: Support diff -u for Solaris 2.10 upwardsPeter Stephenson2004-03-231-1/+1
|
* * 19673: Peter Palfrader: Completion/Unix/Command/_cvs:Clint Adams2004-03-221-1/+1
| | | | | tags can contain the + character. ----------------------------------------------------------------------
* As suggested by 19666 and corrected by 19668, fix remote file completion.Bart Schaefer2004-03-211-1/+1
|
* fix indentation, missing local and add to .distfilesOliver Kiddle2004-03-124-71/+72
|
* 19614: Completion/Unix/Command/_mtr: better descriptions and grouping.Clint Adams2004-03-121-25/+13
|
* 19613: Completion/Unix/Command/_vux: better descriptions and indentation.Clint Adams2004-03-121-10/+14
|
* 19605: Completion/Unix/Command/_mtr: completion for Matt's traceroute.Clint Adams2004-03-111-0/+28
|
* 19604: Completion/Unix/Command/_vux: completion for vux and vuxctl.Clint Adams2004-03-111-0/+60
|
* add _tlaOliver Kiddle2004-03-111-5/+5
|
* * 19600: Completion/Unix/Command/_tla: rudimentary completion for tla.Clint Adams2004-03-111-0/+9
|
* 19540: fix completion to use states and complete .wav files for mplayerOliver Kiddle2004-03-051-27/+27
|