summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-19 23:05:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-19 23:05:39 (GMT)
commit486fa2785b34d17f1bf84bbfe24d8a6afd9586ed (patch)
tree7e4c79ae20bae4f92f98110fa032f9bbe57b3d68 /ChangeLog
parent3d577ed4a3ab384c78a4b333c7a21d085acd255f (diff)
downloadtcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.zip
tcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.tar.gz
tcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.tar.bz2
Stop failure of expr-23.4 on 64bit architectures. [Bug 808244]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 327c36e..3b65077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-20 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/expr.test (expr-23.4): Prevented accidental wrapping round
+ of exponential operation; it isn't portable, and not what I
+ intended to test either. [Bug 808244]
+
2003-09-19 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to