summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-06-02 17:55:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-06-02 17:55:31 (GMT)
commit4f4ab1cb58f917d60d2691c635d1f5230da1ea3c (patch)
tree11b497c2a2ec50badeb5a580e147d1d7bb3124aa /ChangeLog
parent6a8a48fbf869b897b9d2ecc86c8e5c760325f7a9 (diff)
downloadtcl-4f4ab1cb58f917d60d2691c635d1f5230da1ea3c.zip
tcl-4f4ab1cb58f917d60d2691c635d1f5230da1ea3c.tar.gz
tcl-4f4ab1cb58f917d60d2691c635d1f5230da1ea3c.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 5ada112..fb65ce6 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