summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-02-01 11:42:22 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-02-01 11:42:22 (GMT)
commitb06e8ffbcc4e53c6d81e415fda4f69a431158685 (patch)
tree7246d69fa86adf87c4e45cf94ef1024e98dec45b
parenta5a88c6852d2844f65d00b330c7f7792f6e42eb4 (diff)
downloadtcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.zip
tcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.tar.gz
tcl-b06e8ffbcc4e53c6d81e415fda4f69a431158685.tar.bz2
no message
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5e10a..8d83965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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