diff options
author | davygrvy <davygrvy@pobox.com> | 2004-02-01 11:42:22 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-02-01 11:42:22 (GMT) |
commit | b06e8ffbcc4e53c6d81e415fda4f69a431158685 (patch) | |
tree | 7246d69fa86adf87c4e45cf94ef1024e98dec45b | |
parent | a5a88c6852d2844f65d00b330c7f7792f6e42eb4 (diff) | |
download | tcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.zip tcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.tar.gz tcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ * tests/winPipe.test: more pass-thru commandline verifications. * win/tclWinPipe.c (BuildCommandLine): Special case quoting for - '{' not required by the c-runtimes's _setargv(). + '{' not required by the c-runtimes's parse_cmdline(). * win/tclAppInit.c: Removed our custom setargv() in favor of - the one provided by the c-runtime. [Bug 672938] + the work provided by the c-runtime. [Bug 672938] * win/nmakehlp.c: defensive techniques to avoid static buffer overflows and a couple envars upsetting invokations of cl.exe |