summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-29 16:37:42 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-29 16:37:42 (GMT)
commit4961bc02318255d76a3cdfee3c8ae9fe8f6465ed (patch)
tree88949a5643d7e823340ea3ca9bbc5ae0aa08e058 /ChangeLog
parentd9a0eba67b5c86ae91a6dfa013879646fc6d3e8f (diff)
downloadtcl-4961bc02318255d76a3cdfee3c8ae9fe8f6465ed.zip
tcl-4961bc02318255d76a3cdfee3c8ae9fe8f6465ed.tar.gz
tcl-4961bc02318255d76a3cdfee3c8ae9fe8f6465ed.tar.bz2
Bug 1275043
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ed5e36..7127890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-29 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclBasic.c (ExprMathFunc): Restored "round away from
+ * tests/expr.test (expr-39.*): zero" behaviour to the
+ "round" function. Added
+ test cases for the behavior, including the awkward case of a
+ number whose fractional part is 1/2-1/2ulp. [Bug 1275043]
+
2005-08-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclListObj.c (UpdateStringOfList): Stop uncontrolled and