summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-02-02 01:13:21 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-02-02 01:13:21 (GMT)
commitab19138830ffb85005d8c71194d827f504086b5d (patch)
tree0aa24322e2d5cb2917e9328fd4f412f3b8a739ec
parent1c991334c489b66b7b3ea8e649792f57d0e5fa61 (diff)
downloadtcl-ab19138830ffb85005d8c71194d827f504086b5d.zip
tcl-ab19138830ffb85005d8c71194d827f504086b5d.tar.gz
tcl-ab19138830ffb85005d8c71194d827f504086b5d.tar.bz2
no message
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d83965..58b5b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,14 @@
overflows and a couple envars upsetting invokations of cl.exe
and link.exe. [Bug 885537]
+ --------
+ * tests/winPipe.test: Added proof that BuildCommandLine() is not
+ doing the "N backslashes followed a quote -> insert N * 2 + 1
+ backslashes then a quote" rule needed for the crt's
+ parse_cmdline().
+ * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the new
+ cases.
+
2004-01-30 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: Use the -GZ compiler switch when building for