diff options
author | jan <jan> | 2011-04-20 00:02:20 (GMT) |
---|---|---|
committer | jan <jan> | 2011-04-20 00:02:20 (GMT) |
commit | 42efbb470ac6bda9d075bc0aee9cf14bcc143fb2 (patch) | |
tree | 0faca7f36c4771ef5a6f155468f217f514d77600 /ChangeLog | |
parent | b99b0b6866dfddd102e496aa634c4b940ace19d7 (diff) | |
download | tcl-42efbb470ac6bda9d075bc0aee9cf14bcc143fb2.zip tcl-42efbb470ac6bda9d075bc0aee9cf14bcc143fb2.tar.gz tcl-42efbb470ac6bda9d075bc0aee9cf14bcc143fb2.tar.bz2 |
(no comment)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ 2011-04-18 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf - used on MinGW. Follow-up: get it right for cygwin and WIN64 + * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf + * generic/tclInt.h: used on MinGW. Follow-up: get it right + * generic/tclIOUtil.c: for cygwin and WIN64 as well. + * win/tclWinFile.c: 2011-04-18 Jan Nijtmans <nijtmans@users.sf.net> |