diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-20 05:20:14 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-20 05:20:14 (GMT) |
commit | 21d949f683e0291bf0ae1284bb253c6e9fde26b5 (patch) | |
tree | 380b7a22d7e9c592f849a0454ff55cb63e2bff68 /ChangeLog | |
parent | a4c4ef181236cd0ad81e34dfaf3e6f9c08e12a41 (diff) | |
download | tcl-21d949f683e0291bf0ae1284bb253c6e9fde26b5.zip tcl-21d949f683e0291bf0ae1284bb253c6e9fde26b5.tar.gz tcl-21d949f683e0291bf0ae1284bb253c6e9fde26b5.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-19 David Gravereaux <davygrvy@pobox.com> + + * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem + with the process list. The delayed cut operation after the wait + was going stale by being outside the list lock. It now cuts + within the lock and does a locked splice for when it needs to + instead. [Bug 859820] + 2004-01-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclCompile.c, generic/tclCompile.h: Two new opcodes, |