summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-31 13:47:32 (GMT)
committernijtmans <nijtmans>2010-05-31 13:47:32 (GMT)
commit21254079488f4212f41c0c2b3acbe29e44bcae3d (patch)
tree94c95d23de554a03c40c89c9831feb1fb2c74b55 /ChangeLog
parent45b76a9f0bed998cfb332ad387dec00356109c19 (diff)
downloadtk-21254079488f4212f41c0c2b3acbe29e44bcae3d.zip
tk-21254079488f4212f41c0c2b3acbe29e44bcae3d.tar.gz
tk-21254079488f4212f41c0c2b3acbe29e44bcae3d.tar.bz2
Add command line processing for CYGWIN, backported from trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8112893..f29cfe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* generic/tkMain.c: Fix CYGWIN warning: "fd_set and assiciated.macros
have been defined in sys/types. This may cause runtime problems with W32"
+ * win/winMain.c: Add command line processing for CYGWIN, backported
+ from trunk.
2010-05-20 Donal K. Fellows <dkf@users.sf.net>