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 | a52adf6f4da63486cacc0d10c10d297ab6d449ff (patch) | |
tree | b4ee999406012302c358cbcb5598dc0fa414aad2 /ChangeLog | |
parent | 1c847fd20258b21754d3ef36e89352281e708cee (diff) | |
download | tcl-a52adf6f4da63486cacc0d10c10d297ab6d449ff.zip tcl-a52adf6f4da63486cacc0d10c10d297ab6d449ff.tar.gz tcl-a52adf6f4da63486cacc0d10c10d297ab6d449ff.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 |