summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-08-25 03:23:17 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-08-25 03:23:17 (GMT)
commit30befb3c49274ee4989a40ab39af49e2d2838891 (patch)
tree3e942ca8b4eb3821e240ecc5e5841bc2f261609b /ChangeLog
parentebc953ef5e8e0b2737ee370fce7d6198012b7ab9 (diff)
downloadtcl-30befb3c49274ee4989a40ab39af49e2d2838891.zip
tcl-30befb3c49274ee4989a40ab39af49e2d2838891.tar.gz
tcl-30befb3c49274ee4989a40ab39af49e2d2838891.tar.bz2
* generic/tclExecute.c (TclExecuteByteCode): Added code to handle
* tests/expr.test (expr-23.48-53) integer exponentiation that results in 32- and 64-bit integer results, avoiding calls to wide integer exponentiation routines in this common case. [Bug 1767293]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f95f79..ff69a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-25 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Added code to handle
+ * tests/expr.test (expr-23.48-53) integer exponentiation
+ that results in 32- and 64-bit integer results, avoiding calls to
+ wide integer exponentiation routines in this common case.
+ [Bug 1767293]
+
2007-08-24 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompExpr.c: Register literals found in expressions