summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-12-07 17:15:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-12-07 17:15:33 (GMT)
commit16a57bb45fbcb61e87c998d5dd81fb42452bc6f9 (patch)
treee647303dd5d79fd99032483a25498ef6ac290740 /ChangeLog
parent7b7f63470a6ad3bc615a4120d09489ae02c9fa7d (diff)
downloadtcl-16a57bb45fbcb61e87c998d5dd81fb42452bc6f9.zip
tcl-16a57bb45fbcb61e87c998d5dd81fb42452bc6f9.tar.gz
tcl-16a57bb45fbcb61e87c998d5dd81fb42452bc6f9.tar.bz2
* generic/tclStrToD.c: Correct conditional compile directives to
better detect the toolchain that needs extra work for proper underflow treatment instead of merely detecting the mips platform. [Bug 2902010].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8153c0c..7f3374f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStrToD.c: Correct conditional compile directives to
+ better detect the toolchain that needs extra work for proper underflow
+ treatment instead of merely detecting the mips platform. [Bug 2902010].
+
2009-12-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: add ::tcl::unsupported::yieldTo