diff options
| author | davygrvy@pobox.com <davygrvy> | 2004-05-10 21:52:04 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2004-05-10 21:52:04 (GMT) |
| commit | 72ed2ae85fb3125528394b22dd0140e4e2a313a6 (patch) | |
| tree | 80897d656414c81ec647e736f1d4bac736922f46 | |
| parent | 96e203fff245b35e27d941836f5eda8f3e2eab53 (diff) | |
| download | tcl-72ed2ae85fb3125528394b22dd0140e4e2a313a6.zip tcl-72ed2ae85fb3125528394b22dd0140e4e2a313a6.tar.gz tcl-72ed2ae85fb3125528394b22dd0140e4e2a313a6.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
