summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-05-21 18:31:55 (GMT)
committerredman <redman>1999-05-21 18:31:55 (GMT)
commitcc188b074800e637a5f2c70c65addad794de2391 (patch)
treeb19c9cb52878861777be853cd28e62aa461b4a17
parent54553da760168d40992f8eaaefac17a845c29123 (diff)
downloadtcl-cc188b074800e637a5f2c70c65addad794de2391.zip
tcl-cc188b074800e637a5f2c70c65addad794de2391.tar.gz
tcl-cc188b074800e637a5f2c70c65addad794de2391.tar.bz2
Bug 2105: fixed execing command.com on Win95/98.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f9e7d..ff3c958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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