| Commit message (Expand) | Author | Age | Files | Lines |
* | 16850: remote file completion via rsync and ssh, plus all options valid in rs... | Clint Adams | 2002-03-17 | 1 | -14/+167 |
* | 16849: shift off `-s' argument. | Bart Schaefer | 2002-03-17 | 1 | -0/+1 |
* | 16847: complete multiple -j's after cvs update. | Clint Adams | 2002-03-17 | 1 | -1/+1 |
* | 16846: complete xdvi .dvi.gz and .dvi.bz2 too. | Clint Adams | 2002-03-17 | 1 | -1/+1 |
* | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 2002-03-15 | 12 | -94/+60 |
* | 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameter | Oliver Kiddle | 2002-03-15 | 1 | -12/+33 |
* | 16823: complete for values of GZIP and any *PATH or *path parameters | Oliver Kiddle | 2002-03-14 | 4 | -6/+13 |
* | 16821+16831: _gzip, _compress, _bzip2 complete after redirections | Peter Stephenson | 2002-03-14 | 3 | -3/+3 |
* | remove that -T option to compdef again and instead use comma-separated sub-co... | Sven Wischnowsky | 2002-03-13 | 20 | -253/+184 |
* | 16804: completion for sccs | Oliver Kiddle | 2002-03-11 | 2 | -1/+134 |
* | 16803: option descriptions | Oliver Kiddle | 2002-03-11 | 2 | -96/+82 |
* | 16789: completion for netcat | Clint Adams | 2002-03-10 | 1 | -0/+34 |
* | 16779: Completion/Unix/Command/_mysqldiff, | Adam Spiers | 2002-03-07 | 2 | -1/+32 |
* | 16778: completion by Istvan Sebestyen for irssi. | Clint Adams | 2002-03-07 | 2 | -1/+46 |
* | 16769: Completion/Unix/Command/_gcc: fix typo | Adam Spiers | 2002-03-06 | 1 | -1/+1 |
* | unposted: usual fixups for .distfiles zsh-4.1.0-dev-4 | Peter Stephenson | 2002-03-05 | 2 | -1/+2 |
* | allow different sets of completion definitions selected with option -T to com... | Sven Wischnowsky | 2002-03-04 | 20 | -278/+397 |
* | 16748: Fix infinite loop introduced by 16464. | Bart Schaefer | 2002-03-01 | 1 | -1/+1 |
* | make _message inhibit insertion of matches unless there are faked ones (16710) | Sven Wischnowsky | 2002-02-25 | 1 | -0/+2 |
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch... | Sven Wischnowsky | 2002-02-25 | 6 | -16/+17 |
* | Fix sed expression to correctly extract option names from ~/.pinerc file. | Bart Schaefer | 2002-02-21 | 1 | -1/+1 |
* | 16619, 16676: add -c, -l and -p options to the dirs builtin | Oliver Kiddle | 2002-02-20 | 3 | -3/+13 |
* | fix test for prefix-needed (16667) | Sven Wischnowsky | 2002-02-18 | 1 | -3/+2 |
* | 16662: use parameter expansion instead of grep, sed, and seq. | Clint Adams | 2002-02-17 | 1 | -3/+3 |
* | Gergely Nagy, 16644: completion for cdcd. | Clint Adams | 2002-02-14 | 2 | -1/+102 |
* | add -x option (to be passed on to compadd) to _description and friends; make ... | Sven Wischnowsky | 2002-02-12 | 6 | -48/+34 |
* | 16590: use a prefix match instead of a "fuzzy-exact" match. | Clint Adams | 2002-02-08 | 1 | -1/+1 |
* | 16568: get listing of entire directory for approximation and other purposes. | Clint Adams | 2002-02-05 | 1 | -7/+1 |
* | 16566: show ls -F classifiers as display strings. | Clint Adams | 2002-02-05 | 1 | -8/+16 |
* | 16555: add | to bracket expression, 2>/dev/null | Clint Adams | 2002-02-04 | 1 | -4/+4 |
* | 16553: differentiate between files and directories during remote scp completion. | Clint Adams | 2002-02-04 | 1 | -2/+7 |
* | Fixed some problems with _cvs and flags. Fixed _perl to complete a script | Felix Rosencrantz | 2002-02-04 | 2 | -5/+6 |
* | 16540: short options and local files | Clint Adams | 2002-02-03 | 1 | -1/+20 |
* | Akinori Musha: 16534: a few bug fixes and some wording fixes | Oliver Kiddle | 2002-02-01 | 1 | -21/+29 |
* | fixlet to avoid an empty string in an array; cause completion after cd withou... | Sven Wischnowsky | 2002-01-30 | 1 | -0/+2 |
* | 16514: initscript completion fixes | Clint Adams | 2002-01-30 | 1 | -2/+2 |
* | slight improvement for 16500 to allow completion after ./<TAB> in all cases (... | Sven Wischnowsky | 2002-01-28 | 1 | -6/+1 |
* | 16500: don't complete executable files in the current directory if "." is not... | Clint Adams | 2002-01-27 | 1 | -1/+10 |
* | add new generic fake style and changes to the C-code for that (different impl... | Sven Wischnowsky | 2002-01-22 | 8 | -8/+34 |
* | allow arguments to be given to functions used by compdef (actually, the strin... | Sven Wischnowsky | 2002-01-21 | 4 | -14/+18 |
* | *** empty log message *** | Oliver Kiddle | 2002-01-18 | 1 | -1/+1 |
* | use pager style instead of $EDITOR and fix bad substitution in exclusion lists | Oliver Kiddle | 2002-01-17 | 4 | -42/+40 |
* | 16463: apt-cache showsrc completion | Clint Adams | 2002-01-16 | 1 | -0/+1 |
* | 16461: a number of minor completion function updates | Oliver Kiddle | 2002-01-16 | 21 | -44/+75 |
* | 16449: new chkconfig completion for both the RedHat and IRIX commands | Oliver Kiddle | 2002-01-14 | 1 | -0/+33 |
* | 16443: fix urpmi.addmedia --distrib; set cache policy just once | Andrey Borzenkov | 2002-01-14 | 1 | -11/+12 |
* | 16437: changes for new urpi in cooker | Andrey Borzenkov | 2002-01-13 | 1 | -100/+113 |
* | allow manual pages to be shown separated by section with new separate-section... | Sven Wischnowsky | 2002-01-10 | 2 | -2/+23 |
* | fix nested _tags-loops by re-initialising the outer one when leaving the inne... | Sven Wischnowsky | 2002-01-07 | 1 | -2/+3 |
* | fixes for completion of signal names with SIG prefix and for completing comma... | Sven Wischnowsky | 2002-01-07 | 3 | -9/+17 |