summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2002-08-2217544: implement read -s to suppress tty echoPeter Stephenson1-3/+26
2002-08-2217570: tweaks to socket modulePeter Stephenson1-12/+13
2002-08-20fix typo in comment (17569)Sven Wischnowsky1-1/+1
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky3-1/+13
already and no completion widgets have been defined (17567)
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams3-0/+293
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2-1/+11
First with zstyle patterns, second with pwd in job structure.
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle16-36/+36
2002-08-0117497: getopts skipped over zero-length arguments.Peter Stephenson1-0/+2
2002-08-01Dan Nelson: 17492: Quote output from xtracePeter Stephenson3-13/+26
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection ↵Sven Wischnowsky1-1/+1
and there's only one match left (17489)
2002-07-2917485?: Incorrect test for TYPESET_SILENTPeter Stephenson1-1/+1
2002-07-08remove qword, it isn't needed anymore (17439)Sven Wischnowsky1-12/+1
2002-07-05improve interactive mode when there are no matches left (alow to go back ↵Sven Wischnowsky1-10/+30
with undo) (17429)
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)