summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-19 21:22:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-19 21:22:56 (GMT)
commit11fcad9b1df2c2cf7d5ada8feb565c97b9777fef (patch)
treea2b88d5c4f0c32a4d74c057bad4b99f513585acf /ChangeLog
parent868168e18953894ec72ea898ff4d2f518283184e (diff)
downloadtcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.zip
tcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.tar.gz
tcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.tar.bz2
[Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6e34a..e2b3d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-19 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tcl.h: [Bug-3474726]: Eliminate detection of struct
+ * generic/tclWinPort.h: _stat32i64, just use _stati64 in combination
+ * generic/tclFCmd.c: with _USE_32BIT_TIME_T, which is the same then.
+ * generic/tclTest.c: Only keep _stat32i64 usage for cygwin, so it
+ * win/configure.in: will not conflict with cygwin's own struct stat.
+ * win/configure:
+
2012-01-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: [Bug 3475667] Prevent buffer read overflow.