diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-27 22:50:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-27 22:50:33 (GMT) |
commit | fddaeb24ea23f98055f1576a21f735212c92b183 (patch) | |
tree | 87a44ca4251ee779d26f2505ac2e02670ea16089 /ChangeLog | |
parent | f1216e413e3aee403ff44bbc6ed94a3f8884d0fd (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |