summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-12-04 05:43:18 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-12-04 05:43:18 (GMT)
commit73a83b052a12fdffe35c685d323b905501b8acb4 (patch)
treed179c11b83ed07538158e44dd9671c3d3e41acb9 /ChangeLog
parent265abbb7b4b7f466b06f08dd6bbaa90a00f241e4 (diff)
downloadtcl-73a83b052a12fdffe35c685d323b905501b8acb4.zip
tcl-73a83b052a12fdffe35c685d323b905501b8acb4.tar.gz
tcl-73a83b052a12fdffe35c685d323b905501b8acb4.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-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!