summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky5-23/+71
2000-05-2811618: Fix bad shift.Bart Schaefer2-4/+8
2000-05-2811616: netinet/in_systm.h againPeter Stephenson4-9/+36
2000-05-28use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle3-10/+57
2000-05-2711606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer3-7/+11
test that it worked.
2000-05-2711607: For "read -q", open shout if necessaryBart Schaefer1-0/+3
even when SHTTY is already a valid descriptor.
2000-05-2711606 and 11607.Bart Schaefer1-0/+10
2000-05-2611599: check for d&x bits on @INC directories in _perl_modulesClint Adams2-0/+8
2000-05-2611587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson8-31/+78
11590: various cygwin fixes
2000-05-26disable vared if zle is not enabled (11566)Sven Wischnowsky2-0/+8
2000-05-25Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle3-13/+32
2000-05-25beautify format of compdump file (11576)Sven Wischnowsky3-3/+6
2000-05-25fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2-6/+11
2000-05-25better cursor-movement in menu-selection (11569)Sven Wischnowsky2-3/+16