summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-27 23:12:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-27 23:12:59 (GMT)
commit08f27d432b540392fbc1e86b1e2c273ac0f93d61 (patch)
treec33faff2b096fec28fc87a551e1968a11f0ab8fe /ChangeLog
parentfddaeb24ea23f98055f1576a21f735212c92b183 (diff)
downloadtcl-08f27d432b540392fbc1e86b1e2c273ac0f93d61.zip
tcl-08f27d432b540392fbc1e86b1e2c273ac0f93d61.tar.gz
tcl-08f27d432b540392fbc1e86b1e2c273ac0f93d61.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. Also corrected type that missed optimized handling of the tclBooleanType by the TclGetBooleanFromObj macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c4aeaf..e05d90a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,9 @@
* 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.
+ require mp_int calculations. Also corrected type that missed
+ optimized handling of the tclBooleanType by the TclGetBooleanFromObj
+ macro.
*** 8.5a4 TAGGED FOR RELEASE ***