summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-29 16:18:59 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-29 16:18:59 (GMT)
commitef4b48b4a556b3bc1ecac4ba3f1414cf3b7d4bd1 (patch)
tree88a7ae9ad11d90393c4e10c805865f8b091b8818 /ChangeLog
parent6b46682cfeecee8430f13996041c1347b9a20658 (diff)
downloadtcl-ef4b48b4a556b3bc1ecac4ba3f1414cf3b7d4bd1.zip
tcl-ef4b48b4a556b3bc1ecac4ba3f1414cf3b7d4bd1.tar.gz
tcl-ef4b48b4a556b3bc1ecac4ba3f1414cf3b7d4bd1.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 de410c1..3137dc5 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-26 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to