summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-05-10 20:57:51 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-05-10 20:57:51 (GMT)
commitb8fec065a49ccae81c772930a794083e9fb8fc10 (patch)
treed3245b48b94df5d1b93e2f0d668ae4f07362aca7 /ChangeLog
parentd3b1b056f69d57af2f8f45d100162c7f9e54ffee (diff)
downloadtcl-b8fec065a49ccae81c772930a794083e9fb8fc10.zip
tcl-b8fec065a49ccae81c772930a794083e9fb8fc10.tar.gz
tcl-b8fec065a49ccae81c772930a794083e9fb8fc10.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b51be1d..d5b7a57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* win/tclWinPipe.c (BuildCommandLine): Append a space when the
path got primed.
+ (TclpCreateProcess): When under NT, with no console, and executing a
+ DOS application, the path priming does not need an ending space as
+ BuildCommandLine() will append one for us.
2004-05-07 Miguel Sofer <msofer@users.sf.net>