summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-05-2511567: FD_CLOEXEC in zftp.cPeter Stephenson2-6/+7
2000-05-25force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky4-13/+33
the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
2000-05-2411561: no RC_QUOTES in $'..'Peter Stephenson3-2/+7
2000-05-2411560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't.Peter Stephenson2-4/+8
2000-05-2411554: Rearrange _arguments doc some more.Bart Schaefer2-133/+181
2000-05-24fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky3-3/+7
2000-05-2411548: -h flag for ispellClint Adams2-2/+8
2000-05-2311542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson2-200/+221
2000-05-23minor completion fixes (11541)Oliver Kiddle4-17/+39
2000-05-23Minor completion fixes (11541)Oliver Kiddle2-1/+5
2000-05-23Suffix handling improvements for url completion (11539)Oliver Kiddle3-16/+23
2000-05-2311537: new _complete_tag functionPeter Stephenson4-1/+76
2000-05-23doc clarifications for zparseopts (11536)Sven Wischnowsky2-2/+24
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky6-12/+77
2000-05-23add -E option to zparseopts (11530)Sven Wischnowsky3-11/+50
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky6-12/+17
2000-05-23fix for read -q without a shout (11524)Sven Wischnowsky2-2/+4
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky8-34/+98
(11523)
2000-05-22Don't lose empty arguments (11517)Oliver Kiddle2-2/+6
2000-05-2211516: Completion/Core/compinstall: menu selectionPeter Stephenson2-13/+26