summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-30fixlet to avoid an empty string in an array; cause completion after cd withou...Sven Wischnowsky2-0/+8
2002-01-3016514: initscript completion fixesClint Adams2-2/+9
2002-01-28slight improvement for 16500 to allow completion after ./<TAB> in all cases (...Sven Wischnowsky2-6/+6
2002-01-2716503: warn on fclose or fflush errors in bin_print.Clint Adams2-76/+87
2002-01-2716500: don't complete executable files in the current directory if "." is not...Clint Adams2-1/+16
2002-01-2616419 (_arguments syntax doc), 16435 (hash crash).Bart Schaefer1-0/+7
2002-01-2616419: Improve _arguments syntax summary.Bart Schaefer1-1/+1
2002-01-2616435: Fix core dump in `hash'.Bart Schaefer1-1/+1
2002-01-2316489: Test/C01arith.ztst: default output for whole numbersPeter Stephenson2-1/+6
2002-01-2216487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2-1/+4
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson4-493/+699
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky15-59/+113
2002-01-21allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky6-15/+40
2002-01-18*** empty log message ***Oliver Kiddle1-1/+1
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle5-42/+49
2002-01-16unposted: remove ansi2knr from distfilesClint Adams2-1/+3
2002-01-1616463: apt-cache showsrc completionClint Adams2-0/+6
2002-01-1616461: a number of minor completion function updatesOliver Kiddle22-44/+90
2002-01-1416449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle2-0/+38
2002-01-1416448: math assignment bug introduced by 15291, 15292Peter Stephenson2-1/+11
2002-01-1416443: fix urpmi.addmedia --distrib; set cache policy just onceAndrey Borzenkov2-11/+17
2002-01-1316437: changes for new urpi in cookerAndrey Borzenkov2-100/+118
2002-01-10allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky4-2/+39
2002-01-1016423: append a `.' to converted floating point outputPeter Stephenson2-0/+9
2002-01-0916422: zcalc non-default base outputPeter Stephenson2-1/+6
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