diff options
author | davidg <davidg> | 2000-09-08 04:00:08 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-09-08 04:00:08 (GMT) |
commit | 62db39876a0a1797a02f9ab37238f2d377295696 (patch) | |
tree | 120013b40c0b21fe72c49dc10b6f4ac6eb37a0ab /ChangeLog | |
parent | f7a07a48489f31bdfe675b65f70b38f014c17204 (diff) | |
download | tcl-62db39876a0a1797a02f9ab37238f2d377295696.zip tcl-62db39876a0a1797a02f9ab37238f2d377295696.tar.gz tcl-62db39876a0a1797a02f9ab37238f2d377295696.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |