about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* fix doc for _describe, mention -t option (17146)Sven Wischnowsky2002-05-142-1/+9
|
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-132-4/+53
| | | | descriptors.
* fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky2002-05-133-16/+106
| | | | (17135)
* Doc/Makefile.in: back out unintended changesPeter Stephenson2002-05-122-23/+36
|
* typo correctionAndrey Borzenkov2002-05-121-0/+1
|
* unposted: fix context name; do not set style by default until it worksAndrey Borzenkov2002-05-122-3/+9
|
* users/4951: make ulimit documentation clearerPeter Stephenson2002-05-102-1/+7
|
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-082-1/+4
|
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-082-2/+7
|
* Typo in ChangeLogAndrey Borzenkov2002-05-081-1/+1
|
* 17095: Bug in setting associative array; remove unused counterPeter Stephenson2002-05-082-8/+10
|
* 17081: New zselect module and documentation.Peter Stephenson2002-05-085-32/+413
|
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-089-124/+230
|
* 17080: tag-order style usageAndrey Borzenkov2002-05-082-3/+10
|
* 17074: mondoarchive completionAndrey Borzenkov2002-05-082-0/+57
|
* unposted: add autom4te.cache to .cvsignore (autoconf-2.53?)Andrey Borzenkov2002-05-082-0/+6
|
* Assorted previously-uncommitted patches (16613, 16032, doc tweak).Bart Schaefer2002-05-061-0/+13
|
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-063-8/+42
|
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-063-8/+22
| | | | to improve SH_GLOB handling, particularly in completion
* Explain the effect of unreadable directories, etc., on the CORRECT optionBart Schaefer2002-05-061-0/+3
|
* fix _arguments' -s option (17078)Sven Wischnowsky2002-05-062-4/+7
|
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-032-11/+12
|
* 17057: completion for debfosterClint Adams2002-04-303-1/+99
|
* 17055: shared object linkage on the Hurd.Clint Adams2002-04-292-2/+6
|
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-292-1/+6
|
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-252-2/+8
| | | | swallowing up too many characters.
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-252-0/+4
| | | | $_comp_options.
* 17044: complete all files for w3m, not just *.html.Clint Adams2002-04-252-1/+6
|
* ChangeLog for 17040, 17041Peter Stephenson2002-04-251-0/+8
|
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-252-3/+4
| | | | | | socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6.
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-252-1/+5
|
* fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky2002-04-243-0/+8
| | | | re-defining styles and compredirs-copies in comp_wrapper() (17029)
* users/4851: Add Functions/Misc/relative.Bart Schaefer2002-04-231-0/+6
|
* Add "relative".Bart Schaefer2002-04-231-5/+3
|
* users/4851: Convert a full path to a path relative to a directory.Bart Schaefer2002-04-231-0/+28
|
* Stupid typo -- :? should be ?:Bart Schaefer2002-04-181-1/+1
|
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-183-4/+9
| | | | freehostent() incorrectly removed in 16172.
* Diff by article number, not just by attribution line.Bart Schaefer2002-04-171-10/+40
|
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-173-2/+17
| | | | | Careful with long filenames in internal condition test; fix block file test for `-f'.
* Differentiate the two patches from 16703.Wayne Davison2002-04-171-2/+2
|
* make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky2002-04-172-3/+25
|
* Modified _java to use _java_class.Felix Rosencrantz2002-04-162-14/+10
|
* make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2002-04-162-3/+7
| | | | compfiles (users/4836)
* make _values not use -Q (16991)Sven Wischnowsky2002-04-162-1/+4
|
* treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2002-04-162-0/+10
| | | | they are more like $s there (16990)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-1637-72/+97
|
* 16973: complete package name argument to apt-cache policy.Clint Adams2002-04-122-1/+4
|
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-122-1/+6
|
* 16955: _java_classFelix Rosencrantz2002-04-101-0/+6
|
* New _java_class to find classes on the classpath.Felix Rosencrantz2002-04-102-0/+16
|