| Commit message (Expand) | Author | Age | Files | Lines |
* | don't hide possible completions if there is only one and at the same time mes... | Sven Wischnowsky | 2000-07-27 | 1 | -0/+6 |
* | -e, -I, -m and -M parameters can be specified multiple times | Adam Spiers | 2000-07-26 | 1 | -0/+5 |
* | Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000 | Peter Stephenson | 2000-07-26 | 1 | -0/+6 |
* | Fix an incorrect article attribution. | Bart Schaefer | 2000-07-26 | 1 | -2/+2 |
* | Enable the insert-tab style in zed. | Bart Schaefer | 2000-07-26 | 1 | -0/+4 |
* | Belatedly fold in 12162, to replace command subst with eval. | Bart Schaefer | 2000-07-26 | 1 | -0/+5 |
* | Move compinit security checks into compaudit. | Bart Schaefer | 2000-07-26 | 1 | -0/+6 |
* | make `_arguments --' use specs after the `--' even for options not described ... | Sven Wischnowsky | 2000-07-26 | 1 | -0/+4 |
* | allow _value:<assoc> functions to override completion for all keys of an asso... | Sven Wischnowsky | 2000-07-26 | 1 | -0/+5 |
* | use mhpath and mhparams commands instead of guessing directories (12356) | Oliver Kiddle | 2000-07-24 | 1 | -0/+5 |
* | optimisations for _multi_parts (12354) | Sven Wischnowsky | 2000-07-24 | 1 | -0/+5 |
* | 12347: 3 mutt options are repeatable | Clint Adams | 2000-07-22 | 1 | -0/+5 |
* | fix parsing of `time' without a command (12337) | Sven Wischnowsky | 2000-07-21 | 1 | -0/+4 |
* | Tweaked a function name in hist.c. | Wayne Davison | 2000-07-20 | 1 | -0/+4 |
* | Put reordered log entry back and corrected the date. | Wayne Davison | 2000-07-20 | 1 | -4/+4 |
* | Reorder the changelog. | Chmouel Boudjnah | 2000-07-20 | 1 | -4/+4 |
* | 12239: prefer curses to termcap on solaris | Peter Stephenson | 2000-07-20 | 1 | -0/+5 |
* | Discard stderr of a command subst. | Bart Schaefer | 2000-07-20 | 1 | -2/+6 |
* | Fix bad conflict resolution. | Bart Schaefer | 2000-07-20 | 1 | -368/+0 |
* | Comments for 12323. | Wayne Davison | 2000-07-20 | 1 | -0/+4 |
* | Get also /usr/share/man. | Chmouel Boudjnah | 2000-07-19 | 1 | -0/+372 |
* | Comments for 12318. | Wayne Davison | 2000-07-19 | 1 | -0/+11 |
* | a bit of security for a VARARR() (12314) | Sven Wischnowsky | 2000-07-19 | 1 | -0/+4 |
* | 12313: bad phrasing in metafaq | Peter Stephenson | 2000-07-19 | 1 | -0/+2 |
* | 12308: Andrej and pws: _man formats, again | Peter Stephenson | 2000-07-19 | 1 | -0/+6 |
* | don't let duplicate matches keep us from recognising exact matches if they pr... | Sven Wischnowsky | 2000-07-18 | 1 | -0/+6 |
* | Comments for 12295. | Wayne Davison | 2000-07-18 | 1 | -0/+7 |
* | fix date. | Tanaka Akira | 2000-07-17 | 1 | -1/+1 |
* | * 12274: Test/53completion.ztst, Test/55arguments.ztst, | Tanaka Akira | 2000-07-17 | 1 | -0/+5 |
* | 3.1.9-dev-3 zsh-3.1.9-dev-3 | Peter Stephenson | 2000-07-17 | 1 | -0/+4 |
* | don't treat non-option arguments as options (12266) | Sven Wischnowsky | 2000-07-17 | 1 | -0/+5 |
* | Added comment for patch 12265. | Wayne Davison | 2000-07-17 | 1 | -1/+7 |
* | Comments for 12260. | Wayne Davison | 2000-07-16 | 1 | -0/+4 |
* | 12247: internal hostnam variable removed in favour of $HOST | Peter Stephenson | 2000-07-13 | 1 | -0/+3 |
* | condition parsing with (z) flag | Sven Wischnowsky | 2000-07-13 | 1 | -0/+3 |
* | 12242: based on code from Fr. Br. George (George V Kouryachy): | Peter Stephenson | 2000-07-13 | 1 | -0/+6 |
* | fix for _arguments with single-letter options: recognize option-strings with ... | Sven Wischnowsky | 2000-07-13 | 1 | -0/+6 |
* | fix zle widget -n num with num>9 (12238) | Sven Wischnowsky | 2000-07-13 | 1 | -0/+2 |
* | slightly improved (z) flag for parsing conditions; recognising glob flags in ... | Sven Wischnowsky | 2000-07-13 | 1 | -0/+6 |
* | Delete stray "a". | Bart Schaefer | 2000-07-12 | 1 | -1/+1 |
* | 12231: fix compinstall list-prompt setting | Peter Stephenson | 2000-07-12 | 1 | -0/+4 |
* | fix for list-prompt docs (12229) | Sven Wischnowsky | 2000-07-12 | 1 | -0/+2 |
* | fix for (z) flag, don't take # as comment (12228) | Sven Wischnowsky | 2000-07-12 | 1 | -0/+5 |
* | 12227: select-prompt handled by compinstall | Peter Stephenson | 2000-07-12 | 1 | -2/+12 |
* | don't start menu selection with only select=long (12226) | Sven Wischnowsky | 2000-07-12 | 1 | -0/+3 |
* | check if options were completed (12225) | Sven Wischnowsky | 2000-07-12 | 1 | -0/+4 |
* | 12220: message for missing autoload function | Peter Stephenson | 2000-07-11 | 1 | -0/+5 |
* | Complete all process IDs for root in _killall, as suggested in 12202 et al. | Bart Schaefer | 2000-07-10 | 1 | -0/+6 |
* | avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208) | Sven Wischnowsky | 2000-07-10 | 1 | -0/+5 |
* | * 12201: Completion/User/_java: fix completion for jar. complete | Tanaka Akira | 2000-07-08 | 1 | -0/+5 |