summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-27 22:50:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-27 22:50:33 (GMT)
commitfddaeb24ea23f98055f1576a21f735212c92b183 (patch)
tree87a44ca4251ee779d26f2505ac2e02670ea16089 /ChangeLog
parentf1216e413e3aee403ff44bbc6ed94a3f8884d0fd (diff)
downloadtcl-fddaeb24ea23f98055f1576a21f735212c92b183.zip
tcl-fddaeb24ea23f98055f1576a21f735212c92b183.tar.gz
tcl-fddaeb24ea23f98055f1576a21f735212c92b183.tar.bz2
* generic/tclExecute.c: Merge INST_MOD computation in with the
INST_?SHIFT instructions, which also operate only on two integral values. Also corrected flaw that made INST_BITNOT of wide values require mp_int calculations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b7fa30..4c4aeaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,11 @@
2006-03-27 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclExecute.c: Merge INST_MOD computation in with the
+ INST_?SHIFT instructions, which also operate only on two integral
+ values. Also corrected flaw that made INST_BITNOT of wide values
+ require mp_int calculations.
+
*** 8.5a4 TAGGED FOR RELEASE ***
* changes: Updates for another RC.