diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-02 17:56:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-02 17:56:19 (GMT) |
commit | 3241e16a0e8aab3db467cc667e23278b164bf10c (patch) | |
tree | cfee7f6c074295e532cccc501f896088f5f42585 /ChangeLog | |
parent | 185d4d9fcac0b74cf424872662dec1af7c201d2f (diff) | |
download | tcl-3241e16a0e8aab3db467cc667e23278b164bf10c.zip tcl-3241e16a0e8aab3db467cc667e23278b164bf10c.tar.gz tcl-3241e16a0e8aab3db467cc667e23278b164bf10c.tar.bz2 |
* generic/tclExecute.c: Corrected implementations and selection
logic of the INST_EXPON instruction to fix [Bug 2798543].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-06-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclExecute.c: Corrected implementations and selection + logic of the INST_EXPON instruction to fix [Bug 2798543]. + 2009-06-01 Don Porter <dgp@users.sourceforge.net> * tests/expr.test: Added many tests demonstrating the broken |