diff options
author | davygrvy <davygrvy@pobox.com> | 2002-12-04 05:43:18 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-12-04 05:43:18 (GMT) |
commit | 73a83b052a12fdffe35c685d323b905501b8acb4 (patch) | |
tree | d179c11b83ed07538158e44dd9671c3d3e41acb9 /ChangeLog | |
parent | 265abbb7b4b7f466b06f08dd6bbaa90a00f241e4 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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! |