summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-17Version 4.1.0-dev-5Peter Stephenson2-2/+6
2002-06-1417318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2-0/+14
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-1/+1
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson3-3/+11
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson7-20/+73
as finished with.
2002-06-0717301: improve zle -I.Peter Stephenson3-9/+22
2002-06-0617293: support poll() as preferred alternative to select() in zlePeter Stephenson3-17/+111
2002-06-0617297: 17265 continued.Clint Adams2-1/+5
2002-06-06zselectClint Adams1-0/+2
2002-06-0517295: `zle -F' failed because of bad testPeter Stephenson2-1/+4
2002-06-05remove builtin when tcp module is unloaded.Peter Stephenson2-3/+6
2002-06-0517292: shut up compiler if no OPEN_MEMSTREAMPeter Stephenson2-1/+6
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson4-26/+86
2002-06-0517285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2-1/+9
2002-06-05don't use optimised completion list display code after the list has been ↵Sven Wischnowsky2-1/+7
erased or we're not in menu selection anymore anyway (17286)
2002-06-0417283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson2-0/+6
2002-06-0217273, not 17272: inner function definition could define nonsensePeter Stephenson1-1/+1
2002-06-0217272: inner function definition could define nonsensePeter Stephenson2-0/+8
2002-05-3117266: check `manpath` even when $MANPATH is set.Clint Adams2-8/+17
2002-05-3017253: ztcp -L gives parseable information on tcp sessionPeter Stephenson3-10/+78
2002-05-29fix for use of (z) parameter modifier; the first word in the parameter is ↵Sven Wischnowsky2-2/+11
parsed like the first word on a command line, treating parens specially (17252)
2002-05-2917250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson2-2/+16
2002-05-2917249: fix user output from ztcpPeter Stephenson2-4/+9
2002-05-28add handling for the other texinfo commands (besides info)Oliver Kiddle2-53/+150
2002-05-2817244: don't complete udebs for dpkg -i or --unpackClint Adams2-2/+7
2002-05-27follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky2-5/+12
2002-05-2617235: strftime builtinClint Adams3-0/+110
2002-05-2617234: don't call _path_files with empty ().Clint Adams2-1/+10
2002-05-2517225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2-1/+6
2002-05-24we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2-0/+12
variables we need (17222)
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2-3/+8
2002-05-24make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2-13/+101
newly selected matches (17219)
2002-05-23unposted: use zstyle again now when it worksAndrey Borzenkov2-4/+6
2002-05-2317125, 17159 (Oliver): info completionAndrey Borzenkov3-1/+61
2002-05-23report option arguments to _arguments in the original form (17196)Sven Wischnowsky2-4/+37
2002-05-23for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2-8/+28
(from the --help-text) as the description to shown when completing after the option (17214)
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky4-7/+11
2002-05-23allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2-2/+27
description, for (hopefully) cleaner displays (17212)
2002-05-2317211: respect $CVSIGNORE.Clint Adams2-0/+6
2002-05-2117201: add example use of ztcp to manualPeter Stephenson2-0/+34
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson5-68/+343
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky6-82/+80
file-type-character (17195)
2002-05-21improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2-15/+40
2002-05-21let _init_d use a pre-pattern (17193)Sven Wischnowsky2-1/+6
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2-2/+9
(17192)
2002-05-21fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky3-3/+8
user-defined one is present (17191)
2002-05-21avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2-2/+5
with compdescribe (17190)
2002-05-21better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2-2/+7
(17189)
2002-05-20(17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz3-1/+55
memory checking tool.
2002-05-20Added _larch.Felix Rosencrantz1-0/+8