Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _make uses $words[1] for command name (10635) | Sven Wischnowsky | 2000-04-11 | 2 | -6/+9 |
| | |||||
* | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 2000-04-11 | 57 | -1089/+1312 |
| | | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) | ||||
* | 10628: Check for GNU make using "_call version ..." as was done for GNU diff. | Bart Schaefer | 2000-04-10 | 3 | -4/+31 |
| | |||||
* | detect ignored signals correctly (10625) | Sven Wischnowsky | 2000-04-10 | 3 | -61/+268 |
| | |||||
* | typo caused ignored-patterns to be ignored (10622) | Sven Wischnowsky | 2000-04-10 | 2 | -1/+4 |
| | |||||
* | addx() inserts x more often (10621) | Sven Wischnowsky | 2000-04-10 | 2 | -1/+4 |
| | |||||
* | properly restore scriptname in doshfunc() (10620) | Sven Wischnowsky | 2000-04-10 | 2 | -6/+8 |
| | |||||
* | use special-dirs with _path_files -g (3019) | Sven Wischnowsky | 2000-04-10 | 2 | -1/+5 |
| | |||||
* | more careful with checking index of $history (10614) | Sven Wischnowsky | 2000-04-10 | 2 | -1/+16 |
| | |||||
* | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 2000-04-10 | 4 | -3173/+1450 |
| | |||||
* | 10606: Fix thinko in 10598. | Bart Schaefer | 2000-04-10 | 2 | -6/+13 |
| | |||||
* | 10602: Where'd that stray 2 come from? | Bart Schaefer | 2000-04-10 | 2 | -1/+3 |
| | |||||
* | 10598: Fix typo; reformat styles documentation for readability. | Bart Schaefer | 2000-04-09 | 3 | -151/+214 |
| | |||||
* | compinstall update; 3.1.6-dev-22 zsh-3.1.6-dev-22 | Peter Stephenson | 2000-04-09 | 4 | -63/+271 |
| | |||||
* | 10591: Chmouel Boudjnah: Completion for the fakeroot program. | Bart Schaefer | 2000-04-08 | 1 | -0/+6 |
| | |||||
* | 10594: Fix index into $history in prompt_bart_precmd. | Bart Schaefer | 2000-04-08 | 4 | -18/+20 |
| | | | | | | | 10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files. | ||||
* | stat -o shows file modes in octal | Peter Stephenson | 2000-04-07 | 3 | -39/+144 |
| | |||||
* | 10582: Apply STTY only to process group leaders. | Bart Schaefer | 2000-04-07 | 2 | -1/+4 |
| | |||||
* | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 2000-04-07 | 4 | -11/+31 |
| | |||||
* | make sure caller-supplied explanation takes precedence (10579) | Sven Wischnowsky | 2000-04-07 | 4 | -6/+16 |
| | |||||
* | complete make targets of the form `foo bar:' (10575) | Sven Wischnowsky | 2000-04-07 | 2 | -1/+4 |
| | |||||
* | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 2000-04-07 | 2 | -0/+9 |
| | |||||
* | missing initialisations, -W with multiple directories didn't wor (10571) | Sven Wischnowsky | 2000-04-07 | 3 | -2/+10 |
| | |||||
* | 10564: typo in _wanted | Clint Adams | 2000-04-07 | 6 | -7/+113 |
| | | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now | ||||
* | 10547: (#s) and (#e) pattern assertions | Peter Stephenson | 2000-04-06 | 7 | -271/+870 |
| | |||||
* | zefram2: Src/lex.c: Support "3&> foo" etc. | Andrew Main | 2000-04-06 | 2 | -2/+17 |
| | |||||
* | zefram1: configure.in, Etc/zsh-development-guide: List of tools | Andrew Main | 2000-04-06 | 3 | -134/+842 |
| | | | | | required for development work, and a little more conspicuous explanation of the config.status hack. | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-04-06 | 1 | -3/+3 |
| | |||||
* | avoid distcleaning Test twice (10543) | Sven Wischnowsky | 2000-04-06 | 2 | -1/+2 |
| | |||||
* | tag in file-patterns optional, use `files' as default (10542) | Sven Wischnowsky | 2000-04-06 | 3 | -10/+21 |
| | |||||
* | use zsh as command name in error messages even with -c | Sven Wischnowsky | 2000-04-06 | 2 | -150/+304 |
| | |||||
* | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 2000-04-05 | 8 | -1307/+1174 |
| | |||||
* | support automatically inserted dummy in $words | Sven Wischnowsky | 2000-04-05 | 3 | -1/+27 |
| | |||||
* | use basename of commands instead of $words[1] | Sven Wischnowsky | 2000-04-05 | 19 | -709/+1510 |
| | |||||
* | renaming some styles | Sven Wischnowsky | 2000-04-05 | 5 | -37/+48 |
| | |||||
* | two small completion fixes | Sven Wischnowsky | 2000-04-05 | 3 | -2/+5 |
| | |||||
* | make zwc files use the magic number as their verios, report zsh-version in ↵ | Sven Wischnowsky | 2000-04-05 | 2 | -6/+18 |
| | | | | error messages | ||||
* | Make config.h and related dependencies relative to $(sdir). | Bart Schaefer | 2000-04-05 | 2 | -18/+53 |
| | |||||
* | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 2000-04-05 | 5 | -836/+931 |
| | |||||
* | fix for combining _next_tags and file-patterns | Sven Wischnowsky | 2000-04-05 | 2 | -2/+15 |
| | |||||
* | new _imagemagick | Sven Wischnowsky | 2000-04-05 | 1 | -3/+12 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-04-05 | 1 | -1/+1 |
| | |||||
* | Patches 10440 (Chmouel), 10448, 10477 (Clint) | Peter Stephenson | 2000-04-04 | 4 | -10/+68 |
| | |||||
* | new completion function | Sven Wischnowsky | 2000-04-04 | 2 | -0/+442 |
| | |||||
* | better error handling for zwc files | Sven Wischnowsky | 2000-04-04 | 3 | -22/+31 |
| | |||||
* | fix for comparguments: completion of options after option with | Sven Wischnowsky | 2000-04-04 | 2 | -1/+5 |
| | | | | rest-arguments was wrong | ||||
* | keep association elements from being exported | Sven Wischnowsky | 2000-04-04 | 4 | -4/+13 |
| | |||||
* | Remove one of a doubled line. | Bart Schaefer | 2000-04-04 | 1 | -1/+0 |
| | |||||
* | make _next_tags be usable with menu-completion | Sven Wischnowsky | 2000-04-04 | 4 | -15/+48 |
| | |||||
* | Add _emulate, _zcompile, _all_labels, _ignored, _next_label. | Bart Schaefer | 2000-04-04 | 2 | -6/+8 |
| |