diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-31 10:24:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-31 10:24:50 (GMT) |
commit | 4f61af05f05fd5612f7d7d3f267402efeb609359 (patch) | |
tree | 329e5737806191edc7c15d8856c5fc8abfa03d46 /ChangeLog | |
parent | 05ef4ad2979d9ede539c0e526723e6760f196685 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |