diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:09:02 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:09:02 (GMT) |
commit | f00682186bc011c9dea0bb6125848af3af894c87 (patch) | |
tree | 94863f3bd004fdd79f99009e4d4c9b25c3892c3e /ChangeLog | |
parent | fdcd9d45ff7ee98fcf1fb2b950963234e42abf54 (diff) | |
download | tcl-f00682186bc011c9dea0bb6125848af3af894c87.zip tcl-f00682186bc011c9dea0bb6125848af3af894c87.tar.gz tcl-f00682186bc011c9dea0bb6125848af3af894c87.tar.bz2 |
* generic/tclIO.c (FlushChannel): Skip OutputProc for low-level
0-length writes. When closing pipes which have already been closed
not skipping leads to spurious SIG_PIPE signals. Reported by
Mikhail Teterin <mi+thun@aldan.algebra.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-10-23 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level + 0-length writes. When closing pipes which have already been closed + not skipping leads to spurious SIG_PIPE signals. Reported by + Mikhail Teterin <mi+thun@aldan.algebra.com>. + 2009-10-21 Donal K. Fellows <dkf@users.sf.net> * generic/tclPosixStr.c: [Bug 2882561]: Work around oddity on Haiku OS |