about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 17297: 17265 continued.Clint Adams2002-06-061-0/+4
|
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-0/+3
|
* remove builtin when tcp module is unloaded.Peter Stephenson2002-06-051-0/+5
|
* 17292: shut up compiler if no OPEN_MEMSTREAMPeter Stephenson2002-06-051-0/+2
|
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-0/+4
|
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-051-0/+6
|
* don't use optimised completion list display code after the list has been ↵Sven Wischnowsky2002-06-051-0/+6
| | | | erased or we're not in menu selection anymore anyway (17286)
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson2002-06-041-0/+4
|
* 17273, not 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-1/+1
|
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-0/+6
|
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-0/+5
|
* 17253: ztcp -L gives parseable information on tcp sessionPeter Stephenson2002-05-301-0/+5
|
* fix for use of (z) parameter modifier; the first word in the parameter is ↵Sven Wischnowsky2002-05-291-0/+7
| | | | parsed like the first word on a command line, treating parens specially (17252)
* 17250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson2002-05-291-0/+4
|
* 17249: fix user output from ztcpPeter Stephenson2002-05-291-0/+5
|
* add handling for the other texinfo commands (besides info)Oliver Kiddle2002-05-281-0/+5
|
* 17244: don't complete udebs for dpkg -i or --unpackClint Adams2002-05-281-0/+5
|
* follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky2002-05-271-0/+5
|
* 17235: strftime builtinClint Adams2002-05-261-0/+3
|
* 17234: don't call _path_files with empty ().Clint Adams2002-05-261-0/+5
|
* 17225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2002-05-251-0/+5
|
* we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2002-05-241-0/+5
| | | | variables we need (17222)
* 17220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2002-05-241-0/+5
|
* make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2002-05-241-0/+5
| | | | newly selected matches (17219)
* unposted: use zstyle again now when it worksAndrey Borzenkov2002-05-231-0/+3
|
* 17125, 17159 (Oliver): info completionAndrey Borzenkov2002-05-231-0/+7
|
* report option arguments to _arguments in the original form (17196)Sven Wischnowsky2002-05-231-0/+3
|
* for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2002-05-231-0/+5
| | | | (from the --help-text) as the description to shown when completing after the option (17214)
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-231-0/+4
|
* allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2002-05-231-0/+6
| | | | description, for (hopefully) cleaner displays (17212)
* 17211: respect $CVSIGNORE.Clint Adams2002-05-231-0/+5
|
* 17201: add example use of ztcp to manualPeter Stephenson2002-05-211-0/+2
|
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-0/+7
|
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-211-0/+5
| | | | file-type-character (17195)
* improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2002-05-211-0/+3
|
* let _init_d use a pre-pattern (17193)Sven Wischnowsky2002-05-211-0/+3
|
* fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2002-05-211-0/+3
| | | | (17192)
* fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky2002-05-211-0/+5
| | | | user-defined one is present (17191)
* avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2002-05-211-0/+3
| | | | with compdescribe (17190)
* better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2002-05-211-0/+5
| | | | (17189)
* (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)