| Commit message (Expand) | Author | Age | Files | Lines |
* | fix nested _tags-loops by re-initialising the outer one when leaving the inne... | Sven Wischnowsky | 2002-01-07 | 2 | -2/+6 |
* | fixes for completion of signal names with SIG prefix and for completing comma... | Sven Wischnowsky | 2002-01-07 | 5 | -10/+27 |
* | Log entries for 15746, users/4483, 16400. | Bart Schaefer | 2002-01-06 | 1 | -0/+11 |
* | 16400, 16401: preserve empty words that result from brace expansion. | Bart Schaefer | 2002-01-06 | 1 | -5/+12 |
* | users/4483: with "cvs add" et al., complete names of locally removed (but | Bart Schaefer | 2002-01-06 | 1 | -1/+1 |
* | 15746: remove (with #if) an incorrect optimization in the maildir version | Bart Schaefer | 2002-01-06 | 1 | -1/+6 |
* | Remarks on the "exec" builtin with redirection using the close-on-exec flag | Bart Schaefer | 2002-01-06 | 1 | -0/+11 |
* | 16398: updated zstyle completion and related cleanup | Oliver Kiddle | 2002-01-04 | 8 | -69/+172 |
* | 16397: use nul instead of colon to avoid problems with _value: functions | Oliver Kiddle | 2002-01-03 | 2 | -21/+19 |
* | 16396: fix argument handling bugs | Oliver Kiddle | 2002-01-03 | 2 | -6/+14 |
* | 16393: completion for Christoph Martin's apt-show-versions script. | Clint Adams | 2002-01-03 | 3 | -1/+28 |
* | users/4561: fix code for finding the zipfile's name in the current command-line | Oliver Kiddle | 2002-01-02 | 2 | -4/+5 |
* | 16384: new completion for xli/xloadimage and factor out completion of X visuals | Oliver Kiddle | 2002-01-02 | 9 | -6/+108 |
* | 16375: command completion for fsh | Clint Adams | 2001-12-26 | 3 | -0/+29 |
* | 16372: allow signal names to be prefixed by `SIG' with kill builtin and fix | Oliver Kiddle | 2001-12-21 | 3 | -6/+27 |
* | 16332: removal of Src/ansi2knr.c and adjustment of build process | Geoff Wing | 2001-12-20 | 1 | -0/+8 |
* | 16332: remove ansi2knr.c from our repository due to licence | Geoff Wing | 2001-12-20 | 5 | -432/+18 |
* | add missing description argument in _values calls (16366) | Oliver Kiddle | 2001-12-19 | 4 | -5/+10 |
* | new ifconfig completion (16366) | Oliver Kiddle | 2001-12-19 | 5 | -2/+112 |
* | 16364: further to 16351, except specials from having their value cleared | Oliver Kiddle | 2001-12-18 | 2 | -1/+7 |
* | small fix to += code from 16353 | Oliver Kiddle | 2001-12-18 | 2 | -4/+8 |
* | unposted: back out idiotic patch | Clint Adams | 2001-12-18 | 2 | -4/+1 |
* | unposted: initialize save to NULL to avoid compiler warning. | Clint Adams | 2001-12-18 | 2 | -1/+4 |
* | 16361: include <stdio.h> to avoid implicit declarations. | Clint Adams | 2001-12-18 | 3 | -1/+10 |
* | 16352: allow output formats to be specified in zcalc | Oliver Kiddle | 2001-12-17 | 2 | -26/+52 |
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 10 | -25/+419 |
* | 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. | Clint Adams | 2001-12-17 | 3 | -4/+10 |
* | fix bug in parameter unset code that caused seg fault (16351) | Oliver Kiddle | 2001-12-17 | 2 | -4/+9 |
* | 16349: completion for make-kpkg | Clint Adams | 2001-12-17 | 3 | -1/+29 |
* | ref 16347: tweaks | Clint Adams | 2001-12-17 | 3 | -2/+6 |
* | 16346: docs for (n) flag. | Clint Adams | 2001-12-16 | 2 | -0/+5 |
* | 16345: (n) flag to remove duplicate array values during expansion. | Clint Adams | 2001-12-16 | 3 | -0/+36 |
* | unposted: get rid of evil -Wno-implicit in CFLAGS | Clint Adams | 2001-12-15 | 2 | -2/+7 |
* | 16336: use apt-cache --generate pkgnames instead of dumpavail | Clint Adams | 2001-12-14 | 2 | -3/+5 |
* | 16335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completions | Clint Adams | 2001-12-14 | 2 | -1/+13 |
* | allow tag-order to select order of files and urls (16323) | Oliver Kiddle | 2001-12-12 | 3 | -14/+6 |
* | allow tag-order to select order of files and urls (16330) | Oliver Kiddle | 2001-12-12 | 5 | -29/+38 |
* | 16327: glob for udebs as well as debs | Clint Adams | 2001-12-11 | 2 | -15/+18 |
* | 16326: completion for mozilla, some more web browsers in webbrowser | Clint Adams | 2001-12-11 | 4 | -1/+107 |
* | 16325: update for wget 1.8 | Oliver Kiddle | 2001-12-11 | 2 | -11/+20 |
* | new mtools completion | Oliver Kiddle | 2001-12-11 | 3 | -1/+160 |
* | 16320: factor out file system completion to new function | Oliver Kiddle | 2001-12-11 | 5 | -37/+67 |
* | 16315: completion for spamassassin | Clint Adams | 2001-12-09 | 3 | -1/+22 |
* | * 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalc | Peter Stephenson | 2001-12-07 | 3 | -2/+32 |
* | users/4503: don't complete source or header files after gcc -o | Peter Stephenson | 2001-12-07 | 2 | -1/+6 |
* | users/4519: complete files in all argument positions for zip (bug fix) | Oliver Kiddle | 2001-12-06 | 2 | -1/+6 |
* | 16293: completion for arping | Clint Adams | 2001-11-29 | 3 | -1/+24 |
* | 16292: completion for rsync | Clint Adams | 2001-11-29 | 3 | -1/+11 |
* | 16269: Fix crash on reserved-word completion. | Bart Schaefer | 2001-11-28 | 2 | -1/+5 |
* | 16291: Gergely Nagy: check ~/.dupload.conf, tweak sed expression to handle ho... | Clint Adams | 2001-11-26 | 2 | -1/+6 |