summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-02-01 09:37:49 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-02-01 09:37:49 (GMT)
commit58bd6e2b489503641c1c6220a2d27df07e4739d5 (patch)
tree9cec7739c8b28e65aeeee0a14e5e9d1154b5c1cf /ChangeLog
parent50149b44552f2b92126e73d9df9b076cc0ba9097 (diff)
downloadtcl-58bd6e2b489503641c1c6220a2d27df07e4739d5.zip
tcl-58bd6e2b489503641c1c6220a2d27df07e4739d5.tar.gz
tcl-58bd6e2b489503641c1c6220a2d27df07e4739d5.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] FossilOrigin-Name: 072413cbd2d64b34773884c181f281e2f256105c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24337ad..51b79e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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