summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-20 05:20:13 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-20 05:20:13 (GMT)
commit6276882c349af1b89a6dcae4329d50490d6ba494 (patch)
tree380b7a22d7e9c592f849a0454ff55cb63e2bff68 /ChangeLog
parente31f5b0686f3d3926eaf96192331591741bb8744 (diff)
downloadtcl-6276882c349af1b89a6dcae4329d50490d6ba494.zip
tcl-6276882c349af1b89a6dcae4329d50490d6ba494.tar.gz
tcl-6276882c349af1b89a6dcae4329d50490d6ba494.tar.bz2
no message
FossilOrigin-Name: f2a60767e64b207ce797c73694d454a6f1d0dc37
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c2e53b..e18e9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,