summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-09-01 17:13:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-09-01 17:13:59 (GMT)
commitc639e72c38ffbe038a79a58991d4c5bb3e027a6f (patch)
tree958809c8acbbd29e5562804b7f60bf29c9d3e7b3 /ChangeLog
parent2cd90e85bdaacea5b5fcf05011e14b92d78b5b12 (diff)
downloadtcl-c639e72c38ffbe038a79a58991d4c5bb3e027a6f.zip
tcl-c639e72c38ffbe038a79a58991d4c5bb3e027a6f.tar.gz
tcl-c639e72c38ffbe038a79a58991d4c5bb3e027a6f.tar.bz2
3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)
[scan Inf %g] is portable; remove constraint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bec595..cb877b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStrToD.c: [Bug 3402540] Corrections to TclParseNumber()
+ * tests/binary.test: to make it reject invalid Nan(Hex) strings.
+
+ * tests/scan.test: [scan Inf %g] is portable; remove constraint.
+
2011-08-30 Donal K. Fellows <dkf@users.sf.net>
* generic/tclInterp.c (SlaveCommandLimitCmd, SlaveTimeLimitCmd):