Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-24 | we have to disable 17219 for some keys because their code doesn't set up the ↵ | Sven Wischnowsky | 1 | -0/+7 | |
variables we need (17222) | |||||
2002-05-24 | 17220: Src/Modules/tcp.c: bugs using ztcp to list connections. | Peter Stephenson | 1 | -3/+3 | |
2002-05-24 | make re-display in menu selection faster; redraw only the previously and ↵ | Sven Wischnowsky | 1 | -13/+96 | |
newly selected matches (17219) | |||||
2002-05-23 | report option arguments to _arguments in the original form (17196) | Sven Wischnowsky | 1 | -4/+34 | |
2002-05-23 | allow multiple lines in option completion lists to share the same ↵ | Sven Wischnowsky | 1 | -2/+21 | |
description, for (hopefully) cleaner displays (17212) | |||||
2002-05-21 | 17141 plus mods: add `zle -F fd handler' feature. | Peter Stephenson | 3 | -68/+276 | |
2002-05-21 | fix for file-type-tests in nested quotes and don't count space ↵ | Sven Wischnowsky | 5 | -82/+75 | |
file-type-character (17195) | |||||
2002-05-21 | improve calculation of used columns for match-max-length (17194) | Sven Wischnowsky | 1 | -15/+37 | |
2002-05-21 | fix for completion in nested quotes where the sub-word ends in a backslash ↵ | Sven Wischnowsky | 1 | -2/+6 | |
(17192) | |||||
2002-05-21 | avoid printing in the last screen column when preparing a completion listing ↵ | Sven Wischnowsky | 1 | -2/+2 | |
with compdescribe (17190) | |||||
2002-05-17 | 17175: Src/math.c: didn't handle parameters before a ternary expression | Peter Stephenson | 1 | -0/+2 | |
properly. | |||||
2002-05-16 | 17171: Src/Modules/tcp.c: ztcp didn't return failure | Peter Stephenson | 1 | -0/+2 | |
when a connect() failed. | |||||
2002-05-15 | 17166: Src/Modules/zftp.c: check fileno of zftp control | Peter Stephenson | 1 | -2/+3 | |
connection before closing, not after | |||||
2002-05-15 | follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵ | Sven Wischnowsky | 1 | -5/+16 | |
right, yet (17163) | |||||
2002-05-14 | 17162: Src/Modules/tcp.c: prevent warning on | Peter Stephenson | 1 | -2/+2 | |
gethostbyaddr() arguments. | |||||
2002-05-14 | 17161: Src/Modules/tcp.c: length parameter to accept() | Peter Stephenson | 1 | -0/+1 | |
wasn't initialised, causing random failures. | |||||
2002-05-14 | allow users to give the maximum number of display-columns the matches should ↵ | Sven Wischnowsky | 1 | -14/+25 | |
take up via the style currently named max-match-length (17147) | |||||
2002-05-13 | 17120, 17121: Src/init.c: work around problem with NIS tying up file | Peter Stephenson | 1 | -4/+47 | |
descriptors. | |||||
2002-05-13 | fix for unquoting with `compset -q' with singly and doubly quoted strings ↵ | Sven Wischnowsky | 2 | -16/+100 | |
(17135) | |||||
2002-05-08 | 17102: looking up TCP sessions by fd returned the wrong pointer | Peter Stephenson | 1 | -1/+1 | |
2002-05-08 | 17097: closing all TCP sessions referenced freed memory. | Peter Stephenson | 1 | -2/+4 | |
2002-05-08 | 17095: Bug in setting associative array; remove unused counter | Peter Stephenson | 1 | -8/+5 | |
2002-05-08 | 17081: New zselect module and documentation. | Peter Stephenson | 2 | -0/+316 | |
2002-05-08 | 17075, 17076: _urpmi and chkconfig/services | Andrey Borzenkov | 1 | -1/+1 | |
2002-05-06 | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 1 | -3/+3 | |
2002-05-06 | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 3 | -8/+22 | |
to improve SH_GLOB handling, particularly in completion | |||||
2002-04-25 | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 1 | -2/+3 | |
swallowing up too many characters. | |||||
2002-04-25 | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2 | -3/+4 | |
socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6. | |||||
2002-04-25 | remove one half of 17029; the part for zstyle wasn't right (17035) | Sven Wischnowsky | 1 | -1/+0 | |
2002-04-24 | fix two memory leaks (found by Felix): pre-compiled patterns when ↵ | Sven Wischnowsky | 2 | -0/+2 | |
re-defining styles and compredirs-copies in comp_wrapper() (17029) | |||||
2002-04-18 | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 2 | -4/+4 | |
freehostent() incorrectly removed in 16172. | |||||
2002-04-17 | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 1 | -1/+5 | |
Careful with long filenames in internal condition test; fix block file test for `-f'. | |||||
2002-04-17 | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 1 | -3/+20 | |
2002-04-16 | treat backslashed bangs in double quotes specially in get_comp_string(), ↵ | Sven Wischnowsky | 1 | -0/+6 | |
they are more like $s there (16990) | |||||
2002-04-08 | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 1 | -2/+2 | |
2002-03-24 | Made SAVEHIST a special parameter. | Wayne Davison | 1 | -0/+20 | |
2002-03-24 | Added "savehistsiz" (for the new SAVEHIST special parameter), and used it | Wayne Davison | 1 | -5/+9 | |
in place of getiparam("SAVEHIST"). | |||||
2002-03-24 | Got rid of unused-variable compiler warning. | Wayne Davison | 1 | -2/+2 | |
2002-03-19 | 16862: allow print's -s and -z options to be used with -f | Oliver Kiddle | 1 | -59/+99 | |
2002-03-13 | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 1 | -0/+1 | |
sub-contexts both for function and style lookup (16819) | |||||
2002-03-07 | Fix parsing of binary infix operators of test builtin. | Bart Schaefer | 1 | -2/+2 | |
2002-03-07 | don't try to build the redirection string for the loops (for, foreach, ↵ | Sven Wischnowsky | 1 | -1/+1 | |
select) (16776) | |||||
2002-03-05 | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 1 | -23/+115 | |
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line. | |||||
2002-03-04 | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 1 | -5/+7 | |
cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode. | |||||
2002-03-01 | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 5 | -25/+74 | |
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | |||||
2002-02-25 | allow nterruption of empty while-loops with ^C (16711) | Sven Wischnowsky | 1 | -31/+47 | |
2002-02-25 | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 1 | -4/+0 | |
change uses of _guard (16708) | |||||
2002-02-22 | Improved the output of the "history" command with a 1-line history buffer, | Wayne Davison | 1 | -10/+15 | |
and also improved the error handling of explicitly-specified first/last values. | |||||
2002-02-22 | In putoldhistentryontop(), ensure that we can't return with "next" set to | Wayne Davison | 1 | -2/+3 | |
the value we just put on top. | |||||
2002-02-22 | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 2 | -51/+100 | |