about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix posixbuiltins test to allow for an external `print' command (15503)Oliver Kiddle2001-07-262-2/+7
* 15498: zle doc fixPeter Stephenson2001-07-263-11/+33
* Fix typo.Bart Schaefer2001-07-252-1/+3
* More index entry etc. cleanup.Bart Schaefer2001-07-252-38/+55
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-253-45/+54
* some more places where list-separator should be used (15485)Sven Wischnowsky2001-07-255-16/+27
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-259-16/+41
* fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2001-07-254-4/+10
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-259-158/+506
* remove nulargs in here strings (15470)Sven Wischnowsky2001-07-242-0/+7
* Fix errors introduced by 15354.Bart Schaefer2001-07-243-3/+7
* improve user/host completion before a @ (15468)Sven Wischnowsky2001-07-242-0/+7
* 15432: New bash-transpose-words widgetPeter Stephenson2001-07-203-2/+18
* don't use compsuffix when it might be freed; use the right variable in that l...Sven Wischnowsky2001-07-202-5/+12
* yet another followup to 15497; make _describe filter out non-matching strings...Sven Wischnowsky2001-07-193-3/+53
* fix for 15407; there may be sets without matches (15409)Sven Wischnowsky2001-07-182-2/+6
* add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky2001-07-187-159/+284
* add support for -R option (15402)Sven Wischnowsky2001-07-182-0/+14
* use colon separator for BSD (15393)Oliver Kiddle2001-07-172-1/+6
* add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky2001-07-173-0/+21
* accidentally committed 15278Andrey Borzenkov2001-07-131-1/+3
* 15390: Cygwin supportAndrey Borzenkov2001-07-133-1/+57
* make _files not use its own description if there is one from a calling functi...Sven Wischnowsky2001-07-133-3/+18
* Explain the effect of CORRECT on HASH_CMDS et al.Bart Schaefer2001-07-122-3/+11
* (15357)Sven Wischnowsky2001-07-104-3/+20
* Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer2001-07-1014-107/+186
* remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky2001-07-102-3/+7
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-0912-60/+73
* 4.1.0-dev-1 zsh-4.1.0-dev-1Peter Stephenson2001-07-092-2/+4
* 15329: test script changes to go with 15327 LINENO changePeter Stephenson2001-07-0911-60/+66
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-092-6/+12
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-098-14/+22
* 15304,15305,15308Bart Schaefer2001-07-081-0/+12
* Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer2001-07-081-0/+4
* Suppress XTRACE during user-defined widgets.Bart Schaefer2001-07-081-2/+6
* Don't always coerce to float when assigning to an unset parameter.Bart Schaefer2001-07-081-1/+2
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-064-15/+59
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-062-6/+21
* 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + docPeter Stephenson2001-07-068-6/+79
* add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle2001-07-063-19/+28
* (15283)Sven Wischnowsky2001-07-062-1/+6
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-062-4/+8
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-062-8/+12
* back out 15266Peter Stephenson2001-07-063-59/+14
* Avoid static link of pcre module.Bart Schaefer2001-07-062-14/+16
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-053-9/+66
* 15264: improved doc for variant complex commandsPeter Stephenson2001-07-052-8/+20
* 15261: remaining easy option testsPeter Stephenson2001-07-053-1/+356
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-052-4/+10
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-043-8/+25