summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-05-10 20:52:00 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-05-10 20:52:00 (GMT)
commit210b1a099c140192b8e2b73358650011e82e13f9 (patch)
tree79e402d789adf4846095c749c153752d3c63a998 /ChangeLog
parent137d8c533b9626828fda7a453682523e77aab88e (diff)
downloadtcl-210b1a099c140192b8e2b73358650011e82e13f9.zip
tcl-210b1a099c140192b8e2b73358650011e82e13f9.tar.gz
tcl-210b1a099c140192b8e2b73358650011e82e13f9.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9363f1..9471f79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* win/tclWinPipe.c (BuildCommandLine): Moved non-obvious appending
logic to outside the loop and added commentary for its purpose.
+ (TclpCreateProcess): When under NT, with no console, and executing a
+ DOS application, the path priming does not need an ending space as
+ BuildCommandLine() will do this for us.
+
2004-05-08 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFileName.c: