summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-04-02 19:23:57 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-04-02 19:23:57 (GMT)
commiteea8077922683bcbf1bfa11eaf8f26e5c95c0b49 (patch)
treed117c715d2206511cee2126b222718a7fd116fa6 /ChangeLog
parentacc46294253a87374633bdf1c1945bfaf95b2edb (diff)
downloadtcl-eea8077922683bcbf1bfa11eaf8f26e5c95c0b49.zip
tcl-eea8077922683bcbf1bfa11eaf8f26e5c95c0b49.tar.gz
tcl-eea8077922683bcbf1bfa11eaf8f26e5c95c0b49.tar.bz2
* generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest
floating point number until it is actually used. (This change avoids a bogus syslog message regarding a 'floating point software assist fault' on SGI systems.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb8a85f..7997e27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-02 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest
+ floating point number until it is actually used. (This change avoids
+ a bogus syslog message regarding a 'floating point software assist
+ fault' on SGI systems.)
+
2010-03-31 Donal K. Fellows <dkf@users.sf.net>
* doc/registry.n: Added missing documentation of TIP#362 flags.