diff options
author | davygrvy <davygrvy@pobox.com> | 2004-02-02 01:13:21 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-02-02 01:13:21 (GMT) |
commit | ab19138830ffb85005d8c71194d827f504086b5d (patch) | |
tree | 0aa24322e2d5cb2917e9328fd4f412f3b8a739ec | |
parent | 1c991334c489b66b7b3ea8e649792f57d0e5fa61 (diff) | |
download | tcl-ab19138830ffb85005d8c71194d827f504086b5d.zip tcl-ab19138830ffb85005d8c71194d827f504086b5d.tar.gz tcl-ab19138830ffb85005d8c71194d827f504086b5d.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |