diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-27 12:15:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-27 12:15:14 (GMT) |
commit | b2cbef50995e481997431490fdb7bc5b0ac220c7 (patch) | |
tree | 0a70e88fac3b104e6ff95b5b7b11a41872249aea /ChangeLog | |
parent | 4d9e1c8453091e516efd3919546e5c88e768b53a (diff) | |
parent | e4e0688230bab9b433d43f26f6a9e36b0a32b083 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |