about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* make _path_files use glob qualifiers from the line when doing pattern matchin...Sven Wischnowsky2000-05-292-0/+26
* make handling of default tag clearer in the docs (3101)Sven Wischnowsky2000-05-292-2/+15
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-294-4/+25
* keep information about things to complete in _arguments (11631)Sven Wischnowsky2000-05-292-8/+9
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-295-23/+71
* 11618: Fix bad shift.Bart Schaefer2000-05-282-4/+8
* 11616: netinet/in_systm.h againPeter Stephenson2000-05-284-9/+36
* use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle2000-05-283-10/+57
* 11606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer2000-05-273-7/+11
* 11607: For "read -q", open shout if necessaryBart Schaefer2000-05-271-0/+3
* 11606 and 11607.Bart Schaefer2000-05-271-0/+10
* 11599: check for d&x bits on @INC directories in _perl_modulesClint Adams2000-05-262-0/+8
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-268-31/+78
* disable vared if zle is not enabled (11566)Sven Wischnowsky2000-05-262-0/+8
* Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2000-05-253-13/+32
* beautify format of compdump file (11576)Sven Wischnowsky2000-05-253-3/+6
* fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2000-05-252-6/+11
* better cursor-movement in menu-selection (11569)Sven Wischnowsky2000-05-252-3/+16
* 11567: FD_CLOEXEC in zftp.cPeter Stephenson2000-05-252-6/+7
* force listing in _complete_debug; make complist with list-scrolling stopt at ...Sven Wischnowsky2000-05-254-13/+33
* 11561: no RC_QUOTES in $'..'Peter Stephenson2000-05-243-2/+7
* 11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't.Peter Stephenson2000-05-242-4/+8
* 11554: Rearrange _arguments doc some more.Bart Schaefer2000-05-242-133/+181
* fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky2000-05-243-3/+7
* 11548: -h flag for ispellClint Adams2000-05-242-2/+8
* 11542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson2000-05-232-200/+221
* minor completion fixes (11541)Oliver Kiddle2000-05-234-17/+39
* Minor completion fixes (11541)Oliver Kiddle2000-05-232-1/+5
* Suffix handling improvements for url completion (11539)Oliver Kiddle2000-05-233-16/+23
* 11537: new _complete_tag functionPeter Stephenson2000-05-234-1/+76
* doc clarifications for zparseopts (11536)Sven Wischnowsky2000-05-232-2/+24
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-236-12/+77
* add -E option to zparseopts (11530)Sven Wischnowsky2000-05-233-11/+50
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-236-12/+17
* fix for read -q without a shout (11524)Sven Wischnowsky2000-05-232-2/+4
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-238-34/+98
* Don't lose empty arguments (11517)Oliver Kiddle2000-05-222-2/+6
* 11516: Completion/Core/compinstall: menu selectionPeter Stephenson2000-05-222-13/+26
* 11515: Fix infinite loop.Bart Schaefer2000-05-222-1/+3
* 11508: Add texipage() to printindex().Bart Schaefer2000-05-222-0/+3
* 11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.Bart Schaefer2000-05-2210-38/+83
* make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2000-05-222-1/+14
* Completion/Linux/_rpm: --buildarch is like --targetChmouel Boudjnah2000-05-222-1/+5
* another fix for `select=long*' in menu style (11500)Sven Wischnowsky2000-05-222-1/+5
* fix for select-long-list in menu style (11497)Sven Wischnowsky2000-05-222-4/+7
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-223-4/+11
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-225-5/+10
* remove -h option from zstyle (11490)Sven Wischnowsky2000-05-223-12/+9
* pat(-) in long-option patterns to say that argument should be completed only ...Sven Wischnowsky2000-05-225-378/+423
* fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky2000-05-223-34/+60