diff options
| author | davidg <davidg> | 2000-09-08 04:00:08 (GMT) |
|---|---|---|
| committer | davidg <davidg> | 2000-09-08 04:00:08 (GMT) |
| commit | 178bdf6e8f766a7f1572d0355ff2ad51e19317cb (patch) | |
| tree | 120013b40c0b21fe72c49dc10b6f4ac6eb37a0ab | |
| parent | b961342e2d02824f9802aba82f87802623c3d417 (diff) | |
| download | tcl-178bdf6e8f766a7f1572d0355ff2ad51e19317cb.zip tcl-178bdf6e8f766a7f1572d0355ff2ad51e19317cb.tar.gz tcl-178bdf6e8f766a7f1572d0355ff2ad51e19317cb.tar.bz2 | |
no message
| -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 |
