diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-08-16 09:52:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-08-16 09:52:56 +0000 |
commit | 7d3220f2981c81dbd3cbde873c1bb4d540c92574 (patch) | |
tree | 42dc0190ace60c7558619a8a208612c5c4d03376 /ChangeLog | |
parent | b8e6c82fab9d36e463fe32ed5b1a905c795919d5 (diff) | |
download | zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.tar.gz zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.tar.xz zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.zip |
20251: integer conversion truncation
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0396eacc..707367ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-08-16 Peter Stephenson <pws@csr.com> + + * unposted: rename version to 4.2.1-dev-1 so as to avoid + confusion with the released version. + + * unposted: update Etc/FAQ.yo as already sent to ftp.zsh.org + + * 20258: Doc/Zsh/options.yo, Src/prompt.c: save command status + as well as error flag when performing substitutions in prompts. + + * 20251: Src/math.c, Src/utils.c: Warn when an integer converted + from a string is too long and truncate it rather than let it + overflow. + 2004-08-13 Clint Adams <clint@zsh.org> * unposted: config.guess, config.sub: update to 2004-07-19 and |