diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
commit | 11fcad9b1df2c2cf7d5ada8feb565c97b9777fef (patch) | |
tree | a2b88d5c4f0c32a4d74c057bad4b99f513585acf /ChangeLog | |
parent | 868168e18953894ec72ea898ff4d2f518283184e (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |