about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer2001-09-251-5/+8
* 15869Sven Wischnowsky2001-09-251-3/+4
* job text building code couldn't handle empty sublists (as in `coproc || test'...Sven Wischnowsky2001-09-251-2/+4
* Fix out-of-memory on corrupt history files.Bart Schaefer2001-09-241-25/+35
* * Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson2001-09-242-9/+45
* Fix misleading error message.Bart Schaefer2001-09-201-1/+1
* Further modify the "fc -l" code to tolerate out-of range values.Wayne Davison2001-09-181-9/+6
* Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison2001-09-171-1/+2
* With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison2001-09-151-5/+11
* + Changed addhistnum() to return firsthist()-1 or curhist+1 on error.Wayne Davison2001-09-131-1/+3
* + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".Wayne Davison2001-09-131-3/+3
* 15780: rename **arg to **dargsClint Adams2001-09-101-18/+20
* 15779: ztcp -dClint Adams2001-09-101-22/+57
* stupid bugfixesClint Adams2001-09-101-5/+8
* unposted: stupid -a bugClint Adams2001-09-101-4/+3
* 15771: ztcp -tClint Adams2001-09-101-5/+22
* 15769: ztcp -aClint Adams2001-09-092-21/+53
* 1576x: take service names, stuff fd numbers into $REPLYClint Adams2001-09-091-14/+27
* 15766: ztcp -lClint Adams2001-09-092-40/+120
* 15765: introduce [:ascii:] classClint Adams2001-09-091-12/+19
* 1596x: ztcp -vClint Adams2001-09-081-2/+8
* 15762: introduce ztcp builtinClint Adams2001-09-084-108/+325
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-036-5/+33
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-283-10/+10
* Fix PS2 for dquote nested in braceparam.Bart Schaefer2001-08-271-0/+2
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-251-1/+6
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-241-0/+3
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...Clint Adams2001-08-211-1/+1
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-10/+4
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-191-0/+2
* 15650Sven Wischnowsky2001-08-171-4/+10
* 15639Sven Wischnowsky2001-08-161-3/+9
* Don't segv if we were displaying n lines and screen wasGeoff Wing2001-08-151-1/+1
* 15621: display of status line was being mucked up; continuationGeoff Wing2001-08-151-119/+190
* Fix and regression tests for crash on typeset of local array elements.Bart Schaefer2001-08-131-2/+17
* Silence "might be used uninitialized" warnings.Wayne Davison2001-08-081-0/+1
* Got rid of unused variables.Wayne Davison2001-08-081-1/+1
* Silence "might be used uninitialized" warning.Wayne Davison2001-08-081-1/+1
* follow-up to 15588; add -w option to _values (look at all words); change _dd ...Sven Wischnowsky2001-08-081-5/+41
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-0/+5
* 15586: remove =alias expansion, leaving only =cmd.Peter Stephenson2001-08-071-9/+3
* increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky2001-08-071-2/+2
* (15526)Sven Wischnowsky2001-07-301-4/+4
* (15509)Sven Wischnowsky2001-07-272-230/+216
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-2/+3
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-3/+4
* fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2001-07-252-3/+5
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-256-134/+469
* remove nulargs in here strings (15470)Sven Wischnowsky2001-07-241-0/+3
* don't use compsuffix when it might be freed; use the right variable in that l...Sven Wischnowsky2001-07-201-5/+7