| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 17272: inner function definition could define nonsense | Peter Stephenson | 2002-06-02 | 1 | -0/+2 |
* | 17253: ztcp -L gives parseable information on tcp session | Peter Stephenson | 2002-05-30 | 1 | -9/+24 |
* | 17250: dont't execsave()/execrestore() around synchronous traps | Peter Stephenson | 2002-05-29 | 1 | -2/+12 |
* | 17249: fix user output from ztcp | Peter Stephenson | 2002-05-29 | 1 | -4/+4 |
* | follow-up to 17222, make the optimisation work for some more keys again (17237) | Sven Wischnowsky | 2002-05-27 | 1 | -5/+7 |
* | 17235: strftime builtin | Clint Adams | 2002-05-26 | 2 | -0/+107 |
* | we have to disable 17219 for some keys because their code doesn't set up the ... | Sven Wischnowsky | 2002-05-24 | 1 | -0/+7 |
* | 17220: Src/Modules/tcp.c: bugs using ztcp to list connections. | Peter Stephenson | 2002-05-24 | 1 | -3/+3 |
* | make re-display in menu selection faster; redraw only the previously and newl... | Sven Wischnowsky | 2002-05-24 | 1 | -13/+96 |
* | report option arguments to _arguments in the original form (17196) | Sven Wischnowsky | 2002-05-23 | 1 | -4/+34 |
* | allow multiple lines in option completion lists to share the same description... | Sven Wischnowsky | 2002-05-23 | 1 | -2/+21 |
* | 17141 plus mods: add `zle -F fd handler' feature. | Peter Stephenson | 2002-05-21 | 3 | -68/+276 |
* | fix for file-type-tests in nested quotes and don't count space file-type-char... | Sven Wischnowsky | 2002-05-21 | 5 | -82/+75 |
* | improve calculation of used columns for match-max-length (17194) | Sven Wischnowsky | 2002-05-21 | 1 | -15/+37 |
* | fix for completion in nested quotes where the sub-word ends in a backslash (1... | Sven Wischnowsky | 2002-05-21 | 1 | -2/+6 |
* | avoid printing in the last screen column when preparing a completion listing ... | Sven Wischnowsky | 2002-05-21 | 1 | -2/+2 |
* | 17175: Src/math.c: didn't handle parameters before a ternary expression | Peter Stephenson | 2002-05-17 | 1 | -0/+2 |
* | 17171: Src/Modules/tcp.c: ztcp didn't return failure | Peter Stephenson | 2002-05-16 | 1 | -0/+2 |
* | 17166: Src/Modules/zftp.c: check fileno of zftp control | Peter Stephenson | 2002-05-15 | 1 | -2/+3 |
* | follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig... | Sven Wischnowsky | 2002-05-15 | 1 | -5/+16 |
* | 17162: Src/Modules/tcp.c: prevent warning on | Peter Stephenson | 2002-05-14 | 1 | -2/+2 |
* | 17161: Src/Modules/tcp.c: length parameter to accept() | Peter Stephenson | 2002-05-14 | 1 | -0/+1 |
* | allow users to give the maximum number of display-columns the matches should ... | Sven Wischnowsky | 2002-05-14 | 1 | -14/+25 |
* | 17120, 17121: Src/init.c: work around problem with NIS tying up file | Peter Stephenson | 2002-05-13 | 1 | -4/+47 |
* | fix for unquoting with `compset -q' with singly and doubly quoted strings (17... | Sven Wischnowsky | 2002-05-13 | 2 | -16/+100 |
* | 17102: looking up TCP sessions by fd returned the wrong pointer | Peter Stephenson | 2002-05-08 | 1 | -1/+1 |
* | 17097: closing all TCP sessions referenced freed memory. | Peter Stephenson | 2002-05-08 | 1 | -2/+4 |
* | 17095: Bug in setting associative array; remove unused counter | Peter Stephenson | 2002-05-08 | 1 | -8/+5 |
* | 17081: New zselect module and documentation. | Peter Stephenson | 2002-05-08 | 2 | -0/+316 |
* | 17075, 17076: _urpmi and chkconfig/services | Andrey Borzenkov | 2002-05-08 | 1 | -1/+1 |
* | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 2002-05-06 | 1 | -3/+3 |
* | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 2002-05-06 | 3 | -8/+22 |
* | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 2002-04-25 | 1 | -2/+3 |
* | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2002-04-25 | 2 | -3/+4 |
* | remove one half of 17029; the part for zstyle wasn't right (17035) | Sven Wischnowsky | 2002-04-25 | 1 | -1/+0 |
* | fix two memory leaks (found by Felix): pre-compiled patterns when re-defining... | Sven Wischnowsky | 2002-04-24 | 2 | -0/+2 |
* | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 2002-04-18 | 2 | -4/+4 |
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 1 | -1/+5 |
* | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 2002-04-17 | 1 | -3/+20 |
* | treat backslashed bangs in double quotes specially in get_comp_string(), they... | Sven Wischnowsky | 2002-04-16 | 1 | -0/+6 |
* | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 2002-04-08 | 1 | -2/+2 |
* | Made SAVEHIST a special parameter. | Wayne Davison | 2002-03-24 | 1 | -0/+20 |
* | Added "savehistsiz" (for the new SAVEHIST special parameter), and used it | Wayne Davison | 2002-03-24 | 1 | -5/+9 |
* | Got rid of unused-variable compiler warning. | Wayne Davison | 2002-03-24 | 1 | -2/+2 |
* | 16862: allow print's -s and -z options to be used with -f | Oliver Kiddle | 2002-03-19 | 1 | -59/+99 |
* | remove that -T option to compdef again and instead use comma-separated sub-co... | Sven Wischnowsky | 2002-03-13 | 1 | -0/+1 |
* | Fix parsing of binary infix operators of test builtin. | Bart Schaefer | 2002-03-07 | 1 | -2/+2 |
* | don't try to build the redirection string for the loops (for, foreach, select... | Sven Wischnowsky | 2002-03-07 | 1 | -1/+1 |
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 1 | -23/+115 |
* | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 2002-03-04 | 1 | -5/+7 |