summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-05-2211515: Fix infinite loop.Bart Schaefer2-1/+3
2000-05-2211508: Add texipage() to printindex().Bart Schaefer2-0/+3
2000-05-2211485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.Bart Schaefer10-38/+83
2000-05-22make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2-1/+14
2000-05-22Completion/Linux/_rpm: --buildarch is like --targetChmouel Boudjnah2-1/+5
2000-05-22another fix for `select=long*' in menu style (11500)Sven Wischnowsky2-1/+5
2000-05-22fix for select-long-list in menu style (11497)Sven Wischnowsky2-4/+7
2000-05-22fix for clines in suffix (11496)Sven Wischnowsky3-4/+11
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky5-5/+10
2000-05-22remove -h option from zstyle (11490)Sven Wischnowsky3-12/+9
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky5-378/+423
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky3-34/+60
(11487)
2000-05-22Missing () in a tt().Bart Schaefer2-1/+3
2000-05-2211483: Fix formatting and other small errors.Bart Schaefer2-17/+27
2000-05-2111478; 3.1.7-pre-4Peter Stephenson10-204/+220
2000-05-2011477: Alphabetize itemized lists.Bart Schaefer2-602/+606
2000-05-2011473: Turn off xtrace while printing PS4.Bart Schaefer2-1/+7
2000-05-19Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle3-17/+28
2000-05-19ChangeLog entry for zsh-users/3066, already committed:Peter Stephenson1-0/+3
cygwin system.h fix
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson6-11/+62
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19Fix _su to use user's shell for completion after -c againOliver Kiddle2-3/+7
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer3-0/+9
2000-05-1911461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2-4/+16
2000-05-19fix for unambiguous string insertion (11466)Sven Wischnowsky2-2/+4
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky11-218/+286