Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3.1.9-dev-3 zsh-3.1.9-dev-3 | Peter Stephenson | 2000-07-17 | 2 | -2/+6 |
| | |||||
* | don't treat non-option arguments as options (12266) | Sven Wischnowsky | 2000-07-17 | 2 | -1/+6 |
| | |||||
* | Added comment for patch 12265. | Wayne Davison | 2000-07-17 | 1 | -1/+7 |
| | |||||
* | Fix the gethistent() function and enhanced the reliability of the | Wayne Davison | 2000-07-17 | 1 | -9/+14 |
| | | | | SHARE_HISTORY option. | ||||
* | Comments for 12260. | Wayne Davison | 2000-07-16 | 1 | -0/+4 |
| | |||||
* | Got rid of a bogus email address for me. | Wayne Davison | 2000-07-16 | 1 | -1/+1 |
| | |||||
* | + Needed to call unmeta() in a few spots that used the HISTFILE name. | Wayne Davison | 2000-07-16 | 1 | -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. | ||||
* | 12247: internal hostnam variable removed in favour of $HOST | Peter Stephenson | 2000-07-13 | 4 | -7/+14 |
| | |||||
* | condition parsing with (z) flag | Sven Wischnowsky | 2000-07-13 | 2 | -0/+7 |
| | |||||
* | 12242: based on code from Fr. Br. George (George V Kouryachy): | Peter Stephenson | 2000-07-13 | 3 | -171/+348 |
| | | | | use negative integers in prompt to count from other end of string | ||||
* | fix for _arguments with single-letter options: recognize option-strings with ↵ | Sven Wischnowsky | 2000-07-13 | 3 | -4/+13 |
| | | | | multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241) | ||||
* | fix zle widget -n num with num>9 (12238) | Sven Wischnowsky | 2000-07-13 | 2 | -35/+218 |
| | |||||
* | slightly improved (z) flag for parsing conditions; recognising glob flags in ↵ | Sven Wischnowsky | 2000-07-13 | 3 | -8/+22 |
| | | | | conditions still doesn't work (12237) | ||||
* | Delete stray "a". | Bart Schaefer | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | 12231: fix compinstall list-prompt setting | Peter Stephenson | 2000-07-12 | 2 | -8/+10 |
| | |||||
* | fix for list-prompt docs (12229) | Sven Wischnowsky | 2000-07-12 | 2 | -1/+4 |
| | |||||
* | fix for (z) flag, don't take # as comment (12228) | Sven Wischnowsky | 2000-07-12 | 3 | -4/+10 |
| | |||||
* | 12227: select-prompt handled by compinstall | Peter Stephenson | 2000-07-12 | 2 | -5/+37 |
| | |||||
* | don't start menu selection with only select=long (12226) | Sven Wischnowsky | 2000-07-12 | 2 | -10/+19 |
| | |||||
* | check if options were completed (12225) | Sven Wischnowsky | 2000-07-12 | 2 | -1/+7 |
| | |||||
* | 12222: handle EINTR for multios helper processes | Peter Stephenson | 2000-07-11 | 1 | -2/+16 |
| | |||||
* | 12220: message for missing autoload function | Peter Stephenson | 2000-07-11 | 2 | -0/+8 |
| | |||||
* | Complete all process IDs for root in _killall, as suggested in 12202 et al. | Bart Schaefer | 2000-07-10 | 2 | -1/+7 |
| | |||||
* | avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208) | Sven Wischnowsky | 2000-07-10 | 2 | -8/+15 |
| | |||||
* | * 12201: Completion/User/_java: fix completion for jar. complete | Tanaka Akira | 2000-07-08 | 2 | -19/+45 |
| | | | | package qualified class names. fix typos. | ||||
* | 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where | Bart Schaefer | 2000-07-07 | 3 | -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). | ||||
* | Completion/AIX/.distfiles update | Peter Stephenson | 2000-07-06 | 1 | -1/+2 |
| | |||||
* | updates and additions to completions for AIX commands | Oliver Kiddle | 2000-07-06 | 7 | -4/+52 |
| | |||||
* | mention more standard tags in documentation and fix some typos (12177) | Oliver Kiddle | 2000-07-05 | 6 | -9/+30 |
| | |||||
* | get return status right (12171) | Sven Wischnowsky | 2000-07-05 | 2 | -2/+5 |
| | |||||
* | *** empty log message *** | Peter Stephenson | 2000-07-05 | 1 | -1/+1 |
| | |||||
* | 12167: Ignore failure of "for" loop in "make check". | Bart Schaefer | 2000-07-05 | 2 | -1/+6 |
| | |||||
* | new completion function for arp (12165) | Oliver Kiddle | 2000-07-04 | 2 | -0/+19 |
| | |||||
* | 12160: Cause compdump to fail early if it won't be able to write the file. | Bart Schaefer | 2000-07-04 | 2 | -5/+12 |
| | |||||
* | AIX dependency fixes | Oliver Kiddle | 2000-07-04 | 4 | -3/+11 |
| | |||||
* | shut compiler up | Peter Stephenson | 2000-07-04 | 2 | -1/+5 |
| | |||||
* | 12149: guard against undefined h_errno in zftp | Peter Stephenson | 2000-07-04 | 4 | -0/+23 |
| | |||||
* | add some $(print...)s because of possible math-parse errors (12156) | Sven Wischnowsky | 2000-07-04 | 3 | -6/+10 |
| | |||||
* | 12151: Fix ZDOTDIR during "make check" for static builds. | Bart Schaefer | 2000-07-04 | 3 | -2/+5 |
| | |||||
* | 12152: tweak completion of final parameters to perl | Adam Spiers | 2000-07-03 | 2 | -2/+7 |
| | |||||
* | 12148: Don't merge display-ordering glob flags into the parens of $(...). | Bart Schaefer | 2000-07-03 | 2 | -6/+12 |
| | |||||
* | 12146: reintroduce install_info code | Peter Stephenson | 2000-07-03 | 2 | -0/+7 |
| | |||||
* | 12140: make key rebinding for _expand complter easier | Peter Stephenson | 2000-07-03 | 4 | -7/+26 |
| | |||||
* | 3.1.9-dev-2 zsh-3.1.9-dev-2 | Peter Stephenson | 2000-07-03 | 2 | -2/+4 |
| | |||||
* | 12138: setting arrays in math context | Peter Stephenson | 2000-07-03 | 3 | -13/+38 |
| | |||||
* | 12121: stopmsg in precmd | Peter Stephenson | 2000-07-03 | 3 | -6/+23 |
| | |||||
* | change format style with warnings tag, don't add descriptions as matches; ↵ | Sven Wischnowsky | 2000-07-03 | 7 | -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 fatal | Bart Schaefer | 2000-07-02 | 3 | -3/+10 |
| | | | | errors when expanding strings taken from the command line. | ||||
* | fix for `foo () print bar' (function definitions without braces) (12125) | Sven Wischnowsky | 2000-06-29 | 3 | -1/+10 |
| | |||||
* | reverse meaning of yes=num again (12122) | Sven Wischnowsky | 2000-06-29 | 3 | -26/+27 |
| |