summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-03 13:20:39 (GMT)
committernijtmans <nijtmans>2010-05-03 13:20:39 (GMT)
commit62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911 (patch)
treef46364c2d0e36fd76408b1c4a2570416916fc895 /ChangeLog
parentfd1bb5e2a2a81897608067cf5b4cfcddd0d0a923 (diff)
downloadtcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.zip
tcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.tar.gz
tcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.tar.bz2
For MINGW/CYGWIN, use GetCommandLineA explicitely
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 036414b..07ba948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* generic/tclTomMath.h
* tools/fix_tommath_h.tcl
* libtommath/tommath.h Formatting (# should always be first char on line)
+ * win/tclAppInit.c For MINGW/CYGWIN, use GetCommandLineA explicitely
2010-04-30 Don Porter <dgp@users.sourceforge.net>