summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-0312138: setting arrays in math contextPeter Stephenson3-13/+38
2000-07-0312121: stopmsg in precmdPeter Stephenson3-6/+23
2000-07-03change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky7-31/+58
make a-a-i-n-h in menu selection work even without matches (12134)
2000-07-0212133: Protect completion system from stray error output and assorted fatalBart Schaefer3-3/+10
errors when expanding strings taken from the command line.
2000-06-29fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky3-1/+10
2000-06-29reverse meaning of yes=num again (12122)Sven Wischnowsky3-26/+27
2000-06-29try to return the right value (12119)Sven Wischnowsky3-0/+5
2000-06-29don't expand partially typed parameter expansions (12118)Sven Wischnowsky2-3/+8
2000-06-29change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky3-2/+7
to expand (12115)
2000-06-29even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky3-10/+39
yes=num) (12114)
2000-06-29quote brace-strings (12113)Sven Wischnowsky3-10/+20
2000-06-2812112: Don't make namedirs out of hash elements.Bart Schaefer2-1/+7
2000-06-28make _complete return the right value (12109)Sven Wischnowsky2-10/+12
2000-06-28fix for list-colors handling (12107)Sven Wischnowsky3-2/+8
2000-06-28reset _comp_mesg (saying whether there were messages) appropriately (12105)Sven Wischnowsky2-0/+4
2000-06-28miscSven Wischnowsky3-5/+10
2000-06-28make _oldlist not use the dummy match added for the warning (12099)Sven Wischnowsky2-1/+4
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky4-4/+19
for menu selection (12093)
2000-06-2812086: Alphabetize.Bart Schaefer1-26/+30
2000-06-2812086: Alphabetize new entries in compsys.yo; stick users/ on article numberBart Schaefer1-5/+10
references that came from the zsh-users list.
2000-06-27menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky3-21/+37
matches (3219)
2000-06-27Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2-1/+2
2000-06-27document _use_lo (12082)Sven Wischnowsky2-0/+37
2000-06-27Andrej: 12081: zpty under cygwinPeter Stephenson2-2/+11
2000-06-26unposted: move poll_readPeter Stephenson3-89/+105
2000-06-2612076: better saving in file in compinstallPeter Stephenson2-14/+23
2000-06-2612074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer3-1/+19
2000-06-2612073: read -t to test for available input before readingPeter Stephenson4-17/+164
2000-06-26default completion even if there are options (3208)Sven Wischnowsky2-6/+5
2000-06-26fix for completer lookup in _ignored (12070)Sven Wischnowsky2-2/+7
2000-06-26remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky3-51/+15
2000-06-26typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky3-1/+6
2000-06-26missing allocation of list for option arguments (12066)Sven Wischnowsky2-0/+10
2000-06-2512063: Assorted typo-squashing and reformatting.Bart Schaefer5-75/+131
2000-06-2312044: read -A bugPeter Stephenson2-1/+16
2000-06-23compinit some more (12043)Sven Wischnowsky2-5/+5
2000-06-23even more compiinit stuff, change prompt, search for insecure parent dirs ↵Sven Wischnowsky2-5/+22
(12041)
2000-06-2212040: typeset -r bugPeter Stephenson2-1/+8
2000-06-22Fix comptest interaction with compinit.Bart Schaefer2-1/+8
2000-06-22followup to compinit-security patch (12033)Sven Wischnowsky2-11/+21
2000-06-22*** empty log message ***Sven Wischnowsky1-1/+5
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky19-93/+209
list-colors handling (12029)
2000-06-2212027: mutt smarts for _mailboxesClint Adams2-4/+21
2000-06-2212024: handle multiple mailboxes lines in muttrcClint Adams2-1/+7
2000-06-21* 12019: Completion/User/_ssh: upgrade to the last opensshChmouel Boudjnah2-6/+29
options.
2000-06-21make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky4-0/+18
2000-06-20AIX dependency fixOliver Kiddle2-5/+9
2000-06-2012000: zmv: emulate -R to unset MARKDIRSPeter Stephenson2-1/+6
2000-06-20*** empty log message ***Sven Wischnowsky1-1/+14
2000-06-20a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky4-166/+112
avoid handling files with the same name twice; remove compconf (11998)