summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2002-07-0417417: remove unused fluff from datetime.cClint Adams1-3/+1
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2-0/+11
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky3-19/+42
fix display problem with non-empty iprefix (17403)
2002-07-03fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky1-5/+5
widget (17394)
2002-07-0117390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2-22/+112
2002-07-0117384: new recursive-edit widget.Peter Stephenson2-66/+87
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky3-6/+23
an assignment (17387)
2002-06-2717357: Predefine autoloads in zsh emulation only.Bart Schaefer1-0/+2
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky3-46/+456
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson1-16/+26
17361: more careful about NULL history entries in zle
2002-06-2417350: add $CUTBUFFER and $killring zle parametersPeter Stephenson1-0/+129
2002-06-2017334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson4-50/+110
2002-06-1417318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson1-0/+9
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-2/+3
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson6-20/+69
as finished with.
2002-06-0717301: improve zle -I.Peter Stephenson1-1/+1
2002-06-0617293: support poll() as preferred alternative to select() in zlePeter Stephenson1-15/+104
2002-06-0617297: 17265 continued.Clint Adams1-1/+1
2002-06-06zselectClint Adams1-0/+2
2002-06-0517295: `zle -F' failed because of bad testPeter Stephenson1-1/+1
2002-06-05remove builtin when tcp module is unloaded.Peter Stephenson1-3/+1
2002-06-0517292: shut up compiler if no OPEN_MEMSTREAMPeter Stephenson1-1/+4
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson3-26/+82
2002-06-0517285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson1-1/+3
2002-06-05don't use optimised completion list display code after the list has been ↵Sven Wischnowsky1-1/+1
erased or we're not in menu selection anymore anyway (17286)
2002-06-0417283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson1-0/+2
2002-06-0217272: inner function definition could define nonsensePeter Stephenson1-0/+2
2002-05-3017253: ztcp -L gives parseable information on tcp sessionPeter Stephenson1-9/+24
2002-05-2917250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson1-2/+12
2002-05-2917249: fix user output from ztcpPeter Stephenson1-4/+4
2002-05-27follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky1-5/+7
2002-05-2617235: strftime builtinClint Adams2-0/+107
2002-05-24we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky1-0/+7
variables we need (17222)
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson1-3/+3
2002-05-24make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky1-13/+96
newly selected matches (17219)
2002-05-23report option arguments to _arguments in the original form (17196)Sven Wischnowsky1-4/+34
2002-05-23allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky1-2/+21
description, for (hopefully) cleaner displays (17212)
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson3-68/+276
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky5-82/+75
file-type-character (17195)
2002-05-21improve calculation of used columns for match-max-length (17194)Sven Wischnowsky1-15/+37
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky1-2/+6
(17192)
2002-05-21avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky1-2/+2
with compdescribe (17190)
2002-05-1717175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson1-0/+2
properly.
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson1-0/+2
when a connect() failed.
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson1-2/+3
connection before closing, not after
2002-05-15follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky1-5/+16
right, yet (17163)
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson1-2/+2
gethostbyaddr() arguments.
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson1-0/+1
wasn't initialised, causing random failures.
2002-05-14allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky1-14/+25
take up via the style currently named max-match-length (17147)
2002-05-1317120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson1-4/+47
descriptors.