summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-08fix completion after var+= to use value context (16418)Sven Wischnowsky3-1/+7
2002-01-08don't report _arguments-specs more than once (not even shared options with mu...Sven Wischnowsky2-1/+13
2002-01-07make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2-1/+5
2002-01-07fix nested _tags-loops by re-initialising the outer one when leaving the inne...Sven Wischnowsky2-2/+6
2002-01-07fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky5-10/+27
2002-01-06Log entries for 15746, users/4483, 16400.Bart Schaefer1-0/+11
2002-01-0616400, 16401: preserve empty words that result from brace expansion.Bart Schaefer1-5/+12
2002-01-06users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer1-1/+1
2002-01-0615746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer1-1/+6
2002-01-06Remarks on the "exec" builtin with redirection using the close-on-exec flagBart Schaefer1-0/+11
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle8-69/+172
2002-01-0316397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2-21/+19
2002-01-0316396: fix argument handling bugsOliver Kiddle2-6/+14
2002-01-0316393: completion for Christoph Martin's apt-show-versions script.Clint Adams3-1/+28
2002-01-02users/4561: fix code for finding the zipfile's name in the current command-lineOliver Kiddle2-4/+5
2002-01-0216384: new completion for xli/xloadimage and factor out completion of X visualsOliver Kiddle9-6/+108
2001-12-2616375: command completion for fshClint Adams3-0/+29
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle3-6/+27
2001-12-2016332: removal of Src/ansi2knr.c and adjustment of build processGeoff Wing1-0/+8
2001-12-2016332: remove ansi2knr.c from our repository due to licenceGeoff Wing5-432/+18
2001-12-19add missing description argument in _values calls (16366)Oliver Kiddle4-5/+10
2001-12-19new ifconfig completion (16366)Oliver Kiddle5-2/+112
2001-12-1816364: further to 16351, except specials from having their value clearedOliver Kiddle2-1/+7
2001-12-18small fix to += code from 16353Oliver Kiddle2-4/+8
2001-12-18unposted: back out idiotic patchClint Adams2-4/+1
2001-12-18unposted: initialize save to NULL to avoid compiler warning.Clint Adams2-1/+4
2001-12-1816361: include <stdio.h> to avoid implicit declarations.Clint Adams3-1/+10
2001-12-1716352: allow output formats to be specified in zcalcOliver Kiddle2-26/+52
2001-12-1716353: add += parameter assignmentsOliver Kiddle10-25/+419
2001-12-1716357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams3-4/+10
2001-12-17fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle2-4/+9
2001-12-1716349: completion for make-kpkgClint Adams3-1/+29
2001-12-17ref 16347: tweaksClint Adams3-2/+6
2001-12-1616346: docs for (n) flag.Clint Adams2-0/+5
2001-12-1616345: (n) flag to remove duplicate array values during expansion.Clint Adams3-0/+36
2001-12-15unposted: get rid of evil -Wno-implicit in CFLAGSClint Adams2-2/+7
2001-12-1416336: use apt-cache --generate pkgnames instead of dumpavailClint Adams2-3/+5
2001-12-1416335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completionsClint Adams2-1/+13
2001-12-12allow tag-order to select order of files and urls (16323)Oliver Kiddle3-14/+6
2001-12-12allow tag-order to select order of files and urls (16330)Oliver Kiddle5-29/+38
2001-12-1116327: glob for udebs as well as debsClint Adams2-15/+18
2001-12-1116326: completion for mozilla, some more web browsers in webbrowserClint Adams4-1/+107
2001-12-1116325: update for wget 1.8Oliver Kiddle2-11/+20
2001-12-11new mtools completionOliver Kiddle3-1/+160
2001-12-1116320: factor out file system completion to new functionOliver Kiddle5-37/+67
2001-12-0916315: completion for spamassassinClint Adams3-1/+22
2001-12-07* 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalcPeter Stephenson3-2/+32
2001-12-07users/4503: don't complete source or header files after gcc -oPeter Stephenson2-1/+6
2001-12-06users/4519: complete files in all argument positions for zip (bug fix)Oliver Kiddle2-1/+6
2001-11-2916293: completion for arpingClint Adams3-1/+24