summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-24 18:20:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-24 18:20:36 (GMT)
commit27a8d21a8768fc56364cee33b3f3d1a7954248f6 (patch)
treece4fd9f1c5c84359c4aa697db856d29da5478a21 /ChangeLog
parentb543fbb1683bb82976f50c0a4f7f0c9bf9dd7a70 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb221ac..6fdf166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.).