summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2005-10-29 19:58:03 (GMT)
committermdejong <mdejong>2005-10-29 19:58:03 (GMT)
commit6be14f61697812be0c6c88514b8ca2ae46b24c41 (patch)
treec0ef0d702b3546687ccf2ea7435a06b686276cf7 /ChangeLog
parentdc124c044dd934b96c8b7b90c3d7fc451cc85c84 (diff)
downloadtcl-6be14f61697812be0c6c88514b8ca2ae46b24c41.zip
tcl-6be14f61697812be0c6c88514b8ca2ae46b24c41.tar.gz
tcl-6be14f61697812be0c6c88514b8ca2ae46b24c41.tar.bz2
* tests/expr.test: Fix problems in new round()
tests that lead to correct result only on 32 bit long systems. [Bug 1341368]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f7ead3..f3d0f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-29 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * tests/expr.test: Fix problems in new round()
+ tests that lead to correct result only on 32
+ bit long systems. [Bug 1341368]
+
2005-10-29 Miguel Sofer <msofer@users.sf.net>
* generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial
@@ -8,6 +14,18 @@
* tests/trace.test (test-18.3-4): added tests for bugs #1337229
and 1338280.
+2005-10-27 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * generic/tclExecute.c (ExprRoundFunc):
+ Fix typo where number before rounding is
+ compared with smallest integer instead of
+ number after rounding. This fix does not
+ change the results of any tests.
+ * tests/expr.test: Add round() tests
+ for cases near the min and max int values.
+ * tests/util.test: Remove pointless
+ warning code about testobj command.
+
2005-10-23 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: