about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)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 || ↵Sven Wischnowsky2001-09-251-2/+4
| | | | test') (15868)
* 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
| | | | shell from exit command to allow EXIT traps to run.
* 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
| | | | ZLRF_HISTORY set.
* With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison2001-09-151-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 Davison2001-09-131-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 Davison2001-09-131-3/+3
| | | | + Changed fcgetcomm() to handle new error return from addhistnum().
* 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
| | | | examine the current selection.
* 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 ↵Clint Adams2001-08-211-1/+1
| | | | number within an enum.
* 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
| | | | resized to less than n lines
* 15621: display of status line was being mucked up; continuationGeoff Wing2001-08-151-119/+190
| | | | markers "<...." and "<....>" weren't being display properly
* 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
| | | | back (15597)
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-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 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 ↵Sven Wischnowsky2001-07-256-134/+469
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* 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 ↵Sven Wischnowsky2001-07-201-5/+7
| | | | loop there, dammit (15433)