summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-29 16:04:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-29 16:04:03 (GMT)
commit0c53151b0a0babe6750b97749fe0f26b754177ae (patch)
treeaf345dbb8068bf5220e4d56d5437ab46ac0cc3d8 /ChangeLog
parent1c0dd2885c9905abdc7f8c4a7bcf85d727daefe5 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49c0e54..0233f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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