summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-24we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2-0/+12
variables we need (17222)
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2-3/+8
2002-05-24make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2-13/+101
newly selected matches (17219)
2002-05-23unposted: use zstyle again now when it worksAndrey Borzenkov2-4/+6
2002-05-2317125, 17159 (Oliver): info completionAndrey Borzenkov3-1/+61
2002-05-23report option arguments to _arguments in the original form (17196)Sven Wischnowsky2-4/+37
2002-05-23for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2-8/+28
(from the --help-text) as the description to shown when completing after the option (17214)
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky4-7/+11
2002-05-23allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2-2/+27
description, for (hopefully) cleaner displays (17212)
2002-05-2317211: respect $CVSIGNORE.Clint Adams2-0/+6
2002-05-2117201: add example use of ztcp to manualPeter Stephenson2-0/+34
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson5-68/+343
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky6-82/+80
file-type-character (17195)
2002-05-21improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2-15/+40
2002-05-21let _init_d use a pre-pattern (17193)Sven Wischnowsky2-1/+6
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2-2/+9
(17192)
2002-05-21fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky3-3/+8
user-defined one is present (17191)
2002-05-21avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2-2/+5
with compdescribe (17190)
2002-05-21better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2-2/+7
(17189)
2002-05-20(17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz3-1/+55
memory checking tool.
2002-05-20Added _larch.Felix Rosencrantz1-0/+8
2002-05-20Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2-1/+1948
but seems to be the fullest larch completion function so far.
2002-05-1717175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2-0/+7
properly.
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2-0/+7
when a connect() failed.
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2-2/+8
connection before closing, not after
2002-05-15follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky2-5/+22
right, yet (17163)
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