diff options
author | nijtmans <nijtmans> | 2010-02-21 08:56:19 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-21 08:56:19 (GMT) |
commit | 5330abf13c39fb141897f214a8e8beaddb51a7f5 (patch) | |
tree | 647f1caa3c8ab23d87e432bd486d433d42528436 /ChangeLog | |
parent | 9f18dbce0e4a7064e46cf22f9950b5cb220f21a4 (diff) | |
download | tcl-5330abf13c39fb141897f214a8e8beaddb51a7f5.zip tcl-5330abf13c39fb141897f214a8e8beaddb51a7f5.tar.gz tcl-5330abf13c39fb141897f214a8e8beaddb51a7f5.tar.bz2 |
Fix [Bug 2954959] expr abs(0.0) is -0.0
and added test cases for it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2010-02-21 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclBasic.c: Fix [Bug 2954959] expr abs(0.0) is -0.0 + * tests/expr.test + 2010-02-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileStringLenCmd): Make [string length] @@ -31,8 +36,8 @@ 2010-02-16 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclInt.h: Change order of various struct members, restoring - potential binary incompatibility with Tcl 8.5 + * generic/tclInt.h: Change order of various struct members, + fixing potential binary incompatibility with Tcl 8.5 2010-02-16 Donal K. Fellows <dkf@users.sf.net> |