summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2-2/+5
gethostbyaddr() arguments.
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2-0/+6
wasn't initialised, causing random failures.
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky3-2/+11
_services: leave loop when matches were produced (17148)
2002-05-14allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky5-17/+55
take up via the style currently named max-match-length (17147)
2002-05-14fix doc for _describe, mention -t option (17146)Sven Wischnowsky2-1/+9
2002-05-1317120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2-4/+53
descriptors.
2002-05-13fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky3-16/+106
(17135)
2002-05-12Doc/Makefile.in: back out unintended changesPeter Stephenson2-23/+36
2002-05-12typo correctionAndrey Borzenkov1-0/+1
2002-05-12unposted: fix context name; do not set style by default until it worksAndrey Borzenkov2-3/+9
2002-05-10users/4951: make ulimit documentation clearerPeter Stephenson2-1/+7
2002-05-0817102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2-1/+4
2002-05-0817097: closing all TCP sessions referenced freed memory.Peter Stephenson2-2/+7
2002-05-08Typo in ChangeLogAndrey Borzenkov1-1/+1
2002-05-0817095: Bug in setting associative array; remove unused counterPeter Stephenson2-8/+10
2002-05-0817081: New zselect module and documentation.Peter Stephenson5-32/+413
2002-05-0817075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov9-124/+230
2002-05-0817080: tag-order style usageAndrey Borzenkov2-3/+10
2002-05-0817074: mondoarchive completionAndrey Borzenkov2-0/+57
2002-05-08unposted: add autom4te.cache to .cvsignore (autoconf-2.53?)Andrey Borzenkov2-0/+6
2002-05-06Assorted previously-uncommitted patches (16613, 16032, doc tweak).Bart Schaefer1-0/+13
2002-05-06Detect variant tgetent() return value and test for it correctly.Bart Schaefer3-8/+42
2002-05-06Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer3-8/+22
to improve SH_GLOB handling, particularly in completion
2002-05-06Explain the effect of unreadable directories, etc., on the CORRECT optionBart Schaefer1-0/+3
2002-05-06fix _arguments' -s option (17078)Sven Wischnowsky2-4/+7
2002-05-0317072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2-11/+12
2002-04-3017057: completion for debfosterClint Adams3-1/+99
2002-04-2917055: shared object linkage on the Hurd.Clint Adams2-2/+6
2002-04-29unposted: add missing bracket in _spamassassin.Clint Adams2-1/+6
2002-04-2517046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2-2/+8
swallowing up too many characters.
2002-04-25users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2-0/+4
$_comp_options.
2002-04-2517044: complete all files for w3m, not just *.html.Clint Adams2-1/+6
2002-04-25ChangeLog for 17040, 17041Peter Stephenson1-0/+8
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2-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-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2-1/+5
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky3-0/+8
re-defining styles and compredirs-copies in comp_wrapper() (17029)
2002-04-23users/4851: Add Functions/Misc/relative.Bart Schaefer1-0/+6
2002-04-23Add "relative".Bart Schaefer1-5/+3
2002-04-23users/4851: Convert a full path to a path relative to a directory.Bart Schaefer1-0/+28
2002-04-18Stupid typo -- :? should be ?:Bart Schaefer1-1/+1
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson3-4/+9
freehostent() incorrectly removed in 16172.
2002-04-17Diff by article number, not just by attribution line.Bart Schaefer1-10/+40
2002-04-17Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson3-2/+17
Careful with long filenames in internal condition test; fix block file test for `-f'.
2002-04-17Differentiate the two patches from 16703.Wayne Davison1-2/+2
2002-04-17make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky2-3/+25
2002-04-16Modified _java to use _java_class.Felix Rosencrantz2-14/+10
2002-04-16make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2-3/+7
compfiles (users/4836)
2002-04-16make _values not use -Q (16991)Sven Wischnowsky2-1/+4
2002-04-16treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2-0/+10
they are more like $s there (16990)
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky37-72/+97