| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc/Makefile.in: back out unintended changes | Peter Stephenson | 2002-05-12 | 2 | -23/+36 |
* | typo correction | Andrey Borzenkov | 2002-05-12 | 1 | -0/+1 |
* | unposted: fix context name; do not set style by default until it works | Andrey Borzenkov | 2002-05-12 | 2 | -3/+9 |
* | users/4951: make ulimit documentation clearer | Peter Stephenson | 2002-05-10 | 2 | -1/+7 |
* | 17102: looking up TCP sessions by fd returned the wrong pointer | Peter Stephenson | 2002-05-08 | 2 | -1/+4 |
* | 17097: closing all TCP sessions referenced freed memory. | Peter Stephenson | 2002-05-08 | 2 | -2/+7 |
* | Typo in ChangeLog | Andrey Borzenkov | 2002-05-08 | 1 | -1/+1 |
* | 17095: Bug in setting associative array; remove unused counter | Peter Stephenson | 2002-05-08 | 2 | -8/+10 |
* | 17081: New zselect module and documentation. | Peter Stephenson | 2002-05-08 | 5 | -32/+413 |
* | 17075, 17076: _urpmi and chkconfig/services | Andrey Borzenkov | 2002-05-08 | 9 | -124/+230 |
* | 17080: tag-order style usage | Andrey Borzenkov | 2002-05-08 | 2 | -3/+10 |
* | 17074: mondoarchive completion | Andrey Borzenkov | 2002-05-08 | 2 | -0/+57 |
* | unposted: add autom4te.cache to .cvsignore (autoconf-2.53?) | Andrey Borzenkov | 2002-05-08 | 2 | -0/+6 |
* | Assorted previously-uncommitted patches (16613, 16032, doc tweak). | Bart Schaefer | 2002-05-06 | 1 | -0/+13 |
* | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 2002-05-06 | 3 | -8/+42 |
* | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 2002-05-06 | 3 | -8/+22 |
* | Explain the effect of unreadable directories, etc., on the CORRECT option | Bart Schaefer | 2002-05-06 | 1 | -0/+3 |
* | fix _arguments' -s option (17078) | Sven Wischnowsky | 2002-05-06 | 2 | -4/+7 |
* | 17072: fix pushdminus handling in completion after directory stack references | Oliver Kiddle | 2002-05-03 | 2 | -11/+12 |
* | 17057: completion for debfoster | Clint Adams | 2002-04-30 | 3 | -1/+99 |
* | 17055: shared object linkage on the Hurd. | Clint Adams | 2002-04-29 | 2 | -2/+6 |
* | unposted: add missing bracket in _spamassassin. | Clint Adams | 2002-04-29 | 2 | -1/+6 |
* | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 2002-04-25 | 2 | -2/+8 |
* | users/4865: Completion/compinit: need to add NO_octalzeroes to | Peter Stephenson | 2002-04-25 | 2 | -0/+4 |
* | 17044: complete all files for w3m, not just *.html. | Clint Adams | 2002-04-25 | 2 | -1/+6 |
* | ChangeLog for 17040, 17041 | Peter Stephenson | 2002-04-25 | 1 | -0/+8 |
* | 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 | 2 | -1/+5 |
* | fix two memory leaks (found by Felix): pre-compiled patterns when re-defining... | Sven Wischnowsky | 2002-04-24 | 3 | -0/+8 |
* | users/4851: Add Functions/Misc/relative. | Bart Schaefer | 2002-04-23 | 1 | -0/+6 |
* | Add "relative". | Bart Schaefer | 2002-04-23 | 1 | -5/+3 |
* | users/4851: Convert a full path to a path relative to a directory. | Bart Schaefer | 2002-04-23 | 1 | -0/+28 |
* | Stupid typo -- :? should be ?: | Bart Schaefer | 2002-04-18 | 1 | -1/+1 |
* | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 2002-04-18 | 3 | -4/+9 |
* | Diff by article number, not just by attribution line. | Bart Schaefer | 2002-04-17 | 1 | -10/+40 |
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 3 | -2/+17 |
* | Differentiate the two patches from 16703. | Wayne Davison | 2002-04-17 | 1 | -2/+2 |
* | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 2002-04-17 | 2 | -3/+25 |
* | Modified _java to use _java_class. | Felix Rosencrantz | 2002-04-16 | 2 | -14/+10 |
* | make _path_files use match specs from the matcher style when calling compfile... | Sven Wischnowsky | 2002-04-16 | 2 | -3/+7 |
* | make _values not use -Q (16991) | Sven Wischnowsky | 2002-04-16 | 2 | -1/+4 |
* | treat backslashed bangs in double quotes specially in get_comp_string(), they... | Sven Wischnowsky | 2002-04-16 | 2 | -0/+10 |
* | make more calls to _message use the -e option (16988) | Sven Wischnowsky | 2002-04-16 | 37 | -72/+97 |
* | 16973: complete package name argument to apt-cache policy. | Clint Adams | 2002-04-12 | 2 | -1/+4 |
* | 16972: complete for aaaa, zone, mx, soa, txt. | Clint Adams | 2002-04-12 | 2 | -1/+6 |
* | 16955: _java_class | Felix Rosencrantz | 2002-04-10 | 1 | -0/+6 |
* | New _java_class to find classes on the classpath. | Felix Rosencrantz | 2002-04-10 | 2 | -0/+16 |
* | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 2002-04-08 | 2 | -2/+7 |
* | 16935: update options completed for ssh and add sftp completion | Oliver Kiddle | 2002-04-04 | 2 | -193/+207 |
* | name tweak | Clint Adams | 2002-04-04 | 1 | -1/+1 |