about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* allow arguments to be specified in printf format specifications (16080)Oliver Kiddle2001-10-181-37/+97
|
* fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle2001-10-162-4/+15
|
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-161-1/+1
|
* Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get aWayne Davison2001-10-151-3/+3
| | | | comment.
* use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle2001-10-151-52/+77
|
* for caching of compiled patterns: remember that singsub() might modify the ↵Sven Wischnowsky2001-10-152-3/+3
| | | | string it gets, compare with unmodified string (16041)
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-141-14/+16
|
* Save/restore state around DEBUG trap call.Bart Schaefer2001-10-131-2/+9
|
* hide all but one match with the same string in the list even for unsorted ↵Sven Wischnowsky2001-10-091-0/+13
| | | | groups (15991)
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-081-16/+0
|
* add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle2001-10-082-81/+91
|
* 15931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson2001-10-084-4/+13
|
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-081-1/+2
|
* add printf builtin (15851, 15948)Oliver Kiddle2001-10-051-0/+174
|
* fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2001-10-051-1/+4
|
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-023-72/+123
|
* Zftp control connection management cleanup.Bart Schaefer2001-09-281-19/+27
|
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-271-2/+25
|
* 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
|