summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-06-06make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky1-0/+5
2000-06-05accept -g option in _urls and use _urls in _rpm (11756)Oliver Kiddle1-0/+3
2000-06-05fix wording in error messages for tests (11755)Oliver Kiddle1-0/+4
2000-06-053.1.9, nowPeter Stephenson1-0/+4
2000-06-05AIX dependency fixOliver Kiddle1-0/+4
2000-06-05Test/.distfilesPeter Stephenson1-0/+2
2000-06-053.1.8Peter Stephenson1-0/+4
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-0/+5
2000-06-0511743: Complete http URLs for rpm package files.Bart Schaefer1-0/+5
2000-06-04* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is alwaysChmouel Boudjnah1-0/+5
local files.
2000-06-0411739: _dpkg improvementsClint Adams1-0/+6
2000-06-0411737: Avoid excessive Makefile rebuilding during "make clean".Bart Schaefer1-0/+4
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer1-1/+4
2000-06-0311736: Fix TRAPEXIT scoping.Bart Schaefer1-0/+4
2000-06-0211733: Solaris sed fix-up for Doc/Zsh/modlist.yo creationPeter Stephenson1-0/+5
2000-06-02Patch 11723.Wayne Davison1-0/+6
2000-06-02Felix: fix for memory leak (11718)Sven Wischnowsky1-0/+2
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky1-0/+5
2000-06-02For 11717 and the new array-indexing Test file.Wayne Davison1-0/+8
2000-06-01Change from 11716 with an extra tweak to make it right.Wayne Davison1-0/+4
2000-06-0111701 and 11713.Bart Schaefer1-0/+9
2000-06-01FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson1-0/+9
2000-05-3111696: local readonly specials bugs fixesPeter Stephenson1-0/+6
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-0/+6
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky1-0/+36
2000-05-31Andrej: fix for ${..//..} with % in search string (11660)Sven Wischnowsky1-0/+3
2000-05-31allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such ↵Sven Wischnowsky1-0/+6
cases) (11686)
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-0/+13
Zero-length arrays now possible with $array[1,0]
2000-05-31move to last cursor after not asking a second time if list should be shown ↵Sven Wischnowsky1-0/+3
(11682)
2000-05-31fix for ignore-line style (11679)Sven Wischnowsky1-0/+2
2000-05-31avoid reporting the same ->state more than once (11678)Sven Wischnowsky1-0/+5
2000-05-30AIX depenency fix (11661)Oliver Kiddle1-0/+4
2000-05-30Etc/MACHINES tweak; 3.1.7 releasedPeter Stephenson1-0/+6
2000-05-30fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky1-0/+6
actions (11647)
2000-05-3011644: Use `print -s' in _complete_debug.Bart Schaefer1-0/+2
2000-05-3011643: Updates for _rpm.Bart Schaefer1-0/+3
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-0/+5
failure of `print -s'.
2000-05-29Add comment.Bart Schaefer1-0/+5
2000-05-29doc fix, missing `)' (11638)Sven Wischnowsky1-0/+2
2000-05-29make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky1-0/+3
matching (11635)
2000-05-29make handling of default tag clearer in the docs (3101)Sven Wischnowsky1-0/+3
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky1-0/+3
2000-05-29keep information about things to complete in _arguments (11631)Sven Wischnowsky1-0/+3
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky1-0/+6
2000-05-2811618: Fix bad shift.Bart Schaefer1-0/+4
2000-05-2811616: netinet/in_systm.h againPeter Stephenson1-0/+6
2000-05-28use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle1-3/+8
2000-05-2711606 and 11607.Bart Schaefer1-0/+10
2000-05-2611599: check for d&x bits on @INC directories in _perl_modulesClint Adams1-0/+6
2000-05-2611587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson1-0/+10
11590: various cygwin fixes