diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:08:44 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:08:44 (GMT) |
commit | 6e5f5cf6aa1b14b180e83744d92fa4639c49a587 (patch) | |
tree | 2109da7eb4d642c73dcff2082b77795c03f0711a /ChangeLog | |
parent | e6bbad298d8df84ba97e6f019d01c1956165c915 (diff) | |
download | tcl-6e5f5cf6aa1b14b180e83744d92fa4639c49a587.zip tcl-6e5f5cf6aa1b14b180e83744d92fa4639c49a587.tar.gz tcl-6e5f5cf6aa1b14b180e83744d92fa4639c49a587.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 |