diff options
author | nijtmans <nijtmans> | 2010-11-18 15:50:54 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-18 15:50:54 (GMT) |
commit | f28ef85d5042bec36c50cd1cffae54933cc04cfc (patch) | |
tree | 6e4592099c7c0f31773ba99eb868f631eb7cd84e /ChangeLog | |
parent | 525ab21f8c78e625ec3cf9067cfdfe83849e270c (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |