diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-31 00:05:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-31 00:05:53 (GMT) |
commit | 9484ae1c4377c8645247fd5111fa156755e7ea22 (patch) | |
tree | 725411d7c5a0246b447ff0f328f6cdfd86acf997 /ChangeLog | |
parent | 267146b4985c6b6dfedbfa2373ec57a92b6307e5 (diff) | |
download | tk-9484ae1c4377c8645247fd5111fa156755e7ea22.zip tk-9484ae1c4377c8645247fd5111fa156755e7ea22.tar.gz tk-9484ae1c4377c8645247fd5111fa156755e7ea22.tar.bz2 |
Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix
the two places in Tk that generate errors with msvc8 when using this
flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-10-31 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/rules.vc: Use -fp:strict with msvc8 as -fp:precise fails on + * generic/tkObj.c: amd64 builds. Fix the two places in Tk that generate + * generic/tkTrig.c: errors with msvc8 when using this flag. + 2007-10-30 Jeff Hobbs <jeffh@ActiveState.com> * library/choosedir.tcl: only enable OK button when valid in |