summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidg <davidg>2000-09-08 04:00:08 (GMT)
committerdavidg <davidg>2000-09-08 04:00:08 (GMT)
commit62db39876a0a1797a02f9ab37238f2d377295696 (patch)
tree120013b40c0b21fe72c49dc10b6f4ac6eb37a0ab /ChangeLog
parentf7a07a48489f31bdfe675b65f70b38f014c17204 (diff)
downloadtcl-62db39876a0a1797a02f9ab37238f2d377295696.zip
tcl-62db39876a0a1797a02f9ab37238f2d377295696.tar.gz
tcl-62db39876a0a1797a02f9ab37238f2d377295696.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 837ac90..a19e4e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
* win/.cvsignore: changed the glob patterns a bit to exclude VC++
project conversion backups.
+ * win/tclWinPipe.c: Stage-1 bug fix for TR#2460 "exec leaks memory".
+ Added more logic around the close-down of the pipe reader thread so
+ as to avoid, at all cost, a TerminateThread. Most cases with exec
+ are fixed, but I don't consider 2460 done yet. Closing down the
+ read side of a pipe before the child process, doesn't really fit
+ the windows model. [BUG: 2460]
+
2000-09-07 Jeff Hobbs <hobbs@scriptics.com>
* doc/trace.n: minor doc cleanup