diff options
author | davygrvy <davygrvy@pobox.com> | 2004-05-10 20:57:51 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-05-10 20:57:51 (GMT) |
commit | b8fec065a49ccae81c772930a794083e9fb8fc10 (patch) | |
tree | d3245b48b94df5d1b93e2f0d668ae4f07362aca7 /ChangeLog | |
parent | d3b1b056f69d57af2f8f45d100162c7f9e54ffee (diff) | |
download | tcl-b8fec065a49ccae81c772930a794083e9fb8fc10.zip tcl-b8fec065a49ccae81c772930a794083e9fb8fc10.tar.gz tcl-b8fec065a49ccae81c772930a794083e9fb8fc10.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |