From 73a83b052a12fdffe35c685d323b905501b8acb4 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 4 Dec 2002 05:43:18 +0000 Subject: * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT to CTRL_BREAK_EVENT as it can't be ignored by the child and proved to work on [open "|netstat 1" w+] where CTRL_C_EVENT didn't. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28f0e95..7a872fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ % close $p <- now doesn't block in Tcl_WaitPid() % + * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT + to CTRL_BREAK_EVENT as it can't be ignored by the child and + proved to work on [open "|netstat 1" w+] where CTRL_C_EVENT + didn't. + 2002-11-27 David Gravereaux * win/tclWinPort.h: Don't turn off winsock prototypes! -- cgit v0.12