summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-07-0312138: setting arrays in math contextPeter Stephenson1-13/+29
2000-07-0312121: stopmsg in precmdPeter Stephenson1-4/+10
2000-07-03change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky3-8/+32
make a-a-i-n-h in menu selection work even without matches (12134)
2000-06-29fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky1-1/+2
2000-06-29quote brace-strings (12113)Sven Wischnowsky1-8/+12
2000-06-2812112: Don't make namedirs out of hash elements.Bart Schaefer1-1/+3
2000-06-28fix for list-colors handling (12107)Sven Wischnowsky1-1/+4
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky3-4/+13
for menu selection (12093)
2000-06-27Andrej: don't close slave if not yet open (12084)Sven Wischnowsky1-1/+0
2000-06-27Andrej: 12081: zpty under cygwinPeter Stephenson1-2/+6
2000-06-26unposted: move poll_readPeter Stephenson2-89/+100
2000-06-2612073: read -t to test for available input before readingPeter Stephenson2-16/+141
2000-06-26remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky1-45/+0
2000-06-26typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky1-0/+2
2000-06-26missing allocation of list for option arguments (12066)Sven Wischnowsky1-0/+5
2000-06-2312044: read -A bugPeter Stephenson1-1/+10
2000-06-2212040: typeset -r bugPeter Stephenson1-1/+2
2000-06-22*** empty log message ***Sven Wischnowsky1-1/+5
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky5-36/+76
list-colors handling (12029)
2000-06-20AIX dependency fixOliver Kiddle1-1/+1
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