summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>