diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-29 16:04:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-29 16:04:03 (GMT) |
commit | 0c53151b0a0babe6750b97749fe0f26b754177ae (patch) | |
tree | af345dbb8068bf5220e4d56d5437ab46ac0cc3d8 /ChangeLog | |
parent | 1c0dd2885c9905abdc7f8c4a7bcf85d727daefe5 (diff) | |
download | tcl-0c53151b0a0babe6750b97749fe0f26b754177ae.zip tcl-0c53151b0a0babe6750b97749fe0f26b754177ae.tar.gz tcl-0c53151b0a0babe6750b97749fe0f26b754177ae.tar.bz2 |
* generic/tclExecute.c: Revised INST_MOD 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,3 +1,9 @@ +2006-03-29 Don Porter <dgp@users.sourceforge.net> + + * generic/tclExecute.c: Revised INST_MOD implementation to do + calculations in native types as much as possible, moving to mp_ints + only when necessary. + 2006-03-28 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl |