diff options
author | nijtmans <nijtmans> | 2010-10-31 21:25:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-31 21:25:55 (GMT) |
commit | ee4a642fd43dde2d79f0175ab24e3a12a420387c (patch) | |
tree | 1e8bd4af8c9c23115379ae4db07c9d996545dad8 /ChangeLog | |
parent | ff76e17890fe1b8b16aca68dd915089231bcc458 (diff) | |
download | tk-ee4a642fd43dde2d79f0175ab24e3a12a420387c.zip tk-ee4a642fd43dde2d79f0175ab24e3a12a420387c.tar.gz tk-ee4a642fd43dde2d79f0175ab24e3a12a420387c.tar.bz2 |
Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-10-31 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tcl.m4 Add -D_CRT_SECURE_NO_DEPRECATE and + -D_CRT_NONSTDC_NO_DEPRECATE, reducing the number of + deprecation warnings on later VC++ versions. + * win/rules.vc Better VCVERSION determination + * win/configure (regenerated with autoconf 2.13) + All changes backported from Tcl8.5/8.6 + 2010-10-23 Jan Nijtmans <nijtmans@users.sf.net> * win/rules.vc Update for VS10 |