about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* (17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz2002-05-201-0/+6
| | | | memory checking tool.
* Added _larch.Felix Rosencrantz2002-05-201-0/+8
|
* 17175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2002-05-171-0/+5
| | | | properly.
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-161-0/+5
| | | | when a connect() failed.
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-151-0/+5
| | | | connection before closing, not after
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky2002-05-151-0/+6
| | | | right, yet (17163)
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-141-0/+3
| | | | gethostbyaddr() arguments.
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-141-0/+5
| | | | wasn't initialised, causing random failures.
* fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky2002-05-141-0/+5
| | | | _services: leave loop when matches were produced (17148)
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-0/+6
| | | | take up via the style currently named max-match-length (17147)
* fix doc for _describe, mention -t option (17146)Sven Wischnowsky2002-05-141-0/+5
|
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-131-0/+6
| | | | descriptors.
* fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky2002-05-131-0/+6
| | | | (17135)
* Doc/Makefile.in: back out unintended changesPeter Stephenson2002-05-121-0/+5
|
* typo correctionAndrey Borzenkov2002-05-121-0/+1
|
* unposted: fix context name; do not set style by default until it worksAndrey Borzenkov2002-05-121-0/+5
|
* users/4951: make ulimit documentation clearerPeter Stephenson2002-05-101-0/+5
|
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-081-0/+3
|
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-081-0/+3
|
* Typo in ChangeLogAndrey Borzenkov2002-05-081-1/+1
|
* 17095: Bug in setting associative array; remove unused counterPeter Stephenson2002-05-081-0/+5
|
* 17081: New zselect module and documentation.Peter Stephenson2002-05-081-0/+6
|
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-081-2/+12
|
* 17080: tag-order style usageAndrey Borzenkov2002-05-081-0/+6
|
* unposted: add autom4te.cache to .cvsignore (autoconf-2.53?)Andrey Borzenkov2002-05-081-0/+5
|
* Assorted previously-uncommitted patches (16613, 16032, doc tweak).Bart Schaefer2002-05-061-0/+13
|
* fix _arguments' -s option (17078)Sven Wischnowsky2002-05-061-0/+5
|
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-0/+6
|
* 17057: completion for debfosterClint Adams2002-04-301-0/+5
|
* 17055: shared object linkage on the Hurd.Clint Adams2002-04-291-0/+4
|
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-291-0/+5
|
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-0/+5
| | | | swallowing up too many characters.
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-251-0/+3
| | | | $_comp_options.
* 17044: complete all files for w3m, not just *.html.Clint Adams2002-04-251-0/+5
|
* ChangeLog for 17040, 17041Peter Stephenson2002-04-251-0/+8
|
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-251-0/+5
|
* fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky2002-04-241-0/+6
| | | | re-defining styles and compredirs-copies in comp_wrapper() (17029)
* users/4851: Add Functions/Misc/relative.Bart Schaefer2002-04-231-0/+6
|
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-181-0/+5
| | | | freehostent() incorrectly removed in 16172.
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-0/+6
| | | | | 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-171-0/+5
|
* Modified _java to use _java_class.Felix Rosencrantz2002-04-161-0/+5
|
* make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2002-04-161-0/+4
| | | | compfiles (users/4836)
* make _values not use -Q (16991)Sven Wischnowsky2002-04-161-0/+3
|
* treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2002-04-161-0/+4
| | | | they are more like $s there (16990)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-161-0/+25
|
* 16973: complete package name argument to apt-cache policy.Clint Adams2002-04-121-0/+3
|
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-0/+5
|
* 16955: _java_classFelix Rosencrantz2002-04-101-0/+6
|