diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:27:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:27:52 (GMT) |
commit | 7d0a560d355159a6a8013f1edc7aedea37e7cf73 (patch) | |
tree | 488cf88073be0a3326790028a949d6385f029143 /ChangeLog | |
parent | 7f792b880aa3a8d14f800a2f2bf5af2df9fe36da (diff) | |
parent | 81582f76e6fa7e328f9ae6c92cf756e569565818 (diff) | |
download | tcl-7d0a560d355159a6a8013f1edc7aedea37e7cf73.zip tcl-7d0a560d355159a6a8013f1edc7aedea37e7cf73.tar.gz tcl-7d0a560d355159a6a8013f1edc7aedea37e7cf73.tar.bz2 |
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.
Make sure that all _WIN32 compilers use exactly
the same layout for Tcl_StatBuf - the one used by MSVC6 -
in all situations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,3 +1,11 @@ +2011-04-21 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf + * generic/tclInt.h: used on MinGW. Make sure that all _WIN32 + * win/tclWinFile.c: compilers use exactly the same layout + * win/configure.in: for Tcl_StatBuf - the one used by MSVC6 - + * win/configure: in all situations. + 2011-04-20 Andreas Kupries <andreask@activestate.com> * generic/tclFCmd.c (TclFileAttrsCmd): Added commands to reset the @@ -21,11 +29,6 @@ * generic/tclBasic.c: a Tcl list value is canonical. * generic/tclUtil.c: -2011-04-18 Jan Nijtmans <nijtmans@users.sf.net> - - * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf - used on MinGW. - 2011-04-16 Donal K. Fellows <dkf@users.sf.net> * generic/tclFCmd.c (TclFileAttrsCmd): Tidied up the memory management |