diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 22:07:58 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 22:07:58 (GMT) |
commit | fcf7bbf6ec9bc4d484960cf51acdab44bca2683a (patch) | |
tree | 820438bd680192a6a6a2c1541c0886cf362234ff /ChangeLog | |
parent | d2275aefb3bc8e96e7ae22e4609ba2c7604f86fe (diff) | |
parent | 2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0 (diff) | |
download | tcl-fcf7bbf6ec9bc4d484960cf51acdab44bca2683a.zip tcl-fcf7bbf6ec9bc4d484960cf51acdab44bca2683a.tar.gz tcl-fcf7bbf6ec9bc4d484960cf51acdab44bca2683a.tar.bz2 |
Replaced another couple of 'double' declarations with 'volatile
double' to work around misrounding issues in mingw-gcc 3.4.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-04-02 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclStrToD.c (QuickConversion): Replaced another couple + of 'double' declarations with 'volatile double' to work around + misrounding issues in mingw-gcc 3.4.5. + 2011-04-02 Donal K. Fellows <dkf@users.sf.net> * generic/tclInterp.c, generic/tclListObj.c, generic/tclLoad.c: |