about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 15507: new zcalc functionPeter Stephenson2001-07-271-0/+8
| | | | 15508: cvs tag didn't complete tags despite it's claim.
* fix posixbuiltins test to allow for an external `print' command (15503)Oliver Kiddle2001-07-261-0/+5
|
* 15498: zle doc fixPeter Stephenson2001-07-261-0/+6
|
* Fix typo.Bart Schaefer2001-07-251-0/+2
|
* More index entry etc. cleanup.Bart Schaefer2001-07-251-0/+6
|
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-0/+4
|
* some more places where list-separator should be used (15485)Sven Wischnowsky2001-07-251-0/+5
|
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-0/+8
|
* fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2001-07-251-0/+4
|
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-0/+9
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* remove nulargs in here strings (15470)Sven Wischnowsky2001-07-241-0/+4
|
* Fix errors introduced by 15354.Bart Schaefer2001-07-241-0/+5
|
* improve user/host completion before a @ (15468)Sven Wischnowsky2001-07-241-0/+5
|
* 15432: New bash-transpose-words widgetPeter Stephenson2001-07-201-0/+5
|
* don't use compsuffix when it might be freed; use the right variable in that ↵Sven Wischnowsky2001-07-201-0/+5
| | | | loop there, dammit (15433)
* yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky2001-07-191-0/+7
| | | | strings before calling compdescribe, otherwise some matches will be hiddens (15415)
* fix for 15407; there may be sets without matches (15409)Sven Wischnowsky2001-07-181-0/+3
|
* add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2001-07-181-0/+8
| | | | have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
* add support for -R option (15402)Sven Wischnowsky2001-07-181-0/+5
|
* use colon separator for BSD (15393)Oliver Kiddle2001-07-171-0/+5
|
* add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky2001-07-171-0/+6
|
* accidentally committed 15278Andrey Borzenkov2001-07-131-1/+3
|
* 15390: Cygwin supportAndrey Borzenkov2001-07-131-0/+4
|
* make _files not use its own description if there is one from a calling ↵Sven Wischnowsky2001-07-131-0/+7
| | | | function; improve -P-prefix handling in _path_files (15389)
* Explain the effect of CORRECT on HASH_CMDS et al.Bart Schaefer2001-07-121-0/+5
|
* (15357)Sven Wischnowsky2001-07-101-0/+9
|
* Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer2001-07-101-0/+10
|
* remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky2001-07-101-0/+5
|
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-091-0/+7
|
* 4.1.0-dev-1 zsh-4.1.0-dev-1Peter Stephenson2001-07-091-0/+2
|
* 15329: test script changes to go with 15327 LINENO changePeter Stephenson2001-07-091-0/+7
|
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-091-0/+5
|
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-0/+8
|
* 15304,15305,15308Bart Schaefer2001-07-081-0/+12
|
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-061-0/+6
|
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-061-0/+5
|
* 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + docPeter Stephenson2001-07-061-0/+10
|
* add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle2001-07-061-2/+6
|
* (15283)Sven Wischnowsky2001-07-061-0/+5
|
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-061-0/+2
|
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-061-0/+3
|
* back out 15266Peter Stephenson2001-07-061-0/+5
|
* Avoid static link of pcre module.Bart Schaefer2001-07-061-13/+15
|
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-051-0/+7
|
* 15264: improved doc for variant complex commandsPeter Stephenson2001-07-051-0/+4
|
* 15261: remaining easy option testsPeter Stephenson2001-07-051-0/+5
|
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-051-0/+6
|
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-041-0/+5
|
* 15234: describe behavior added by 15228.Clint Adams2001-07-031-0/+3
|
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-0/+7
|