summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-18 15:50:54 (GMT)
committernijtmans <nijtmans>2010-11-18 15:50:54 (GMT)
commitf28ef85d5042bec36c50cd1cffae54933cc04cfc (patch)
tree6e4592099c7c0f31773ba99eb868f631eb7cd84e /ChangeLog
parent525ab21f8c78e625ec3cf9067cfdfe83849e270c (diff)
downloadtcl-f28ef85d5042bec36c50cd1cffae54933cc04cfc.zip
tcl-f28ef85d5042bec36c50cd1cffae54933cc04cfc.tar.gz
tcl-f28ef85d5042bec36c50cd1cffae54933cc04cfc.tar.bz2
[FRQ 491789]: "setargv() doesn't support a unicode cmdline"
now implemented for cygwin and mingw32 too. No longer disable tests Tcl_Main-1.4 and 1.6 on Windows, because those now work on all supported platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f38f40..f2429e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-18 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclAppInit.c: [FRQ 491789]: "setargv() doesn't support a
+ unicode cmdline" now implemented for cygwin and mingw32 too.
+ * tests/main.test: No longer disable tests Tcl_Main-1.4 and 1.6
+ on Windows, because those now work on all supported platforms.
+
2010-11-18 Donal K. Fellows <dkf@users.sf.net>
* doc/file.n: [Bug 3111298]: Typofix.