about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Expand)AuthorAgeFilesLines
* 17577: pass classpath as an option to _java_class pre-opt-argOliver Kiddle2002-08-244-31/+39
* handle killall5Oliver Kiddle2002-08-191-2/+2
* complete for ifup and ifdown commandsOliver Kiddle2002-08-191-1/+1
* users/5266: with the call-command style parse ant -projecthelp to get targetsOliver Kiddle2002-08-191-11/+68
* complete also for the nail commandOliver Kiddle2002-08-191-1/+1
* Valgrind version 1.0.0 was released.Felix Rosencrantz2002-08-191-38/+47
* 17535: use-perl style for _makePeter Stephenson2002-08-141-2/+18
* 17522: clean up a few thingsOliver Kiddle2002-08-093-67/+46
* 17522: also handle tkinfoOliver Kiddle2002-08-091-7/+19
* 17521: new completion for antOliver Kiddle2002-08-092-1/+39
* 17509: complete .xhtml files as well as .html files.Clint Adams2002-08-071-1/+1
* 17508: complete local files after file://localhost/ .Clint Adams2002-08-061-0/+1
* 17507: Completion/Unix/Type/_urls: complete local files after file:/// .Clint Adams2002-08-061-0/+1
* Unposted: fix typo in 17496.Peter Stephenson2002-08-021-1/+1
* 17496: update for new options in GNU diff 2.8.1Oliver Kiddle2002-08-011-18/+20
* 17484: fix option check and add missing #autoload tagOliver Kiddle2002-07-262-1/+2
* 17476: Matt Zimmerman's completion for GNU GLOBAL.Clint Adams2002-07-223-0/+55
* * 17459: Completion/Unix/Command/_cvs: exclude file which haveTanaka Akira2002-07-161-1/+1
* keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky2002-07-022-3/+6
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-1/+1
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-8/+12
* fix for use of (z) parameter modifier; the first word in the parameter is par...Sven Wischnowsky2002-05-291-2/+4
* add handling for the other texinfo commands (besides info)Oliver Kiddle2002-05-281-53/+145
* 17234: don't call _path_files with empty ().Clint Adams2002-05-261-1/+5
* 17225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2002-05-251-1/+1
* 17125, 17159 (Oliver): info completionAndrey Borzenkov2002-05-232-1/+54
* 17211: respect $CVSIGNORE.Clint Adams2002-05-231-0/+1
* let _init_d use a pre-pattern (17193)Sven Wischnowsky2002-05-211-1/+3
* fix removal of automatically added specs (from the -- option) for which a use...Sven Wischnowsky2002-05-211-1/+1
* better splitting of -g-strings; this failed when patterns contained spaces (1...Sven Wischnowsky2002-05-211-2/+2
* (17021) Added _valgrind, completion function for Julian Seward's Linux-based ...Felix Rosencrantz2002-05-202-1/+49
* Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2002-05-202-1/+1948
* fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky2002-05-141-0/+1
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-084-11/+32
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-11/+6
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-291-1/+1
* 17044: complete all files for w3m, not just *.html.Clint Adams2002-04-251-1/+1
* Modified _java to use _java_class.Felix Rosencrantz2002-04-161-14/+5
* make _path_files use match specs from the matcher style when calling compfile...Sven Wischnowsky2002-04-161-3/+3
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-1616-38/+38
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-1/+1
* New _java_class to find classes on the classpath.Felix Rosencrantz2002-04-102-0/+16
* 16935: update options completed for ssh and add sftp completionOliver Kiddle2002-04-041-193/+202
* 16934: complete ssh -1 as well as ssh -2.Clint Adams2002-04-041-0/+1
* John Beppu: 16866: new completion for figletOliver Kiddle2002-03-271-0/+40
* handle dot files and directories tooOliver Kiddle2002-03-191-1/+1
* 16864: fix remote file completion with relative pathsOliver Kiddle2002-03-191-8/+15
* correct my mistake which broke file completion after grepOliver Kiddle2002-03-191-1/+1
* arg to -C option must be in the same wordOliver Kiddle2002-03-191-1/+1
* 16850: remote file completion via rsync and ssh, plus all options valid in rs...Clint Adams2002-03-171-14/+167