summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-06-02 17:56:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-06-02 17:56:19 (GMT)
commit3241e16a0e8aab3db467cc667e23278b164bf10c (patch)
treecfee7f6c074295e532cccc501f896088f5f42585 /ChangeLog
parent185d4d9fcac0b74cf424872662dec1af7c201d2f (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 912c7e7..c5a354d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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