summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-29 17:54:21 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-29 17:54:21 (GMT)
commit55f4459894b78e186f016bfd48cacb8a007681c5 (patch)
treeedf9ee5f43138efd8908e68af37096c88098fbc5 /ChangeLog
parent3c5fe5bdae986b6df886956f51454fda837ed6e6 (diff)
downloadtcl-55f4459894b78e186f016bfd48cacb8a007681c5.zip
tcl-55f4459894b78e186f016bfd48cacb8a007681c5.tar.gz
tcl-55f4459894b78e186f016bfd48cacb8a007681c5.tar.bz2
renumber expr-39.* to expr-46.*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3137dc5..b27c0c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
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
+ * tests/expr.test (expr-46.*): 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]