about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 3.1.9-dev-3 zsh-3.1.9-dev-3Peter Stephenson2000-07-172-2/+6
* don't treat non-option arguments as options (12266)Sven Wischnowsky2000-07-172-1/+6
* Added comment for patch 12265.Wayne Davison2000-07-171-1/+7
* Fix the gethistent() function and enhanced the reliability of theWayne Davison2000-07-171-9/+14
* Comments for 12260.Wayne Davison2000-07-161-0/+4
* Got rid of a bogus email address for me.Wayne Davison2000-07-161-1/+1
* + Needed to call unmeta() in a few spots that used the HISTFILE name.Wayne Davison2000-07-161-20/+36
* 12247: internal hostnam variable removed in favour of $HOSTPeter Stephenson2000-07-134-7/+14
* condition parsing with (z) flagSven Wischnowsky2000-07-132-0/+7
* 12242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson2000-07-133-171/+348
* fix for _arguments with single-letter options: recognize option-strings with ...Sven Wischnowsky2000-07-133-4/+13
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-132-35/+218
* slightly improved (z) flag for parsing conditions; recognising glob flags in ...Sven Wischnowsky2000-07-133-8/+22
* Delete stray "a".Bart Schaefer2000-07-121-1/+1
* 12231: fix compinstall list-prompt settingPeter Stephenson2000-07-122-8/+10
* fix for list-prompt docs (12229)Sven Wischnowsky2000-07-122-1/+4
* fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky2000-07-123-4/+10
* 12227: select-prompt handled by compinstallPeter Stephenson2000-07-122-5/+37
* don't start menu selection with only select=long (12226)Sven Wischnowsky2000-07-122-10/+19
* check if options were completed (12225)Sven Wischnowsky2000-07-122-1/+7
* 12222: handle EINTR for multios helper processesPeter Stephenson2000-07-111-2/+16
* 12220: message for missing autoload functionPeter Stephenson2000-07-112-0/+8
* Complete all process IDs for root in _killall, as suggested in 12202 et al.Bart Schaefer2000-07-102-1/+7
* avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208)Sven Wischnowsky2000-07-102-8/+15
* * 12201: Completion/User/_java: fix completion for jar. completeTanaka Akira2000-07-082-19/+45
* 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms whereBart Schaefer2000-07-073-5/+15
* Completion/AIX/.distfiles updatePeter Stephenson2000-07-061-1/+2
* updates and additions to completions for AIX commandsOliver Kiddle2000-07-067-4/+52
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-056-9/+30
* get return status right (12171)Sven Wischnowsky2000-07-052-2/+5
* *** empty log message ***Peter Stephenson2000-07-051-1/+1
* 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; mak...Sven Wischnowsky2000-07-037-31/+58
* 12133: Protect completion system from stray error output and assorted fatalBart Schaefer2000-07-023-3/+10
* 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