summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-17Added comment for patch 12265.Wayne Davison1-1/+7
2000-07-17Fix the gethistent() function and enhanced the reliability of theWayne Davison1-9/+14
SHARE_HISTORY option.
2000-07-16Comments for 12260.Wayne Davison1-0/+4
2000-07-16Got rid of a bogus email address for me.Wayne Davison1-1/+1
2000-07-16+ Needed to call unmeta() in a few spots that used the HISTFILE name.Wayne Davison1-20/+36
+ The non-HAVE_LINK code in lockhistfile() was broken in a number of ways. + Added an extra unlink() call to the HAVE_LINK code in lockhistfile() since (Linix at least says that) O_EXCL over NFS is broken.
2000-07-1312247: internal hostnam variable removed in favour of $HOSTPeter Stephenson4-7/+14
2000-07-13condition parsing with (z) flagSven Wischnowsky2-0/+7
2000-07-1312242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson3-171/+348
use negative integers in prompt to count from other end of string
2000-07-13fix for _arguments with single-letter options: recognize option-strings with ↵Sven Wischnowsky3-4/+13
multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241)
2000-07-13fix zle widget -n num with num>9 (12238)Sven Wischnowsky2-35/+218
2000-07-13slightly improved (z) flag for parsing conditions; recognising glob flags in ↵Sven Wischnowsky3-8/+22
conditions still doesn't work (12237)
2000-07-12Delete stray "a".Bart Schaefer1-1/+1
2000-07-1212231: fix compinstall list-prompt settingPeter Stephenson2-8/+10
2000-07-12fix for list-prompt docs (12229)Sven Wischnowsky2-1/+4
2000-07-12fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky3-4/+10
2000-07-1212227: select-prompt handled by compinstallPeter Stephenson2-5/+37
2000-07-12don't start menu selection with only select=long (12226)Sven Wischnowsky2-10/+19
2000-07-12check if options were completed (12225)Sven Wischnowsky2-1/+7
2000-07-1112222: handle EINTR for multios helper processesPeter Stephenson1-2/+16
2000-07-1112220: message for missing autoload functionPeter Stephenson2-0/+8
2000-07-10Complete all process IDs for root in _killall, as suggested in 12202 et al.Bart Schaefer2-1/+7
2000-07-10avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208)Sven Wischnowsky2-8/+15
2000-07-08* 12201: Completion/User/_java: fix completion for jar. completeTanaka Akira2-19/+45
package qualified class names. fix typos.
2000-07-0712193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms whereBart Schaefer3-5/+15
getrlimit() is not found, replace it with nothing and append /dev/null to the awk command in rlimits.mdd, so that we don't end up with a dependency of rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade).
2000-07-06Completion/AIX/.distfiles updatePeter Stephenson1-1/+2
2000-07-06updates and additions to completions for AIX commandsOliver Kiddle7-4/+52
2000-07-05mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle6-9/+30
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