diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-10 16:18:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-10 16:18:50 (GMT) |
commit | 59ee2f1e347fb19a9228787a2fc637dbff1d875c (patch) | |
tree | d25c01ba6d2e399dc1205f75bdac979894afd528 /ChangeLog | |
parent | 549c3cdc807fe8a0a783fbb3d82d622afca1677e (diff) | |
download | tcl-59ee2f1e347fb19a9228787a2fc637dbff1d875c.zip tcl-59ee2f1e347fb19a9228787a2fc637dbff1d875c.tar.gz tcl-59ee2f1e347fb19a9228787a2fc637dbff1d875c.tar.bz2 |
* generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()
* tests/expr.test: function and the [::tcl::mathfunc::abs]
command do not return the value of -0, or equivalent values with
more alarming string reps like -1e-350. [Bug 1893815].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-03-10 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() + * tests/expr.test: function and the [::tcl::mathfunc::abs] + command do not return the value of -0, or equivalent values with + more alarming string reps like -1e-350. [Bug 1893815]. + 2008-03-07 Andreas Kupries <andreask@activestate.com> * generic/tclResult.c (ReleaseKeys): Workaround for [Bug |