summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-27 12:15:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-27 12:15:14 (GMT)
commitb2cbef50995e481997431490fdb7bc5b0ac220c7 (patch)
tree0a70e88fac3b104e6ff95b5b7b11a41872249aea /ChangeLog
parent4d9e1c8453091e516efd3919546e5c88e768b53a (diff)
parente4e0688230bab9b433d43f26f6a9e36b0a32b083 (diff)
downloadtcl-b2cbef50995e481997431490fdb7bc5b0ac220c7.zip
tcl-b2cbef50995e481997431490fdb7bc5b0ac220c7.tar.gz
tcl-b2cbef50995e481997431490fdb7bc5b0ac220c7.tar.bz2
[Bug 3508771] Wrong Tcl_StatBuf used on MinGW
[Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fb55c5..e2baaa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2012-02-10 Donal K. Fellows <dkf@users.sf.net>
+2012-03-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tcl.h: [Bug 3508771] Wrong Tcl_StatBuf used on MinGW
+ * generic/tclFCmd.c: [Bug 2015723] duplicate inodes from file stat on
+ * generic/tclCmdAH.c: windows (but now for cygwin as well)
+ * generic/tclOODefineCmds.c: minor gcc warning
+
+2012-03-27 Donal K. Fellows <dkf@users.sf.net>
IMPLEMENTATION OF TIP#397.