summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-05-10 21:52:04 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-05-10 21:52:04 (GMT)
commit0de8edfaff674e87769171bc165bef7d3fe6ff19 (patch)
tree80897d656414c81ec647e736f1d4bac736922f46 /ChangeLog
parent44c26c8ef9476ea619f782f2fc3c8956f17702ff (diff)
downloadtcl-0de8edfaff674e87769171bc165bef7d3fe6ff19.zip
tcl-0de8edfaff674e87769171bc165bef7d3fe6ff19.tar.gz
tcl-0de8edfaff674e87769171bc165bef7d3fe6ff19.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9471f79..42359cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2004-05-10 David Gravereaux <davygrvy@pobox.com>
* win/tclWinPipe.c (BuildCommandLine): Moved non-obvious appending
- logic to outside the loop and added commentary for its purpose.
+ logic to outside the loop and added commentary for its purpose. Also
+ use the existence of contents in the linePtr rather than the scratch
+ DString post the append, as this more clear.
(TclpCreateProcess): When under NT, with no console, and executing a
DOS application, the path priming does not need an ending space as