summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-23 22:28:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-23 22:28:42 (GMT)
commit345803bf3e7c8a363e635547ff1cc4932a0d1db1 (patch)
treeed3e4c415c0c4112c96d05c37dd784e04678b61e /ChangeLog
parent3c7607b302a61f6886a3b37da765cb1c504894c7 (diff)
downloadtcl-345803bf3e7c8a363e635547ff1cc4932a0d1db1.zip
tcl-345803bf3e7c8a363e635547ff1cc4932a0d1db1.tar.gz
tcl-345803bf3e7c8a363e635547ff1cc4932a0d1db1.tar.bz2
* generic/tclExecute.c: Merged INST_EXPON handling in with the other
binary operators that operate on all number types (INST_ADD, etc.).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a54da74..bb221ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-03-23 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclExecute.c: Merged INST_EXPON handling in with the other
+ binary operators that operate on all number types (INST_ADD, etc.).
+
* tests/env.test: With case preserved (see 2006-03-21 commit)
be sure to do case-insensitive filtering. [Bug 1457065]