diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-06-11 19:41:22 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-06-11 19:41:22 (GMT) |
commit | 3523cf7b7735207f9575d847269dfa4b3278a8d3 (patch) | |
tree | 096cbefce60484dbb7640626d72354d91710d01b /ChangeLog | |
parent | 5f7f423c689fd84fd9fd9277b7d0b88508df193e (diff) | |
download | tcl-3523cf7b7735207f9575d847269dfa4b3278a8d3.zip tcl-3523cf7b7735207f9575d847269dfa4b3278a8d3.tar.gz tcl-3523cf7b7735207f9575d847269dfa4b3278a8d3.tar.bz2 |
* win/tclAppInit.c: Restored the 'setargv' procedure when
compiling with mingw. Apparently, the command line parsing in
mingw doesn't work as well as that in vc++, and the result was
(1) that winPipe-8.19 failed, and (2) that 'make test' would
work at all only with TESTFLAGS='-singleproc 1'. [Bug 967195]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-11 Kevin Kenny <kennykb@acm.org> + + * win/tclAppInit.c: Restored the 'setargv' procedure when + compiling with mingw. Apparently, the command line parsing in + mingw doesn't work as well as that in vc++, and the result was + (1) that winPipe-8.19 failed, and (2) that 'make test' would + work at all only with TESTFLAGS='-singleproc 1'. [Bug 967195] + 2004-06-10 Zoran Vasiljevic <vasiljevic@users.sf.net> * generic/tclIOUtil.c: removed forceful setting of the |