Age | Commit message (Expand) | Author | Files | Lines |
2002-05-15 | follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig... | Sven Wischnowsky | 2 | -5/+22 |
2002-05-14 | 17162: Src/Modules/tcp.c: prevent warning on | Peter Stephenson | 2 | -2/+5 |
2002-05-14 | 17161: Src/Modules/tcp.c: length parameter to accept() | Peter Stephenson | 2 | -0/+6 |
2002-05-14 | fix for _arguments: don't use argument-tag when completing options; fix for _... | Sven Wischnowsky | 3 | -2/+11 |
2002-05-14 | allow users to give the maximum number of display-columns the matches should ... | Sven Wischnowsky | 5 | -17/+55 |
2002-05-14 | fix doc for _describe, mention -t option (17146) | Sven Wischnowsky | 2 | -1/+9 |
2002-05-13 | 17120, 17121: Src/init.c: work around problem with NIS tying up file | Peter Stephenson | 2 | -4/+53 |
2002-05-13 | fix for unquoting with `compset -q' with singly and doubly quoted strings (17... | Sven Wischnowsky | 3 | -16/+106 |
2002-05-12 | Doc/Makefile.in: back out unintended changes | Peter Stephenson | 2 | -23/+36 |
2002-05-12 | typo correction | Andrey Borzenkov | 1 | -0/+1 |
2002-05-12 | unposted: fix context name; do not set style by default until it works | Andrey Borzenkov | 2 | -3/+9 |
2002-05-10 | users/4951: make ulimit documentation clearer | Peter Stephenson | 2 | -1/+7 |
2002-05-08 | 17102: looking up TCP sessions by fd returned the wrong pointer | Peter Stephenson | 2 | -1/+4 |
2002-05-08 | 17097: closing all TCP sessions referenced freed memory. | Peter Stephenson | 2 | -2/+7 |
2002-05-08 | Typo in ChangeLog | Andrey Borzenkov | 1 | -1/+1 |
2002-05-08 | 17095: Bug in setting associative array; remove unused counter | Peter Stephenson | 2 | -8/+10 |
2002-05-08 | 17081: New zselect module and documentation. | Peter Stephenson | 5 | -32/+413 |
2002-05-08 | 17075, 17076: _urpmi and chkconfig/services | Andrey Borzenkov | 9 | -124/+230 |
2002-05-08 | 17080: tag-order style usage | Andrey Borzenkov | 2 | -3/+10 |
2002-05-08 | 17074: mondoarchive completion | Andrey Borzenkov | 2 | -0/+57 |
2002-05-08 | unposted: add autom4te.cache to .cvsignore (autoconf-2.53?) | Andrey Borzenkov | 2 | -0/+6 |
2002-05-06 | Assorted previously-uncommitted patches (16613, 16032, doc tweak). | Bart Schaefer | 1 | -0/+13 |
2002-05-06 | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 3 | -8/+42 |
2002-05-06 | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 3 | -8/+22 |
2002-05-06 | Explain the effect of unreadable directories, etc., on the CORRECT option | Bart Schaefer | 1 | -0/+3 |
2002-05-06 | fix _arguments' -s option (17078) | Sven Wischnowsky | 2 | -4/+7 |
2002-05-03 | 17072: fix pushdminus handling in completion after directory stack references | Oliver Kiddle | 2 | -11/+12 |
2002-04-30 | 17057: completion for debfoster | Clint Adams | 3 | -1/+99 |
2002-04-29 | 17055: shared object linkage on the Hurd. | Clint Adams | 2 | -2/+6 |
2002-04-29 | unposted: add missing bracket in _spamassassin. | Clint Adams | 2 | -1/+6 |
2002-04-25 | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 2 | -2/+8 |
2002-04-25 | users/4865: Completion/compinit: need to add NO_octalzeroes to | Peter Stephenson | 2 | -0/+4 |
2002-04-25 | 17044: complete all files for w3m, not just *.html. | Clint Adams | 2 | -1/+6 |
2002-04-25 | ChangeLog for 17040, 17041 | Peter Stephenson | 1 | -0/+8 |
2002-04-25 | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2 | -3/+4 |
2002-04-25 | remove one half of 17029; the part for zstyle wasn't right (17035) | Sven Wischnowsky | 2 | -1/+5 |
2002-04-24 | fix two memory leaks (found by Felix): pre-compiled patterns when re-defining... | Sven Wischnowsky | 3 | -0/+8 |
2002-04-23 | users/4851: Add Functions/Misc/relative. | Bart Schaefer | 1 | -0/+6 |
2002-04-23 | Add "relative". | Bart Schaefer | 1 | -5/+3 |
2002-04-23 | users/4851: Convert a full path to a path relative to a directory. | Bart Schaefer | 1 | -0/+28 |
2002-04-18 | Stupid typo -- :? should be ?: | Bart Schaefer | 1 | -1/+1 |
2002-04-18 | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 3 | -4/+9 |
2002-04-17 | Diff by article number, not just by attribution line. | Bart Schaefer | 1 | -10/+40 |
2002-04-17 | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 3 | -2/+17 |
2002-04-17 | Differentiate the two patches from 16703. | Wayne Davison | 1 | -2/+2 |
2002-04-17 | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 2 | -3/+25 |
2002-04-16 | Modified _java to use _java_class. | Felix Rosencrantz | 2 | -14/+10 |
2002-04-16 | make _path_files use match specs from the matcher style when calling compfile... | Sven Wischnowsky | 2 | -3/+7 |
2002-04-16 | make _values not use -Q (16991) | Sven Wischnowsky | 2 | -1/+4 |
2002-04-16 | treat backslashed bangs in double quotes specially in get_comp_string(), they... | Sven Wischnowsky | 2 | -0/+10 |