Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 10743: fix replenv() of imported special parameters | Peter Stephenson | 2000-04-13 | 1 | -1/+5 |
| | |||||
* | 10738: pws: local parameters can be exported | Peter Stephenson | 2000-04-13 | 2 | -36/+61 |
| | |||||
* | make read -[kq] always print the prompt, if any; after all they make sure ↵ | Sven Wischnowsky | 2000-04-13 | 1 | -6/+15 |
| | | | | they have a terminal anyway (10727) | ||||
* | fix field name for HAVE_NIS_PLUS (10726) | Sven Wischnowsky | 2000-04-13 | 1 | -1/+1 |
| | |||||
* | comment the `#if's for group numbers in $compstate[insert] (10725) | Sven Wischnowsky | 2000-04-13 | 3 | -0/+8 |
| | |||||
* | display number of matches again when asking if a completion list should be ↵ | Sven Wischnowsky | 2000-04-13 | 2 | -6/+14 |
| | | | | shown (only when not zero) (10724) | ||||
* | forgot one #if for commenting out the group-stuff for $compstate[insert] | Sven Wischnowsky | 2000-04-12 | 1 | -1/+2 |
| | |||||
* | compare mapped zwc files using stat instead of the pathnames (10699) | Sven Wischnowsky | 2000-04-12 | 2 | -12/+20 |
| | |||||
* | missing initialisation for next field in assignments for substitutions for ↵ | Sven Wischnowsky | 2000-04-12 | 1 | -0/+1 |
| | | | | fc builtin (10692) | ||||
* | comment out the code to allow $compstate[insert] to select the group (10690) | Sven Wischnowsky | 2000-04-12 | 3 | -67/+2935 |
| | |||||
* | display number of lines instead of number of matches when asking whether to ↵ | Sven Wischnowsky | 2000-04-12 | 2 | -4/+4 |
| | | | | show completion lists (10686) | ||||
* | new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵ | Sven Wischnowsky | 2000-04-12 | 4 | -430/+1039 |
| | | | | to find word (10685) | ||||
* | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 2000-04-11 | 1 | -1/+9 |
| | | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) | ||||
* | detect ignored signals correctly (10625) | Sven Wischnowsky | 2000-04-10 | 2 | -61/+265 |
| | |||||
* | addx() inserts x more often (10621) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+2 |
| | |||||
* | properly restore scriptname in doshfunc() (10620) | Sven Wischnowsky | 2000-04-10 | 1 | -6/+6 |
| | |||||
* | more careful with checking index of $history (10614) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+13 |
| | |||||
* | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 2000-04-10 | 3 | -3173/+1445 |
| | |||||
* | stat -o shows file modes in octal | Peter Stephenson | 2000-04-07 | 1 | -31/+117 |
| | |||||
* | 10582: Apply STTY only to process group leaders. | Bart Schaefer | 2000-04-07 | 1 | -1/+2 |
| | |||||
* | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 2000-04-07 | 1 | -1/+1 |
| | |||||
* | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 2000-04-07 | 1 | -0/+6 |
| | |||||
* | 10564: typo in _wanted | Clint Adams | 2000-04-07 | 2 | -1/+16 |
| | | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now | ||||
* | 10547: (#s) and (#e) pattern assertions | Peter Stephenson | 2000-04-06 | 2 | -242/+701 |
| | |||||
* | zefram2: Src/lex.c: Support "3&> foo" etc. | Andrew Main | 2000-04-06 | 1 | -2/+13 |
| | |||||
* | use zsh as command name in error messages even with -c | Sven Wischnowsky | 2000-04-06 | 1 | -150/+299 |
| | |||||
* | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 2000-04-05 | 2 | -1281/+1116 |
| | |||||
* | make zwc files use the magic number as their verios, report zsh-version in ↵ | Sven Wischnowsky | 2000-04-05 | 1 | -6/+15 |
| | | | | error messages | ||||
* | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 2000-04-05 | 2 | -817/+898 |
| | |||||
* | better error handling for zwc files | Sven Wischnowsky | 2000-04-04 | 2 | -22/+28 |
| | |||||
* | fix for comparguments: completion of options after option with | Sven Wischnowsky | 2000-04-04 | 1 | -1/+2 |
| | | | | rest-arguments was wrong | ||||
* | keep association elements from being exported | Sven Wischnowsky | 2000-04-04 | 3 | -4/+9 |
| | |||||
* | make _next_tags be usable with menu-completion | Sven Wischnowsky | 2000-04-04 | 1 | -7/+18 |
| | |||||
* | Copy QIPREFIX/QISUFFIX. | Sven Wischnowsky | 2000-04-04 | 1 | -2/+2 |
| | |||||
* | 10444: Src/lex.c, Src/pattern.c: Insist on proper syntax | Andrew Main | 2000-04-04 | 2 | -176/+300 |
| | | | | | for numeric globbing (with the "-"). Also fix the bug whereby "echo 1<2-3>" would lose the "1". | ||||
* | Various completion fixes | Sven Wischnowsky | 2000-04-03 | 1 | -1/+15 |
| | |||||
* | Recognise new parts in partial word completion | Sven Wischnowsky | 2000-04-03 | 1 | -2/+2 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 21 | -5481/+13490 |
| | |||||
* | Initial revision | Tanaka Akira | 2000-01-20 | 2 | -0/+569 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-12-16 | 6 | -0/+137 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-12-13 | 2 | -0/+331 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-12-10 | 2 | -0/+764 |
| | |||||
* | zsh-workers/8843 | Tanaka Akira | 1999-12-06 | 3 | -371/+0 |
| | |||||
* | zsh-workers/8725 | Tanaka Akira | 1999-11-23 | 1 | -11/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-04 | 1 | -0/+126 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-01 | 3 | -0/+6376 |
| | |||||
* | removed. | Tanaka Akira | 1999-10-27 | 3 | -316/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-26 | 5 | -0/+1765 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-18 | 1 | -0/+11 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-17 | 1 | -0/+27 |
| |