about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 16448: math assignment bug introduced by 15291, 15292Peter Stephenson2002-01-141-1/+5
|
* 16423: append a `.' to converted floating point outputPeter Stephenson2002-01-101-0/+2
| | | | to stop it looking like an integer
* fix completion after var+= to use value context (16418)Sven Wischnowsky2002-01-082-1/+4
|
* don't report _arguments-specs more than once (not even shared options with ↵Sven Wischnowsky2002-01-081-1/+8
| | | | multiple sets) (16417)
* make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2002-01-071-1/+2
|
* 16400, 16401: preserve empty words that result from brace expansion.Bart Schaefer2002-01-061-5/+12
|
* 15746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer2002-01-061-1/+6
| | | | of mailstat().
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-5/+19
| | | | problem with no argument to kill -n and -s options
* 16332: remove ansi2knr.c from our repository due to licenceGeoff Wing2001-12-203-430/+3
| | | | | | | differences. Adjust the build process accordingly. configure will now abort if the user requests ansi2knr but no ansi2knr is available. ansi2knr is available from the main distribution site and most mirrors
* 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
| | | | 16201: introduce the PM_NAMEDDIR flag
* 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
| | | | | TCP control fd is no longer valid, but we still need to remove the session cleanly.
* 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
| | | | 15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
* 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
| | | | display when accepting commands
* 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
| | | | 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
|