summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-21 08:27:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-21 08:27:52 (GMT)
commit7d0a560d355159a6a8013f1edc7aedea37e7cf73 (patch)
tree488cf88073be0a3326790028a949d6385f029143 /ChangeLog
parent7f792b880aa3a8d14f800a2f2bf5af2df9fe36da (diff)
parent81582f76e6fa7e328f9ae6c92cf756e569565818 (diff)
downloadtcl-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--ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b2a324d..d790f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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