diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 21:55:39 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 21:55:39 (GMT) |
commit | 2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0 (patch) | |
tree | b4ee999406012302c358cbcb5598dc0fa414aad2 /ChangeLog | |
parent | 6266f2e3593c1f443d49334bad71f9a5dde9a4f6 (diff) | |
download | tcl-2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0.zip tcl-2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0.tar.gz tcl-2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0.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-03-24 Donal K. Fellows <dkf@users.sf.net> * generic/tclFCmd.c (TclFileAttrsCmd): Ensure that any reference to |