diff options
author | davygrvy <davygrvy@pobox.com> | 2004-05-10 20:52:00 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-05-10 20:52:00 (GMT) |
commit | 210b1a099c140192b8e2b73358650011e82e13f9 (patch) | |
tree | 79e402d789adf4846095c749c153752d3c63a998 /ChangeLog | |
parent | 137d8c533b9626828fda7a453682523e77aab88e (diff) | |
download | tcl-210b1a099c140192b8e2b73358650011e82e13f9.zip tcl-210b1a099c140192b8e2b73358650011e82e13f9.tar.gz tcl-210b1a099c140192b8e2b73358650011e82e13f9.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |