about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2002-05-232-2/+27
| | | | description, for (hopefully) cleaner displays (17212)
* 17211: respect $CVSIGNORE.Clint Adams2002-05-232-0/+6
|
* 17201: add example use of ztcp to manualPeter Stephenson2002-05-212-0/+34
|
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-215-68/+343
|
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-216-82/+80
| | | | file-type-character (17195)
* improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2002-05-212-15/+40
|
* let _init_d use a pre-pattern (17193)Sven Wischnowsky2002-05-212-1/+6
|
* fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2002-05-212-2/+9
| | | | (17192)
* fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky2002-05-213-3/+8
| | | | user-defined one is present (17191)
* avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2002-05-212-2/+5
| | | | with compdescribe (17190)
* better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2002-05-212-2/+7
| | | | (17189)
* (17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz2002-05-203-1/+55
| | | | memory checking tool.
* Added _larch.Felix Rosencrantz2002-05-201-0/+8
|
* Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2002-05-202-1/+1948
| | | | but seems to be the fullest larch completion function so far.
* 17175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2002-05-172-0/+7
| | | | properly.
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-162-0/+7
| | | | when a connect() failed.
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-152-2/+8
| | | | connection before closing, not after
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky2002-05-152-5/+22
| | | | right, yet (17163)
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-142-2/+5
| | | | gethostbyaddr() arguments.
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-142-0/+6
| | | | wasn't initialised, causing random failures.
* fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky2002-05-143-2/+11
| | | | _services: leave loop when matches were produced (17148)
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-145-17/+55
| | | | take up via the style currently named max-match-length (17147)
* 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
|