diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:49:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-21 08:49:52 (GMT) |
commit | 00ffa6c31944e0537fefd0dd70ca3aded31e6336 (patch) | |
tree | 170c82b377323ccaaa1d7543c9ca9c75ff3bf2c4 /ChangeLog | |
parent | 95c1b15bcdb4d087a64ead65b5b133d07513d5c8 (diff) | |
parent | 7d0a560d355159a6a8013f1edc7aedea37e7cf73 (diff) | |
download | tcl-00ffa6c31944e0537fefd0dd70ca3aded31e6336.zip tcl-00ffa6c31944e0537fefd0dd70ca3aded31e6336.tar.gz tcl-00ffa6c31944e0537fefd0dd70ca3aded31e6336.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 | 12 |
1 files changed, 8 insertions, 4 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-19 Don Porter <dgp@users.sourceforge.net> * generic/tclConfig.c: Reduce internals access in the implementation @@ -18,10 +26,6 @@ * doc/dict.n: [Bug 3288696]: Command summary was confusingly wrong when it came to [dict filter] with a 'value' filter. -2011-04-18 Jan Nijtmans <nijtmans@users.sf.net> - - * generic/tcl.h: [Bug 3288345]: Fix wrong Tcl_StatBuf used on MinGW. - 2011-04-16 Donal K. Fellows <dkf@users.sf.net> * generic/tclFCmd.c (TclFileAttrsCmd): Add comments to make this code |