summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-07-17 01:45:30 (GMT)
committerhobbs <hobbs>2001-07-17 01:45:30 (GMT)
commit69695c3c8e2ec08c505eb65ef119b3bb808dd79e (patch)
tree2b602ea67676237c8e70479584e196c88a3a31d4 /ChangeLog
parent8f4363d663ad2c86b3545d4445cc193702871fb7 (diff)
downloadtcl-69695c3c8e2ec08c505eb65ef119b3bb808dd79e.zip
tcl-69695c3c8e2ec08c505eb65ef119b3bb808dd79e.tar.gz
tcl-69695c3c8e2ec08c505eb65ef119b3bb808dd79e.tar.bz2
* win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to
just the TerminateThread call and waiting for termination. (jsmith)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64343fd..3831490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
2001-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to
+ just the TerminateThread call and waiting for termination. (jsmith)
+
* generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros
#defined in generic/tclScan.c. (porter) [Bug 441230]