diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-02 19:11:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-02 19:11:12 (GMT) |
commit | 624410f029718d71c5ce455f9a4533e7a7b4f232 (patch) | |
tree | 390ccaa27ec3c84f689d0929312160d30f7db1d9 /ChangeLog | |
parent | 3241e16a0e8aab3db467cc667e23278b164bf10c (diff) | |
download | tcl-624410f029718d71c5ce455f9a4533e7a7b4f232.zip tcl-624410f029718d71c5ce455f9a4533e7a7b4f232.tar.gz tcl-624410f029718d71c5ce455f9a4533e7a7b4f232.tar.bz2 |
* generic/tclExecute.c: Replace dynamically-initialized table with
a table of static constants in the lookup table for exponent operator
computations that fit in a 64 bit integer result.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-06-02 Don Porter <dgp@users.sourceforge.net> + * generic/tclExecute.c: Replace dynamically-initialized table with + a table of static constants in the lookup table for exponent operator + computations that fit in a 64 bit integer result. + * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EXPON instruction to fix [Bug 2798543]. |