diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-23 22:28:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-23 22:28:42 (GMT) |
commit | 345803bf3e7c8a363e635547ff1cc4932a0d1db1 (patch) | |
tree | ed3e4c415c0c4112c96d05c37dd784e04678b61e /ChangeLog | |
parent | 3c7607b302a61f6886a3b37da765cb1c504894c7 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |