diff options
author | dgp <dgp@users.sourceforge.net> | 2009-12-07 17:15:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-12-07 17:15:33 (GMT) |
commit | 16a57bb45fbcb61e87c998d5dd81fb42452bc6f9 (patch) | |
tree | e647303dd5d79fd99032483a25498ef6ac290740 /ChangeLog | |
parent | 7b7f63470a6ad3bc615a4120d09489ae02c9fa7d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |