about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 12167: Ignore failure of "for" loop in "make check".Bart Schaefer2000-07-052-1/+6
|
* new completion function for arp (12165)Oliver Kiddle2000-07-042-0/+19
|
* 12160: Cause compdump to fail early if it won't be able to write the file.Bart Schaefer2000-07-042-5/+12
|
* AIX dependency fixesOliver Kiddle2000-07-044-3/+11
|
* shut compiler upPeter Stephenson2000-07-042-1/+5
|
* 12149: guard against undefined h_errno in zftpPeter Stephenson2000-07-044-0/+23
|
* add some $(print...)s because of possible math-parse errors (12156)Sven Wischnowsky2000-07-043-6/+10
|
* 12151: Fix ZDOTDIR during "make check" for static builds.Bart Schaefer2000-07-043-2/+5
|
* 12152: tweak completion of final parameters to perlAdam Spiers2000-07-032-2/+7
|
* 12148: Don't merge display-ordering glob flags into the parens of $(...).Bart Schaefer2000-07-032-6/+12
|
* 12146: reintroduce install_info codePeter Stephenson2000-07-032-0/+7
|
* 12140: make key rebinding for _expand complter easierPeter Stephenson2000-07-034-7/+26
|
* 3.1.9-dev-2 zsh-3.1.9-dev-2Peter Stephenson2000-07-032-2/+4
|
* 12138: setting arrays in math contextPeter Stephenson2000-07-033-13/+38
|
* 12121: stopmsg in precmdPeter Stephenson2000-07-033-6/+23
|
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-037-31/+58
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* 12133: Protect completion system from stray error output and assorted fatalBart Schaefer2000-07-023-3/+10
| | | | errors when expanding strings taken from the command line.
* fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky2000-06-293-1/+10
|
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-293-26/+27
|
* try to return the right value (12119)Sven Wischnowsky2000-06-293-0/+5
|
* don't expand partially typed parameter expansions (12118)Sven Wischnowsky2000-06-292-3/+8
|
* change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky2000-06-293-2/+7
| | | | to expand (12115)
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky2000-06-293-10/+39
| | | | yes=num) (12114)
* quote brace-strings (12113)Sven Wischnowsky2000-06-293-10/+20
|
* 12112: Don't make namedirs out of hash elements.Bart Schaefer2000-06-282-1/+7
|
* make _complete return the right value (12109)Sven Wischnowsky2000-06-282-10/+12
|
* fix for list-colors handling (12107)Sven Wischnowsky2000-06-283-2/+8
|
* reset _comp_mesg (saying whether there were messages) appropriately (12105)Sven Wischnowsky2000-06-282-0/+4
|
* miscSven Wischnowsky2000-06-283-5/+10
|
* make _oldlist not use the dummy match added for the warning (12099)Sven Wischnowsky2000-06-282-1/+4
|
* make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky2000-06-284-4/+19
| | | | for menu selection (12093)
* 12086: Alphabetize.Bart Schaefer2000-06-281-26/+30
|
* 12086: Alphabetize new entries in compsys.yo; stick users/ on article numberBart Schaefer2000-06-281-5/+10
| | | | references that came from the zsh-users list.
* menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky2000-06-273-21/+37
| | | | matches (3219)
* Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2000-06-272-1/+2
|
* document _use_lo (12082)Sven Wischnowsky2000-06-272-0/+37
|
* Andrej: 12081: zpty under cygwinPeter Stephenson2000-06-272-2/+11
|
* unposted: move poll_readPeter Stephenson2000-06-263-89/+105
|
* 12076: better saving in file in compinstallPeter Stephenson2000-06-262-14/+23
|
* 12074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer2000-06-263-1/+19
|
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-264-17/+164
|
* default completion even if there are options (3208)Sven Wischnowsky2000-06-262-6/+5
|
* fix for completer lookup in _ignored (12070)Sven Wischnowsky2000-06-262-2/+7
|
* remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky2000-06-263-51/+15
|
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-263-1/+6
|
* missing allocation of list for option arguments (12066)Sven Wischnowsky2000-06-262-0/+10
|
* 12063: Assorted typo-squashing and reformatting.Bart Schaefer2000-06-255-75/+131
|
* 12044: read -A bugPeter Stephenson2000-06-232-1/+16
|
* compinit some more (12043)Sven Wischnowsky2000-06-232-5/+5
|
* even more compiinit stuff, change prompt, search for insecure parent dirs ↵Sven Wischnowsky2000-06-232-5/+22
| | | | (12041)