summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dd5e8f..5c25427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
* generic/tclFCmd.c: [Bug 2015723]: Duplicate inodes from file stat
* generic/tclCmdAH.c: on windows (but now for cygwin as well).
* generic/tclOODefineCmds.c: minor gcc warning
+ * win/tclWinPort.h: Use lower numbers, preventing integer overflow.
+ (and remove the workaround for mingw-w64 bug 3407992. It's long fixed)
2012-03-27 Donal K. Fellows <dkf@users.sf.net>