summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-05get return status right (12171)Sven Wischnowsky2-2/+5
2000-07-05*** empty log message ***Peter Stephenson1-1/+1
2000-07-0512167: Ignore failure of "for" loop in "make check".Bart Schaefer2-1/+6
2000-07-04new completion function for arp (12165)Oliver Kiddle2-0/+19
2000-07-0412160: Cause compdump to fail early if it won't be able to write the file.Bart Schaefer2-5/+12
2000-07-04AIX dependency fixesOliver Kiddle4-3/+11
2000-07-04shut compiler upPeter Stephenson2-1/+5
2000-07-0412149: guard against undefined h_errno in zftpPeter Stephenson4-0/+23
2000-07-04add some $(print...)s because of possible math-parse errors (12156)Sven Wischnowsky3-6/+10
2000-07-0412151: Fix ZDOTDIR during "make check" for static builds.Bart Schaefer3-2/+5
2000-07-0312152: tweak completion of final parameters to perlAdam Spiers2-2/+7
2000-07-0312148: Don't merge display-ordering glob flags into the parens of $(...).Bart Schaefer2-6/+12
2000-07-0312146: reintroduce install_info codePeter Stephenson2-0/+7
2000-07-0312140: make key rebinding for _expand complter easierPeter Stephenson4-7/+26
2000-07-033.1.9-dev-2Peter Stephenson2-2/+4
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