summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-12-07 17:14:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-12-07 17:14:27 (GMT)
commitb77de51584ea07a878656e5d88b87914d46c507e (patch)
tree7c357a7678ba3523e4754abe685dbcab263aac53 /ChangeLog
parent2ea44ca4fa427e570ace2c3dfc52af4065960508 (diff)
downloadtcl-b77de51584ea07a878656e5d88b87914d46c507e.zip
tcl-b77de51584ea07a878656e5d88b87914d46c507e.tar.gz
tcl-b77de51584ea07a878656e5d88b87914d46c507e.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--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 527f74d..f5c3080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+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-02 Jan Nijtmans <nijtmans@users.sf.net>
- * tools/genStubs.tcl Add support for win32 CALLBACK functions
- (needed for Tk bugfix)
+ * tools/genStubs.tcl: Add support for win32 CALLBACK functions
+ (needed for Tk bugfix).
2009-11-30 Donal K. Fellows <dkf@users.sf.net>