Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | 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 |
| | | | | disabled, but also for any shell running in an emacs buffer. | ||||
* | 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 |
| | |||||
* | allow display of only messages via $compstate[list]=messages (11688) | Sven Wischnowsky | 2000-05-31 | 9 | -18/+36 |
| | |||||
* | use compadd -[ak] (11549) | Sven Wischnowsky | 2000-05-31 | 67 | -227/+473 |
| | |||||
* | Andrej: fix for ${..//..} with % in search string (11660) | Sven Wischnowsky | 2000-05-31 | 2 | -1/+4 |
| | |||||
* | allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such ↵ | Sven Wischnowsky | 2000-05-31 | 3 | -0/+14 |
| | | | | cases) (11686) | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 10 | -173/+193 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | move to last cursor after not asking a second time if list should be shown ↵ | Sven Wischnowsky | 2000-05-31 | 2 | -1/+6 |
| | | | | (11682) | ||||
* | fix for ignore-line style (11679) | Sven Wischnowsky | 2000-05-31 | 2 | -0/+6 |
| | |||||
* | avoid reporting the same ->state more than once (11678) | Sven Wischnowsky | 2000-05-31 | 2 | -9/+17 |
| | |||||
* | AIX depenency fix (11661) | Oliver Kiddle | 2000-05-30 | 2 | -1/+5 |
| | |||||
* | bogus uninitialised variable warning | Sven Wischnowsky | 2000-05-30 | 1 | -1/+1 |
| | |||||
* | modlist.yo added to .distfiles zsh-3.1.7 | Peter Stephenson | 2000-05-30 | 1 | -7/+12 |
| | |||||
* | _argument_sets removed from .distfile | Peter Stephenson | 2000-05-30 | 1 | -1/+1 |
| | |||||
* | Etc/MACHINES tweak; 3.1.7 released | Peter Stephenson | 2000-05-30 | 2 | -0/+9 |
| | |||||
* | fixes for _arguments without multiple sets; change completion test for empty ↵ | Sven Wischnowsky | 2000-05-30 | 5 | -9/+17 |
| | | | | actions (11647) | ||||
* | 11644: Use `print -s' in _complete_debug. | Bart Schaefer | 2000-05-30 | 2 | -5/+4 |
| | |||||
* | 11643: Updates for _rpm. | Bart Schaefer | 2000-05-30 | 2 | -67/+75 |
| | |||||
* | Wayne: Fix two history bugs that were causing the | Bart Schaefer | 2000-05-30 | 5 | -23/+30 |
| | | | | failure of `print -s'. | ||||
* | Add comment. | Bart Schaefer | 2000-05-29 | 2 | -0/+7 |
| | |||||
* | doc fix, missing `)' (11638) | Sven Wischnowsky | 2000-05-29 | 2 | -1/+3 |
| | |||||
* | make _path_files use glob qualifiers from the line when doing pattern ↵ | Sven Wischnowsky | 2000-05-29 | 2 | -0/+26 |
| | | | | matching (11635) | ||||
* | make handling of default tag clearer in the docs (3101) | Sven Wischnowsky | 2000-05-29 | 2 | -2/+15 |
| | |||||
* | matching bugs with patterns with two anchors (11634) | Sven Wischnowsky | 2000-05-29 | 4 | -4/+25 |
| | |||||
* | keep information about things to complete in _arguments (11631) | Sven Wischnowsky | 2000-05-29 | 2 | -8/+9 |
| | |||||
* | fixes for _arguments with sets; make _zpty not use sets (11624) | Sven Wischnowsky | 2000-05-29 | 5 | -23/+71 |
| | |||||
* | 11618: Fix bad shift. | Bart Schaefer | 2000-05-28 | 2 | -4/+8 |
| | |||||
* | 11616: netinet/in_systm.h again | Peter Stephenson | 2000-05-28 | 4 | -9/+36 |
| | |||||
* | use of _arguments for completion of a couple more builtins (11615) | Oliver Kiddle | 2000-05-28 | 3 | -10/+57 |
| | |||||
* | 11606: Propagate parse errors out of parse_list() and parse_event(), and | Bart Schaefer | 2000-05-27 | 3 | -7/+11 |
| | | | | test that it worked. | ||||
* | 11607: For "read -q", open shout if necessary | Bart Schaefer | 2000-05-27 | 1 | -0/+3 |
| | | | | | even when SHTTY is already a valid descriptor. | ||||
* | 11606 and 11607. | Bart Schaefer | 2000-05-27 | 1 | -0/+10 |
| |