diff options
author | davygrvy <davygrvy@pobox.com> | 2004-02-01 09:37:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-02-01 09:37:49 (GMT) |
commit | e131c70a9234181716abcc8e7ae32a2bc3a42217 (patch) | |
tree | 9cec7739c8b28e65aeeee0a14e5e9d1154b5c1cf /ChangeLog | |
parent | e8861e19ed8855fd8a90047d4e78f8f659aad9fd (diff) | |
download | tcl-e131c70a9234181716abcc8e7ae32a2bc3a42217.zip tcl-e131c70a9234181716abcc8e7ae32a2bc3a42217.tar.gz tcl-e131c70a9234181716abcc8e7ae32a2bc3a42217.tar.bz2 |
* tests/winPipe.test: more pass-thru commandline verifications.
* win/tclWinPipe.c (BuildCommandLine): Special case quoting for
'{' not required by the c-runtimes's _setargv().
* win/tclAppInit.c: Removed our custom setargv() in favor of
the one provided by the c-runtime. [Bug 672938]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-02-01 David Gravereaux <davygrvy@pobox.com> + + * tests/winPipe.test: more pass-thru commandline verifications. + * win/tclWinPipe.c (BuildCommandLine): Special case quoting for + '{' not required by the c-runtimes's _setargv(). + * win/tclAppInit.c: Removed our custom setargv() in favor of + the one provided by the c-runtime. [Bug 672938] + 2004-01-30 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: Use the -GZ compiler switch when building for |