Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 2001-10-02 | 3 | -72/+123 |
| | |||||
* | Zftp control connection management cleanup. | Bart Schaefer | 2001-09-28 | 1 | -19/+27 |
| | |||||
* | 15886: use select if poll is not available, or complain if neither are available | Clint Adams | 2001-09-27 | 1 | -2/+25 |
| | |||||
* | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 2001-09-25 | 1 | -5/+8 |
| | |||||
* | 15869 | Sven Wischnowsky | 2001-09-25 | 1 | -3/+4 |
| | |||||
* | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 2001-09-25 | 1 | -2/+4 |
| | | | | test') (15868) | ||||
* | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2001-09-24 | 1 | -25/+35 |
| | |||||
* | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 2001-09-24 | 2 | -9/+45 |
| | | | | shell from exit command to allow EXIT traps to run. | ||||
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 1 | -1/+1 |
| | |||||
* | Further modify the "fc -l" code to tolerate out-of range values. | Wayne Davison | 2001-09-18 | 1 | -9/+6 |
| | |||||
* | Fixed doisearch() to not switch lines unless zlereadflags has | Wayne Davison | 2001-09-17 | 1 | -1/+2 |
| | | | | ZLRF_HISTORY set. | ||||
* | With HIST_NO_STORE, don't ignore what looks like a history command if | Wayne Davison | 2001-09-15 | 1 | -5/+11 |
| | | | | we're really going to call a user-defined shell function. | ||||
* | + Changed addhistnum() to return firsthist()-1 or curhist+1 on error. | Wayne Davison | 2001-09-13 | 1 | -1/+3 |
| | | | | + Ignore the "r" command if HIST_NO_STORE is set. | ||||
* | + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1". | Wayne Davison | 2001-09-13 | 1 | -3/+3 |
| | | | | + Changed fcgetcomm() to handle new error return from addhistnum(). | ||||
* | 15780: rename **arg to **dargs | Clint Adams | 2001-09-10 | 1 | -18/+20 |
| | |||||
* | 15779: ztcp -d | Clint Adams | 2001-09-10 | 1 | -22/+57 |
| | |||||
* | stupid bugfixes | Clint Adams | 2001-09-10 | 1 | -5/+8 |
| | |||||
* | unposted: stupid -a bug | Clint Adams | 2001-09-10 | 1 | -4/+3 |
| | |||||
* | 15771: ztcp -t | Clint Adams | 2001-09-10 | 1 | -5/+22 |
| | |||||
* | 15769: ztcp -a | Clint Adams | 2001-09-09 | 2 | -21/+53 |
| | |||||
* | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 2001-09-09 | 1 | -14/+27 |
| | |||||
* | 15766: ztcp -l | Clint Adams | 2001-09-09 | 2 | -40/+120 |
| | |||||
* | 15765: introduce [:ascii:] class | Clint Adams | 2001-09-09 | 1 | -12/+19 |
| | |||||
* | 1596x: ztcp -v | Clint Adams | 2001-09-08 | 1 | -2/+8 |
| | |||||
* | 15762: introduce ztcp builtin | Clint Adams | 2001-09-08 | 4 | -108/+325 |
| | |||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 6 | -5/+33 |
| | | | | examine the current selection. | ||||
* | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 2001-08-28 | 3 | -10/+10 |
| | |||||
* | Fix PS2 for dquote nested in braceparam. | Bart Schaefer | 2001-08-27 | 1 | -0/+2 |
| | |||||
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 1 | -1/+6 |
| | |||||
* | test if hash table pointer is NULL to avoid SEGV with compstate=() (15705) | Sven Wischnowsky | 2001-08-24 | 1 | -0/+3 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 1 | -1/+1 |
| | | | | number within an enum. | ||||
* | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 2001-08-20 | 1 | -10/+4 |
| | |||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 1 | -0/+2 |
| | |||||
* | 15650 | Sven Wischnowsky | 2001-08-17 | 1 | -4/+10 |
| | |||||
* | 15639 | Sven Wischnowsky | 2001-08-16 | 1 | -3/+9 |
| | |||||
* | Don't segv if we were displaying n lines and screen was | Geoff Wing | 2001-08-15 | 1 | -1/+1 |
| | | | | resized to less than n lines | ||||
* | 15621: display of status line was being mucked up; continuation | Geoff Wing | 2001-08-15 | 1 | -119/+190 |
| | | | | markers "<...." and "<....>" weren't being display properly | ||||
* | Fix and regression tests for crash on typeset of local array elements. | Bart Schaefer | 2001-08-13 | 1 | -2/+17 |
| | |||||
* | Silence "might be used uninitialized" warnings. | Wayne Davison | 2001-08-08 | 1 | -0/+1 |
| | |||||
* | Got rid of unused variables. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Silence "might be used uninitialized" warning. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 2001-08-08 | 1 | -5/+41 |
| | | | | back (15597) | ||||
* | When rewriting the history file, set histactive to 0 and restore it | Wayne Davison | 2001-08-07 | 1 | -0/+5 |
| | | | | | | when we're done. This prevents the loss of the file's last line when a signal causes us to rewrite it. Also restore the value of histsiz. | ||||
* | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 2001-08-07 | 1 | -9/+3 |
| | |||||
* | increment zwc fie version (which means changing the magic number) (15584) | Sven Wischnowsky | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | (15526) | Sven Wischnowsky | 2001-07-30 | 1 | -4/+4 |
| | |||||
* | (15509) | Sven Wischnowsky | 2001-07-27 | 2 | -230/+216 |
| | |||||
* | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 2001-07-25 | 1 | -2/+3 |
| | |||||
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -3/+4 |
| | |||||
* | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2001-07-25 | 2 | -3/+5 |
| |