summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-0911838: typeset -HPeter Stephenson7-24/+38
2000-06-0911839: endtrapscope() null pointer dereference preventionClint Adams2-1/+6
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky3-0/+5
2000-06-09improve _path_files, move some code into C, try to optimise glob patterns ↵Sven Wischnowsky3-47/+314
and immediately accept exact directory matches (11833)
2000-06-08avoid bug in IRIX's sed and use new -K option to zparseopts in _urlsOliver Kiddle3-3/+8
2000-06-0811820: metafication of command line argumentsPeter Stephenson2-10/+36
2000-06-08more anchor matching fixes (11817)Sven Wischnowsky2-10/+13
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky3-17/+65
control (11815)
2000-06-08make C-code expansion add a space only when more than one word was generated ↵Sven Wischnowsky2-2/+8
(11814)
2000-06-08users/3130: Completion/Debian/_apt: fix actions for _alternative.Tanaka Akira2-3/+7
2000-06-07try to get the tests for `strings long enough' right in anchor matching code ↵Sven Wischnowsky2-2/+9
(11796)
2000-06-07optimise command lookup in old and new completion (user/3124)Sven Wischnowsky3-23/+36
2000-06-0711711: Andrej: diff output workaroundPeter Stephenson2-2/+21
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky4-12/+22
2000-06-07-K option for zparseopts to keep previous array values (11792)Sven Wischnowsky3-41/+75
2000-06-07setup options in bindable commands (11789)Sven Wischnowsky4-4/+25
2000-06-06Use slightly cleaner syntax (11772)Oliver Kiddle2-2/+7
2000-06-06make _expand ignore empty expansions (11777)Sven Wischnowsky2-2/+5
2000-06-06fix for _path_files and globcomplete, better test if word contains wildcards ↵Sven Wischnowsky2-2/+6
(11776)
2000-06-06make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky4-15/+29
2000-06-05accept -g option in _urls and use _urls in _rpm (11756)Oliver Kiddle3-11/+19
2000-06-05fix wording in error messages for tests (11755)Oliver Kiddle2-3/+7
2000-06-053.1.9, nowPeter Stephenson4-13/+15
2000-06-05AIX dependency fixOliver Kiddle2-1/+5
2000-06-05Test/.distfilesPeter Stephenson2-0/+3
2000-06-053.1.8Peter Stephenson2-2/+6
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.