about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-2735-650/+997
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17544: implement read -s to suppress tty echoPeter Stephenson2002-08-221-3/+26
|
* 17570: tweaks to socket modulePeter Stephenson2002-08-221-12/+13
|
* fix typo in comment (17569)Sven Wischnowsky2002-08-201-1/+1
|
* fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky2002-08-203-1/+13
| | | | already and no completion widgets have been defined (17567)
* 17558: zsh/net/socket , zsocket builtinClint Adams2002-08-183-0/+293
|
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-082-1/+11
| | | | First with zstyle patterns, second with pwd in job structure.
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-0516-36/+36
|
* 17497: getopts skipped over zero-length arguments.Peter Stephenson2002-08-011-0/+2
|
* Dan Nelson: 17492: Quote output from xtracePeter Stephenson2002-08-013-13/+26
|
* make sure invalidatelist() isn't called hwen we are inside menu selection ↵Sven Wischnowsky2002-07-301-1/+1
| | | | and there's only one match left (17489)
* 17485?: Incorrect test for TYPESET_SILENTPeter Stephenson2002-07-291-1/+1
|
* remove qword, it isn't needed anymore (17439)Sven Wischnowsky2002-07-081-12/+1
|
* improve interactive mode when there are no matches left (alow to go back ↵Sven Wischnowsky2002-07-051-10/+30
| | | | with undo) (17429)
* 17417: remove unused fluff from datetime.cClint Adams2002-07-041-3/+1
|
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-042-0/+11
|
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky2002-07-043-19/+42
| | | | fix display problem with non-empty iprefix (17403)
* fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky2002-07-031-5/+5
| | | | widget (17394)
* 17390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2002-07-012-22/+112
|
* 17384: new recursive-edit widget.Peter Stephenson2002-07-012-66/+87
|
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-013-6/+23
| | | | an assignment (17387)
* 17357: Predefine autoloads in zsh emulation only.Bart Schaefer2002-06-271-0/+2
|
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-263-46/+456
|
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-16/+26
| | | | 17361: more careful about NULL history entries in zle
* 17350: add $CUTBUFFER and $killring zle parametersPeter Stephenson2002-06-241-0/+129
|
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-204-50/+110
|
* 17318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2002-06-141-0/+9
|
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-2/+3
|
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-076-20/+69
| | | | as finished with.
* 17301: improve zle -I.Peter Stephenson2002-06-071-1/+1
|
* 17293: support poll() as preferred alternative to select() in zlePeter Stephenson2002-06-061-15/+104
|
* 17297: 17265 continued.Clint Adams2002-06-061-1/+1
|
* zselectClint Adams2002-06-061-0/+2
|
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-1/+1
|
* remove builtin when tcp module is unloaded.Peter Stephenson2002-06-051-3/+1
|
* 17292: shut up compiler if no OPEN_MEMSTREAMPeter Stephenson2002-06-051-1/+4
|
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-053-26/+82
|
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-051-1/+3
|
* don't use optimised completion list display code after the list has been ↵Sven Wischnowsky2002-06-051-1/+1
| | | | erased or we're not in menu selection anymore anyway (17286)
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson2002-06-041-0/+2
|
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-0/+2
|
* 17253: ztcp -L gives parseable information on tcp sessionPeter Stephenson2002-05-301-9/+24
|
* 17250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson2002-05-291-2/+12
|
* 17249: fix user output from ztcpPeter Stephenson2002-05-291-4/+4
|
* follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky2002-05-271-5/+7
|
* 17235: strftime builtinClint Adams2002-05-262-0/+107
|
* we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2002-05-241-0/+7
| | | | variables we need (17222)
* 17220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2002-05-241-3/+3
|
* make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2002-05-241-13/+96
| | | | newly selected matches (17219)
* report option arguments to _arguments in the original form (17196)Sven Wischnowsky2002-05-231-4/+34
|