summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky4-4/+10
2000-06-0511743: Complete http URLs for rpm package files.Bart Schaefer2-2/+7
2000-06-04* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is alwaysChmouel Boudjnah2-1/+6
local files.
2000-06-0411739: _dpkg improvementsClint Adams2-33/+67
2000-06-0411737: Avoid excessive Makefile rebuilding during "make clean".Bart Schaefer2-1/+5
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer3-2/+6
2000-06-0311736: Fix TRAPEXIT scoping.Bart Schaefer2-1/+5
2000-06-0211733: Solaris sed fix-up for Doc/Zsh/modlist.yo creationPeter Stephenson2-1/+7
2000-06-02Patch 11723.Wayne Davison1-0/+6
2000-06-02Added some testing of glob-array indexing.Wayne Davison1-0/+20
2000-06-02Fixed glob array indexing.Wayne Davison1-1/+1
2000-06-02More test-comment tweaks.Wayne Davison1-3/+3
2000-06-02Improved the comment lines & added some "ksh_arrays" tests.Wayne Davison1-22/+44
2000-06-02Felix: fix for memory leak (11718)Sven Wischnowsky2-1/+3
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky3-4/+12
2000-06-02For 11717 and the new array-indexing Test file.Wayne Davison1-0/+8
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison7-88/+92
item (or you can think of it as pointing one past the last item).
2000-06-02One more test.Wayne Davison1-0/+4
2000-06-02Some simple array indexing tests.Wayne Davison1-0/+51
2000-06-01Change from 11716 with an extra tweak to make it right.Wayne Davison1-0/+4
2000-06-01Finish the job started in my last patch.Wayne Davison1-1/+1
2000-06-01Made $array[0,0] work just like $array[0].Wayne Davison1-4/+4
2000-06-0111701 and 11713.Bart Schaefer1-0/+9
2000-06-01Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer1-1/+1
disabled, but also for any shell running in an emacs buffer.
2000-06-01Revert the change made in 11647.Bart Schaefer1-1/+2
2000-06-01FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson4-3/+25
2000-05-3111696: local readonly specials bugs fixesPeter Stephenson2-11/+29
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky9-18/+36
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky67-227/+473
2000-05-31Andrej: fix for ${..//..} with % in search string (11660)Sven Wischnowsky2-1/+4
2000-05-31allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such ↵Sven Wischnowsky3-0/+14
cases) (11686)
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson10-173/+193
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 Wischnowsky2-1/+6
(11682)
2000-05-31fix for ignore-line style (11679)Sven Wischnowsky2-0/+6
2000-05-31avoid reporting the same ->state more than once (11678)Sven Wischnowsky2-9/+17
2000-05-30AIX depenency fix (11661)Oliver Kiddle2-1/+5
2000-05-30bogus uninitialised variable warningSven Wischnowsky1-1/+1
2000-05-30modlist.yo added to .distfilesPeter Stephenson1-7/+12
2000-05-30_argument_sets removed from .distfilePeter Stephenson1-1/+1
2000-05-30Etc/MACHINES tweak; 3.1.7 releasedPeter Stephenson2-0/+9
2000-05-30fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky5-9/+17
actions (11647)
2000-05-3011644: Use `print -s' in _complete_debug.Bart Schaefer2-5/+4
2000-05-3011643: Updates for _rpm.Bart Schaefer2-67/+75
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer5-23/+30
failure of `print -s'.
2000-05-29Add comment.Bart Schaefer2-0/+7
2000-05-29doc fix, missing `)' (11638)Sven Wischnowsky2-1/+3
2000-05-29make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky2-0/+26
matching (11635)
2000-05-29make handling of default tag clearer in the docs (3101)Sven Wischnowsky2-2/+15
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky4-4/+25
2000-05-29keep information about things to complete in _arguments (11631)Sven Wischnowsky2-8/+9