summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-1811966: double brackets around comparison to prevent 'command not found: no'Clint Adams2-1/+6
2000-06-17Fix parsing of := for magicequalsubst.Bart Schaefer2-3/+10
2000-06-1711959: Completion/User/_urls: make it magicequalsubst aware.Tanaka Akira3-2/+4
(not posted): Completion/User/.distfiles: add `_java'.
2000-06-1711958: Completion/User/_java: new completion for Java.Tanaka Akira2-0/+519
2000-06-17Add a test for cascaded case statement.Bart Schaefer2-0/+18
2000-06-1711956: Fix off-by-one error.Bart Schaefer2-4/+10
2000-06-1611951: _dpkg tweak for install and record-availClint Adams2-2/+10
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky4-10/+7
completing from both ends (CLF_MID) (11939)
2000-06-16enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky3-10/+25
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky6-111/+135
_expand styles (11937)
2000-06-15more security in completion matching (11924)Sven Wischnowsky2-2/+4
2000-06-1511908: compmatch testsPeter Stephenson2-0/+19
2000-06-15as 11916: ChangeLog splitPeter Stephenson2-11269/+11274
2000-06-15make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky3-2/+16
2000-06-15Delete stray whitespace.Bart Schaefer1-1/+0
2000-06-15fix for _arguments, it took non-option strings as options (11910)Sven Wischnowsky2-3/+17
2000-06-1411906: yet two more saving trap bugsPeter Stephenson2-8/+20
2000-06-14Handle new suffix style with arrays (11903)Oliver Kiddle2-1/+5
2000-06-1411902: SIGWINCH local trap testPeter Stephenson2-0/+11
2000-06-1411901: two more trap saving bugsPeter Stephenson2-1/+9
2000-06-1411895: trap exit problem when exiting from function scopePeter Stephenson2-2/+7
2000-06-14*** empty log message ***Sven Wischnowsky1-1/+1
2000-06-14*** empty log message ***Sven Wischnowsky1-1/+1
2000-06-14nix kaboom with `time time' (?)Sven Wischnowsky2-5/+17
2000-06-14better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky2-3/+8
2000-06-13Added article number for 11882.Clint Adams1-1/+1
2000-06-1311877: ChangeLog onlyPeter Stephenson1-1/+1
2000-06-13?????: dpkg completion improvementsClint Adams2-15/+44
2000-06-13Added patch numbers to Sven's entries.Clint Adams1-5/+5
2000-06-13make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky3-43/+76
single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky3-0/+33
context (?)
2000-06-13allow insert-tab to contain `pending[=num]' to handle the case when there is ↵Sven Wischnowsky2-4/+24
pending input (?)
2000-06-13new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky3-7/+35
2000-06-13fix for longer capability strings (sunsite still not responding, sigh)Sven Wischnowsky2-7/+14
2000-06-13Make PRINT_* flags unique againPeter Stephenson2-5/+9
2000-06-13fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky5-40/+204
make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
2000-06-1211867: restrict typeset -H applicationPeter Stephenson5-5/+15
2000-06-1111866: More ANSI color stuff; preserve more state during prompt previewing.Bart Schaefer3-95/+195
2000-06-11Alexandre: Fix colored listings crash (article number attribution may beBart Schaefer2-1/+6
wrong in ChangeLog).
2000-06-1111861: Completion/User/_cvs: fix -a use for compadd.Tanaka Akira2-1/+5
2000-06-1011850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer2-0/+15
for PWS's 11842.
2000-06-0911838: typeset -HPeter Stephenson7-24/+38
2000-06-0911839: endtrapscope() null pointer dereference preventionClint Adams2-1/+6
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky3-0/+5
2000-06-09improve _path_files, move some code into C, try to optimise glob patterns ↵Sven Wischnowsky3-47/+314
and immediately accept exact directory matches (11833)
2000-06-08avoid bug in IRIX's sed and use new -K option to zparseopts in _urlsOliver Kiddle3-3/+8
2000-06-0811820: metafication of command line argumentsPeter Stephenson2-10/+36
2000-06-08more anchor matching fixes (11817)Sven Wischnowsky2-10/+13
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky3-17/+65
control (11815)
2000-06-08make C-code expansion add a space only when more than one word was generated ↵Sven Wischnowsky2-2/+8
(11814)