summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:08 (GMT)
commit4aed2bc2cd16fef4ffe748ec35725686038a4fbb (patch)
tree1f6bd48dcd1089e042cf19078684ace2bdf980bb /ChangeLog
parent1fee70e19851cf0cd15e831a21a558dc898045d7 (diff)
parent11fcad9b1df2c2cf7d5ada8feb565c97b9777fef (diff)
downloadtcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.zip
tcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.tar.gz
tcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.tar.bz2
Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85b7534..e5187ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2012-01-19 Don Porter <dgp@users.sourceforge.net>
+2012-01-21 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-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: [Bug 3475667] Prevent buffer read overflow.
Thanks to "sebres" for the report and fix.