diff options
author | hobbs <hobbs> | 2001-07-17 01:45:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-07-17 01:45:30 (GMT) |
commit | 69695c3c8e2ec08c505eb65ef119b3bb808dd79e (patch) | |
tree | 2b602ea67676237c8e70479584e196c88a3a31d4 /ChangeLog | |
parent | 8f4363d663ad2c86b3545d4445cc193702871fb7 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |