summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
as floats now has `.' at the end, c.f. 16423.
2002-01-2216487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2-1/+4
consisted only of flags which were handled globally.
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson4-493/+699
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code.
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky15-59/+113
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky6-15/+40
strings are eval'uated, so this should be powerful enough) (16472)
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 ↵Sven Wischnowsky4-2/+39
separate-sections style (16426)
2002-01-1016423: append a `.' to converted floating point outputPeter Stephenson2-0/+9
to stop it looking like an integer
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 ↵Sven Wischnowsky2-1/+13
multiple sets) (16417)
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 ↵Sven Wischnowsky2-2/+6
inner one (16407)
2002-01-07fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky5-10/+27
command names instead of pids (16406)
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
not committed) files.
2002-01-0615746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer1-1/+6
of mailstat().
2002-01-06Remarks on the "exec" builtin with redirection using the close-on-exec flagBart Schaefer1-0/+11
on descriptors.
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
problem with no argument to kill -n and -s options
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
differences. Adjust the build process accordingly. configure will now abort if the user requests ansi2knr but no ansi2knr is available. ansi2knr is available from the main distribution site and most mirrors
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