diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 03:23:17 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 03:23:17 (GMT) |
commit | 30befb3c49274ee4989a40ab39af49e2d2838891 (patch) | |
tree | 3e942ca8b4eb3821e240ecc5e5841bc2f261609b /ChangeLog | |
parent | ebc953ef5e8e0b2737ee370fce7d6198012b7ab9 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |