summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <davygrvy@pobox.com>
* win/tclWinPort.h: Don't turn off winsock prototypes!