| Commit message (Expand) | Author | Age | Files | Lines |
* | improve _path_files, move some code into C, try to optimise glob patterns and... | Sven Wischnowsky | 2000-06-09 | 3 | -47/+314 |
* | avoid bug in IRIX's sed and use new -K option to zparseopts in _urls | Oliver Kiddle | 2000-06-08 | 3 | -3/+8 |
* | 11820: metafication of command line arguments | Peter Stephenson | 2000-06-08 | 2 | -10/+36 |
* | more anchor matching fixes (11817) | Sven Wischnowsky | 2000-06-08 | 2 | -10/+13 |
* | trying to improve _expand; new keep-prefix style, add-space gives more contro... | Sven Wischnowsky | 2000-06-08 | 3 | -17/+65 |
* | make C-code expansion add a space only when more than one word was generated ... | Sven Wischnowsky | 2000-06-08 | 2 | -2/+8 |
* | users/3130: Completion/Debian/_apt: fix actions for _alternative. | Tanaka Akira | 2000-06-08 | 2 | -3/+7 |
* | try to get the tests for `strings long enough' right in anchor matching code ... | Sven Wischnowsky | 2000-06-07 | 2 | -2/+9 |
* | optimise command lookup in old and new completion (user/3124) | Sven Wischnowsky | 2000-06-07 | 3 | -23/+36 |
* | 11711: Andrej: diff output workaround | Peter Stephenson | 2000-06-07 | 2 | -2/+21 |
* | hopefully more consistent beeping with menu-selection (11794) | Sven Wischnowsky | 2000-06-07 | 4 | -12/+22 |
* | -K option for zparseopts to keep previous array values (11792) | Sven Wischnowsky | 2000-06-07 | 3 | -41/+75 |
* | setup options in bindable commands (11789) | Sven Wischnowsky | 2000-06-07 | 4 | -4/+25 |
* | Use slightly cleaner syntax (11772) | Oliver Kiddle | 2000-06-06 | 2 | -2/+7 |
* | make _expand ignore empty expansions (11777) | Sven Wischnowsky | 2000-06-06 | 2 | -2/+5 |
* | fix for _path_files and globcomplete, better test if word contains wildcards ... | Sven Wischnowsky | 2000-06-06 | 2 | -2/+6 |
* | make (e) flag be silent unless (X) is given, too (11768) | Sven Wischnowsky | 2000-06-06 | 4 | -15/+29 |
* | accept -g option in _urls and use _urls in _rpm (11756) | Oliver Kiddle | 2000-06-05 | 3 | -11/+19 |
* | fix wording in error messages for tests (11755) | Oliver Kiddle | 2000-06-05 | 2 | -3/+7 |
* | 3.1.9, now zsh-3.1.9 | Peter Stephenson | 2000-06-05 | 4 | -13/+15 |
* | AIX dependency fix | Oliver Kiddle | 2000-06-05 | 2 | -1/+5 |
* | Test/.distfiles zsh-3.1.8 | Peter Stephenson | 2000-06-05 | 2 | -0/+3 |
* | 3.1.8 | Peter Stephenson | 2000-06-05 | 2 | -2/+6 |
* | some more memory leak fixes (11745) | Sven Wischnowsky | 2000-06-05 | 4 | -4/+10 |
* | 11743: Complete http URLs for rpm package files. | Bart Schaefer | 2000-06-05 | 2 | -2/+7 |
* | * 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always | Chmouel Boudjnah | 2000-06-04 | 2 | -1/+6 |
* | 11739: _dpkg improvements | Clint Adams | 2000-06-04 | 2 | -33/+67 |
* | 11737: Avoid excessive Makefile rebuilding during "make clean". | Bart Schaefer | 2000-06-04 | 2 | -1/+5 |
* | Felix, 11734: Memory leak and doc error. | Bart Schaefer | 2000-06-03 | 3 | -2/+6 |
* | 11736: Fix TRAPEXIT scoping. | Bart Schaefer | 2000-06-03 | 2 | -1/+5 |
* | 11733: Solaris sed fix-up for Doc/Zsh/modlist.yo creation | Peter Stephenson | 2000-06-02 | 2 | -1/+7 |
* | Patch 11723. | Wayne Davison | 2000-06-02 | 1 | -0/+6 |
* | Added some testing of glob-array indexing. | Wayne Davison | 2000-06-02 | 1 | -0/+20 |
* | Fixed glob array indexing. | Wayne Davison | 2000-06-02 | 1 | -1/+1 |
* | More test-comment tweaks. | Wayne Davison | 2000-06-02 | 1 | -3/+3 |
* | Improved the comment lines & added some "ksh_arrays" tests. | Wayne Davison | 2000-06-02 | 1 | -22/+44 |
* | Felix: fix for memory leak (11718) | Sven Wischnowsky | 2000-06-02 | 2 | -1/+3 |
* | fix some memory leaks (thanks, Felix) (11722) | Sven Wischnowsky | 2000-06-02 | 3 | -4/+12 |
* | For 11717 and the new array-indexing Test file. | Wayne Davison | 2000-06-02 | 1 | -0/+8 |
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 7 | -88/+92 |
* | One more test. | Wayne Davison | 2000-06-02 | 1 | -0/+4 |
* | Some simple array indexing tests. | Wayne Davison | 2000-06-02 | 1 | -0/+51 |
* | Change from 11716 with an extra tweak to make it right. | Wayne Davison | 2000-06-01 | 1 | -0/+4 |
* | Finish the job started in my last patch. | Wayne Davison | 2000-06-01 | 1 | -1/+1 |
* | Made $array[0,0] work just like $array[0]. | Wayne Davison | 2000-06-01 | 1 | -4/+4 |
* | 11701 and 11713. | Bart Schaefer | 2000-06-01 | 1 | -0/+9 |
* | Disable vared only for interactive shells where ZLE has been explicitly | Bart Schaefer | 2000-06-01 | 1 | -1/+1 |
* | Revert the change made in 11647. | Bart Schaefer | 2000-06-01 | 1 | -1/+2 |
* | FR & pws: promptexpand memory leaks; NEWS notes | Peter Stephenson | 2000-06-01 | 4 | -3/+25 |
* | 11696: local readonly specials bugs fixes | Peter Stephenson | 2000-05-31 | 2 | -11/+29 |