summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams3-72/+123
2001-09-28Zftp control connection management cleanup.Bart Schaefer1-19/+27
2001-09-2715886: use select if poll is not available, or complain if neither are availableClint Adams1-2/+25
2001-09-25Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer1-5/+8
2001-09-2515869Sven Wischnowsky1-3/+4
2001-09-25job text building code couldn't handle empty sublists (as in `coproc || ↵Sven Wischnowsky1-2/+4
test') (15868)
2001-09-24Fix out-of-memory on corrupt history files.Bart Schaefer1-25/+35
2001-09-24* Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson2-9/+45
shell from exit command to allow EXIT traps to run.
2001-09-20Fix misleading error message.Bart Schaefer1-1/+1
2001-09-18Further modify the "fc -l" code to tolerate out-of range values.Wayne Davison1-9/+6
2001-09-17Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison1-1/+2
ZLRF_HISTORY set.
2001-09-15With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison1-5/+11
we're really going to call a user-defined shell function.
2001-09-13+ Changed addhistnum() to return firsthist()-1 or curhist+1 on error.Wayne Davison1-1/+3
+ Ignore the "r" command if HIST_NO_STORE is set.
2001-09-13+ Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".Wayne Davison1-3/+3
+ Changed fcgetcomm() to handle new error return from addhistnum().
2001-09-1015780: rename **arg to **dargsClint Adams1-18/+20
2001-09-1015779: ztcp -dClint Adams1-22/+57
2001-09-10stupid bugfixesClint Adams1-5/+8
2001-09-10unposted: stupid -a bugClint Adams1-4/+3
2001-09-1015771: ztcp -tClint Adams1-5/+22
2001-09-0915769: ztcp -aClint Adams2-21/+53
2001-09-091576x: take service names, stuff fd numbers into $REPLYClint Adams1-14/+27
2001-09-0915766: ztcp -lClint Adams2-40/+120
2001-09-0915765: introduce [:ascii:] classClint Adams1-12/+19
2001-09-081596x: ztcp -vClint Adams1-2/+8
2001-09-0815762: introduce ztcp builtinClint Adams4-108/+325
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main6-5/+33
examine the current selection.
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky3-10/+10
2001-08-27Fix PS2 for dquote nested in braceparam.Bart Schaefer1-0/+2
2001-08-25Fix crash on re-entry to loop() from preprompt().Bart Schaefer1-1/+6
2001-08-24test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky1-0/+3
2001-08-2115675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵Clint Adams1-1/+1
number within an enum.
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-10/+4
2001-08-19Fix exit status of zsh -fc '! command'Bart Schaefer1-0/+2
2001-08-1715650Sven Wischnowsky1-4/+10
2001-08-1615639Sven Wischnowsky1-3/+9
2001-08-15Don't segv if we were displaying n lines and screen wasGeoff Wing1-1/+1
resized to less than n lines
2001-08-1515621: display of status line was being mucked up; continuationGeoff Wing1-119/+190
markers "<...." and "<....>" weren't being display properly
2001-08-13Fix and regression tests for crash on typeset of local array elements.Bart Schaefer1-2/+17
2001-08-08Silence "might be used uninitialized" warnings.Wayne Davison1-0/+1
2001-08-08Got rid of unused variables.Wayne Davison1-1/+1
2001-08-08Silence "might be used uninitialized" warning.Wayne Davison1-1/+1
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky1-5/+41
back (15597)
2001-08-07When rewriting the history file, set histactive to 0 and restore itWayne Davison1-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.
2001-08-0715586: remove =alias expansion, leaving only =cmd.Peter Stephenson1-9/+3
2001-08-07increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky1-2/+2
2001-07-30(15526)Sven Wischnowsky1-4/+4
2001-07-27(15509)Sven Wischnowsky2-230/+216
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-2/+3
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+4
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2-3/+5