diff options
author | dgp <dgp@users.sourceforge.net> | 2006-09-19 16:31:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-09-19 16:31:56 (GMT) |
commit | 5c8f1e3833d8c8fa8b70890bb850e7b0e87467ce (patch) | |
tree | c638d86665b7e5069974821aa3c8c4d3beaddc35 /ChangeLog | |
parent | cef8ab3d9470f2813b77dbcc19daa8e55fac98a2 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |