Age | Commit message (Expand) | Author | Files | Lines |
2000-04-10 | properly restore scriptname in doshfunc() (10620) | Sven Wischnowsky | 2 | -6/+8 |
2000-04-10 | use special-dirs with _path_files -g (3019) | Sven Wischnowsky | 2 | -1/+5 |
2000-04-10 | more careful with checking index of $history (10614) | Sven Wischnowsky | 2 | -1/+16 |
2000-04-10 | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 4 | -3173/+1450 |
2000-04-10 | 10606: Fix thinko in 10598. | Bart Schaefer | 2 | -6/+13 |
2000-04-10 | 10602: Where'd that stray 2 come from? | Bart Schaefer | 2 | -1/+3 |
2000-04-09 | 10598: Fix typo; reformat styles documentation for readability. | Bart Schaefer | 3 | -151/+214 |
2000-04-09 | compinstall update; 3.1.6-dev-22 | Peter Stephenson | 4 | -63/+271 |
2000-04-08 | 10591: Chmouel Boudjnah: Completion for the fakeroot program. | Bart Schaefer | 1 | -0/+6 |
2000-04-08 | 10594: Fix index into $history in prompt_bart_precmd. | Bart Schaefer | 4 | -18/+20 |
2000-04-07 | stat -o shows file modes in octal | Peter Stephenson | 3 | -39/+144 |
2000-04-07 | 10582: Apply STTY only to process group leaders. | Bart Schaefer | 2 | -1/+4 |
2000-04-07 | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 4 | -11/+31 |
2000-04-07 | make sure caller-supplied explanation takes precedence (10579) | Sven Wischnowsky | 4 | -6/+16 |
2000-04-07 | complete make targets of the form `foo bar:' (10575) | Sven Wischnowsky | 2 | -1/+4 |
2000-04-07 | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 2 | -0/+9 |
2000-04-07 | missing initialisations, -W with multiple directories didn't wor (10571) | Sven Wischnowsky | 3 | -2/+10 |
2000-04-07 | 10564: typo in _wanted | Clint Adams | 6 | -7/+113 |
2000-04-06 | 10547: (#s) and (#e) pattern assertions | Peter Stephenson | 7 | -271/+870 |
2000-04-06 | zefram2: Src/lex.c: Support "3&> foo" etc. | Andrew Main | 2 | -2/+17 |
2000-04-06 | zefram1: configure.in, Etc/zsh-development-guide: List of tools | Andrew Main | 3 | -134/+842 |
2000-04-06 | *** empty log message *** | Sven Wischnowsky | 1 | -3/+3 |
2000-04-06 | avoid distcleaning Test twice (10543) | Sven Wischnowsky | 2 | -1/+2 |
2000-04-06 | tag in file-patterns optional, use `files' as default (10542) | Sven Wischnowsky | 3 | -10/+21 |
2000-04-06 | use zsh as command name in error messages even with -c | Sven Wischnowsky | 2 | -150/+304 |
2000-04-05 | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 8 | -1307/+1174 |
2000-04-05 | support automatically inserted dummy in $words | Sven Wischnowsky | 3 | -1/+27 |
2000-04-05 | use basename of commands instead of $words[1] | Sven Wischnowsky | 19 | -709/+1510 |
2000-04-05 | renaming some styles | Sven Wischnowsky | 5 | -37/+48 |
2000-04-05 | two small completion fixes | Sven Wischnowsky | 3 | -2/+5 |
2000-04-05 | make zwc files use the magic number as their verios, report zsh-version in er... | Sven Wischnowsky | 2 | -6/+18 |
2000-04-05 | Make config.h and related dependencies relative to $(sdir). | Bart Schaefer | 2 | -18/+53 |
2000-04-05 | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 5 | -836/+931 |
2000-04-05 | fix for combining _next_tags and file-patterns | Sven Wischnowsky | 2 | -2/+15 |
2000-04-05 | new _imagemagick | Sven Wischnowsky | 1 | -3/+12 |
2000-04-05 | *** empty log message *** | Sven Wischnowsky | 1 | -1/+1 |
2000-04-04 | Patches 10440 (Chmouel), 10448, 10477 (Clint) | Peter Stephenson | 4 | -10/+68 |
2000-04-04 | new completion function | Sven Wischnowsky | 2 | -0/+442 |
2000-04-04 | better error handling for zwc files | Sven Wischnowsky | 3 | -22/+31 |
2000-04-04 | fix for comparguments: completion of options after option with | Sven Wischnowsky | 2 | -1/+5 |
2000-04-04 | keep association elements from being exported | Sven Wischnowsky | 4 | -4/+13 |
2000-04-04 | Remove one of a doubled line. | Bart Schaefer | 1 | -1/+0 |
2000-04-04 | make _next_tags be usable with menu-completion | Sven Wischnowsky | 4 | -15/+48 |
2000-04-04 | Add _emulate, _zcompile, _all_labels, _ignored, _next_label. | Bart Schaefer | 2 | -6/+8 |
2000-04-04 | Copy QIPREFIX/QISUFFIX. | Sven Wischnowsky | 2 | -2/+7 |
2000-04-04 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+20 |
2000-04-04 | 10444: Src/lex.c, Src/pattern.c: Insist on proper syntax | Andrew Main | 3 | -176/+306 |
2000-04-04 | Update current stable zsh version. | Geoff Wing | 1 | -5/+32 |
2000-04-03 | Various completion fixes | Sven Wischnowsky | 10 | -24/+45 |
2000-04-03 | default completer style contains _ignored | Sven Wischnowsky | 2 | -3/+5 |