about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 16364: further to 16351, except specials from having their value clearedOliver Kiddle2001-12-181-1/+4
* small fix to += code from 16353Oliver Kiddle2001-12-181-4/+4
* unposted: back out idiotic patchClint Adams2001-12-181-1/+1
* unposted: initialize save to NULL to avoid compiler warning.Clint Adams2001-12-181-1/+1
* 16361: include <stdio.h> to avoid implicit declarations.Clint Adams2001-12-181-0/+4
* 16353: add += parameter assignmentsOliver Kiddle2001-12-176-22/+156
* 16357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams2001-12-171-1/+1
* fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle2001-12-171-1/+2
* ref 16347: tweaksClint Adams2001-12-172-2/+1
* 16345: (n) flag to remove duplicate array values during expansion.Clint Adams2001-12-162-0/+30
* 16269: Fix crash on reserved-word completion.Bart Schaefer2001-11-281-1/+1
* 16249: Clear here-documents on parse error.Bart Schaefer2001-11-211-3/+22
* 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