about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Mention positional parameter issue.Bart Schaefer2001-08-091-0/+3
* 15596 with an unposted tweak to the computil.c change.Wayne Davison2001-08-081-0/+5
* Silence "might be used uninitialized" warnings.Wayne Davison2001-08-081-0/+1
* Got rid of unused variables.Wayne Davison2001-08-081-1/+1
* Silence "might be used uninitialized" warning.Wayne Davison2001-08-081-1/+1
* follow-up to 15588; add -w option to _values (look at all words); change _dd ...Sven Wischnowsky2001-08-084-22/+62
* users/4092Wayne Davison2001-08-071-0/+5
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-0/+5
* use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle2001-08-073-2/+8
* corrections onlyOliver Kiddle2001-08-071-3/+3
* Mention FPATH semantics.Bart Schaefer2001-08-071-0/+5
* A list of "standard shell features" that will require changes to zshBart Schaefer2001-08-071-0/+48
* do not complete aliases in equals expansion any more (15590)Oliver Kiddle2001-08-072-7/+6
* make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky2001-08-074-14/+39
* 15586: remove =alias expansion, leaving only =cmd.Peter Stephenson2001-08-073-12/+7
* 15585: bash-style up- and down-case wordsPeter Stephenson2001-08-074-2/+29
* 15583: ignore CVS directories for a all function installationsPeter Stephenson2001-08-072-1/+8
* increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky2001-08-072-2/+7
* correct mistake with 15574Oliver Kiddle2001-08-061-1/+1
* correction (unposted)Oliver Kiddle2001-08-061-1/+1
* share descriptions for long/short opts in more completions and other changesOliver Kiddle2001-08-0614-276/+287
* new BSD completion and fix _chown for symlinksOliver Kiddle2001-08-035-13/+65
* 15551: complete presumably compressed files for gzip -t and -lClint Adams2001-07-312-1/+8
* fix for changed listing layout (15549)Sven Wischnowsky2001-07-312-1/+5
* (15526)Sven Wischnowsky2001-07-303-4/+19
* 15511: zcalc tweaksPeter Stephenson2001-07-273-2/+17
* (15509)Sven Wischnowsky2001-07-274-232/+226
* 15507: new zcalc functionPeter Stephenson2001-07-274-1/+187
* 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