summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-07-26 21:56:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-07-26 21:56:34 (GMT)
commit420e232f0fb6221fb1473b08681d9b2a76804690 (patch)
tree725277dd32485ba803542bc6c6d9cfbdf15557c8 /ChangeLog
parent7bef47d44562d1078457fd681f39a40e54d43897 (diff)
downloadtcl-420e232f0fb6221fb1473b08681d9b2a76804690.zip
tcl-420e232f0fb6221fb1473b08681d9b2a76804690.tar.gz
tcl-420e232f0fb6221fb1473b08681d9b2a76804690.tar.bz2
* generic/tclExecute.c: Corrected flawed overflow detection in
* tests/expr.test: INST_EXPON that caused [expr 2**64] to return 0 instead of the same value as [expr 1<<64].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1ceb9c..713131e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-26 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c: Corrected flawed overflow detection in
+ * tests/expr.test: INST_EXPON that caused [expr 2**64]
+ to return 0 instead of the same value as [expr 1<<64].
+
2006-07-24 Don Porter <dgp@users.sourceforge.net>
* win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks