about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* Add Mandrake completion directory to installChmouel Boudjnah2001-11-151-1/+1
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-0/+106
* 16228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle2001-11-091-19/+27
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-061-14/+25
* 16094: zopenmax() need only return the highest-numbered open descriptorBart Schaefer2001-11-031-5/+25
* 16201: introduce the PM_NAMEDDIR flagBart Schaefer2001-11-032-1/+6
* 16158: interpret TAB as "yes" only in spckword()Bart Schaefer2001-11-031-3/+4
* 16215: save and restore mult_isarr in singsub()Bart Schaefer2001-11-031-0/+2
* 16198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle2001-11-021-1/+16
* 16197: `limit' accepts `unlimited'.Bart Schaefer2001-11-011-8/+14
* Improved readhistline() to reject binary data better. (16184)Wayne Davison2001-10-261-15/+18
* 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2001-10-262-6/+15
* 16172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2001-10-262-4/+4
* 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson2001-10-261-1/+2
* 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.Peter Stephenson2001-10-251-7/+7
* 16063: add transientrprompt option to remove right prompt fromGeoff Wing2001-10-244-8/+34
* Fix infinite loop on `case' with xtrace.Bart Schaefer2001-10-231-3/+2
* zero %n value when reusing printf format (16122)Oliver Kiddle2001-10-231-1/+2
* Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson2001-10-221-0/+6
* Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2001-10-221-41/+106
* Fix segfault in checkrmall().Bart Schaefer2001-10-201-0/+2
* 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
* 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 st...Sven Wischnowsky2001-10-152-3/+3
* 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 gro...Sven Wischnowsky2001-10-091-0/+13
* 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 || 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