summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-31 10:24:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-31 10:24:50 (GMT)
commit4f61af05f05fd5612f7d7d3f267402efeb609359 (patch)
tree329e5737806191edc7c15d8856c5fc8abfa03d46 /ChangeLog
parent05ef4ad2979d9ede539c0e526723e6760f196685 (diff)
downloadtcl-4f61af05f05fd5612f7d7d3f267402efeb609359.zip
tcl-4f61af05f05fd5612f7d7d3f267402efeb609359.tar.gz
tcl-4f61af05f05fd5612f7d7d3f267402efeb609359.tar.bz2
* unix/tcl.m4 (SC_BUGGY_STRTOD): Solaris 2.8 still has a buggy
strtod() implementation; make sure we detect it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7ed188..b355880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-07-31 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * unix/tcl.m4 (SC_BUGGY_STRTOD): Solaris 2.8 still has a buggy
+ strtod() implementation; make sure we detect it.
+
* tests/expr.test (expr-22.*): Marked as non-portable because it
seems that these tests have an annoying tendency to fail in
unexpected ways. [Bugs 584825, 584950, 585986]