diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:08:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:08:36 (GMT) |
commit | 81582f76e6fa7e328f9ae6c92cf756e569565818 (patch) | |
tree | b0b93eb5ba78408fab27e7c5e6c0982407cc140a /ChangeLog | |
parent | aed831f6a1a96de6e8f56e5600f4e9584fefd224 (diff) | |
download | tcl-81582f76e6fa7e328f9ae6c92cf756e569565818.zip tcl-81582f76e6fa7e328f9ae6c92cf756e569565818.tar.gz tcl-81582f76e6fa7e328f9ae6c92cf756e569565818.tar.bz2 |
fix for [Bug 3288345]: Wrong Tcl_StatBufused 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 | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,21 +1,18 @@ +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 + * generic/tclIOUtil.c: compilers use exactly the same layout + * win/tclWinFile.c: for Tcl_StatBuf - the one used by MSVC6 - + * win/configure.in: in all situations. + * win/configure: + 2011-04-20 Andreas Kupries <andreask@activestate.com> * tests/info.test: Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Mar 2, 2011). -2011-04-20 Jan Nijtmans <nijtmans@users.sf.net> - - * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf - * generic/tclInt.h: used on MinGW. Follow-up: get it right - * generic/tclIOUtil.c: for cygwin and WIN64 as well. - * win/tclWinFile.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-13 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c: fix for [Bug 2662380], crash caused by |