diff options
author | redman <redman> | 1999-05-21 18:31:55 (GMT) |
---|---|---|
committer | redman <redman> | 1999-05-21 18:31:55 (GMT) |
commit | cc188b074800e637a5f2c70c65addad794de2391 (patch) | |
tree | b19c9cb52878861777be853cd28e62aa461b4a17 /ChangeLog | |
parent | 54553da760168d40992f8eaaefac17a845c29123 (diff) | |
download | tcl-cc188b074800e637a5f2c70c65addad794de2391.zip tcl-cc188b074800e637a5f2c70c65addad794de2391.tar.gz tcl-cc188b074800e637a5f2c70c65addad794de2391.tar.bz2 |
Bug 2105: fixed execing command.com on Win95/98.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1999-05-21 <redman@scriptics.com> + + * win/tclWinPipe.c: Fix bug when launching command.com on + Win95/98. Need to wait for the procInfo.hProcess of the process that + was created, not the hProcess of the current process. [Bug: 2105] + 1999-05-14 <surles@scriptics.com> * generic/tclBasic.c (Tcl_CreateInterp): Added introspection |