diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-16 11:16:04 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-16 11:16:04 +0000 |
commit | 4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa (patch) | |
tree | 47dbcd2cabe6f7e0496b7392f834bbaf19f80f05 /ChangeLog | |
parent | 6ef62b386b398cac6e7285657d7bbf4e7cf98a5c (diff) | |
download | zsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.tar.gz zsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.tar.xz zsh-4aaa5b3257fe43fc8a68d47b9e16b571fdb570aa.zip |
fix return code and tests of printf and comment above bslashquote func (16064)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d25abcbbb..f62036964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-16 Oliver Kiddle <opk@zsh.org> + + * 16064: Src/builtin.c, Src/utils.c, Test/B03print.ztst: + fix return code of printf after math errors, incomplete comment + in utils.c and tests of printf now that math evaluation is used + 2001-10-16 Clint Adams <clint@zsh.org> * 16062: Src/Modules/zftp.c: use O_EXCL |