summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-19 16:31:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-19 16:31:56 (GMT)
commit5c8f1e3833d8c8fa8b70890bb850e7b0e87467ce (patch)
treec638d86665b7e5069974821aa3c8c4d3beaddc35 /ChangeLog
parentcef8ab3d9470f2813b77dbcc19daa8e55fac98a2 (diff)
downloadtcl-5c8f1e3833d8c8fa8b70890bb850e7b0e87467ce.zip
tcl-5c8f1e3833d8c8fa8b70890bb850e7b0e87467ce.tar.gz
tcl-5c8f1e3833d8c8fa8b70890bb850e7b0e87467ce.tar.bz2
* generic/tclExecute.c (INST_EXPON): Native type overflow detection
* tests/expr.test: was completely broken. Falling back on use of bignums for all non-trivial ** calculations until native-type-constrained special cases can be done carefully and correctly. [Bug 1561260].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28f2dc1..0f4c66d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-19 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c (INST_EXPON): Native type overflow detection
+ * tests/expr.test: was completely broken. Falling back on use of
+ bignums for all non-trivial ** calculations until
+ native-type-constrained special cases can be done carefully and
+ correctly. [Bug 1561260].
+
2006-09-15 Jeff Hobbs <jeffh@ActiveState.com>
* library/http/http.tcl: Change " " -> "+" url encoding mapping