diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-24 18:20:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-24 18:20:36 (GMT) |
commit | 27a8d21a8768fc56364cee33b3f3d1a7954248f6 (patch) | |
tree | ce4fd9f1c5c84359c4aa697db856d29da5478a21 /ChangeLog | |
parent | b543fbb1683bb82976f50c0a4f7f0c9bf9dd7a70 (diff) | |
download | tcl-27a8d21a8768fc56364cee33b3f3d1a7954248f6.zip tcl-27a8d21a8768fc56364cee33b3f3d1a7954248f6.tar.gz tcl-27a8d21a8768fc56364cee33b3f3d1a7954248f6.tar.bz2 |
* generic/tclExecute.c: Revised INST_EXPON implementation to do
calculations in native types as much as possible, moving to mp_ints
only when necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-03-23 Don Porter <dgp@users.sourceforge.net> + * generic/tclExecute.c: Revised INST_EXPON implementation to do + calculations in native types as much as possible, moving to mp_ints + only when necessary. + +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.). |