summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-06-19make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky1-1/+1
2000-06-19_arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky1-3/+13
to understand) (11985)
2000-06-19more careful when optimising patterns in compfiles (11981)Sven Wischnowsky1-2/+2
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky3-11/+23
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky1-1/+25
(11973)
2000-06-19improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2-22/+185
fake style (11971)
2000-06-17Fix parsing of := for magicequalsubst.Bart Schaefer1-3/+5
2000-06-1711956: Fix off-by-one error.Bart Schaefer1-1/+1
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky3-10/+3
completing from both ends (CLF_MID) (11939)
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky1-41/+84
_expand styles (11937)
2000-06-15more security in completion matching (11924)Sven Wischnowsky1-2/+2
2000-06-15Delete stray whitespace.Bart Schaefer1-1/+0
2000-06-15fix for _arguments, it took non-option strings as options (11910)Sven Wischnowsky1-3/+12
2000-06-1411906: yet two more saving trap bugsPeter Stephenson1-8/+14
2000-06-1411901: two more trap saving bugsPeter Stephenson1-1/+5
2000-06-1411895: trap exit problem when exiting from function scopePeter Stephenson1-2/+2
2000-06-14nix kaboom with `time time' (?)Sven Wischnowsky1-4/+14
2000-06-14better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky1-3/+3
2000-06-13make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky1-39/+62
single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13fix for longer capability strings (sunsite still not responding, sigh)Sven Wischnowsky1-6/+8
2000-06-13Make PRINT_* flags unique againPeter Stephenson1-5/+5
2000-06-13fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky3-35/+190
make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
2000-06-1211867: restrict typeset -H applicationPeter Stephenson3-2/+4
2000-06-11Alexandre: Fix colored listings crash (article number attribution may beBart Schaefer1-1/+1
wrong in ChangeLog).
2000-06-1011850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer1-0/+2
for PWS's 11842.
2000-06-0911838: typeset -HPeter Stephenson6-24/+30
2000-06-0911839: endtrapscope() null pointer dereference preventionClint Adams1-1/+1
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky2-0/+2
2000-06-09improve _path_files, move some code into C, try to optimise glob patterns ↵Sven Wischnowsky1-0/+290
and immediately accept exact directory matches (11833)
2000-06-0811820: metafication of command line argumentsPeter Stephenson1-10/+31
2000-06-08more anchor matching fixes (11817)Sven Wischnowsky1-10/+11
2000-06-08make C-code expansion add a space only when more than one word was generated ↵Sven Wischnowsky1-2/+3
(11814)
2000-06-07try to get the tests for `strings long enough' right in anchor matching code ↵Sven Wischnowsky1-2/+4
(11796)
2000-06-07optimise command lookup in old and new completion (user/3124)Sven Wischnowsky1-2/+5
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky3-12/+19
2000-06-07-K option for zparseopts to keep previous array values (11792)Sven Wischnowsky1-32/+44
2000-06-06make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky2-14/+23
2000-06-05AIX dependency fixOliver Kiddle1-1/+1
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky3-4/+5
2000-06-0411737: Avoid excessive Makefile rebuilding during "make clean".Bart Schaefer1-1/+1
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer1-0/+1
2000-06-0311736: Fix TRAPEXIT scoping.Bart Schaefer1-1/+1
2000-06-02Fixed glob array indexing.Wayne Davison1-1/+1
2000-06-02Felix: fix for memory leak (11718)Sven Wischnowsky1-1/+1
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky2-4/+7
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison7-88/+92
item (or you can think of it as pointing one past the last item).
2000-06-01Finish the job started in my last patch.Wayne Davison1-1/+1
2000-06-01Made $array[0,0] work just like $array[0].Wayne Davison1-4/+4
2000-06-01Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer1-1/+1
disabled, but also for any shell running in an emacs buffer.
2000-06-01FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson2-3/+10