about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 eras...Sven Wischnowsky2002-06-051-1/+1
* 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
* 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 newl...Sven Wischnowsky2002-05-241-13/+96
* report option arguments to _arguments in the original form (17196)Sven Wischnowsky2002-05-231-4/+34
* allow multiple lines in option completion lists to share the same description...Sven Wischnowsky2002-05-231-2/+21
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-213-68/+276
* fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky2002-05-215-82/+75
* improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2002-05-211-15/+37
* fix for completion in nested quotes where the sub-word ends in a backslash (1...Sven Wischnowsky2002-05-211-2/+6
* avoid printing in the last screen column when preparing a completion listing ...Sven Wischnowsky2002-05-211-2/+2
* 17175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2002-05-171-0/+2
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-161-0/+2
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-151-2/+3
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...Sven Wischnowsky2002-05-151-5/+16
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-141-2/+2
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-141-0/+1
* allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky2002-05-141-14/+25
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-131-4/+47
* fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky2002-05-132-16/+100
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-081-1/+1
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-081-2/+4
* 17095: Bug in setting associative array; remove unused counterPeter Stephenson2002-05-081-8/+5
* 17081: New zselect module and documentation.Peter Stephenson2002-05-082-0/+316
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-081-1/+1
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-061-3/+3
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-063-8/+22
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-2/+3
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-252-3/+4
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-251-1/+0
* fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky2002-04-242-0/+2