diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-11 00:04:27 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-11 00:04:27 (GMT) |
commit | 7e03eeddb9deb973943fe3fe08f6cb60eea084dd (patch) | |
tree | 09de7ae1e3d8746aa5d6fc3ef0884d85234fb8be /ChangeLog | |
parent | fe29a271ae36303b08f0638264a0dca9bbaa114d (diff) | |
download | tcl-7e03eeddb9deb973943fe3fe08f6cb60eea084dd.zip tcl-7e03eeddb9deb973943fe3fe08f6cb60eea084dd.tar.gz tcl-7e03eeddb9deb973943fe3fe08f6cb60eea084dd.tar.bz2 |
Backported fix for [Bug 2888099] (close discards ENOSPC error) by
saving the errno from the first of two FlushChannel()s. Uneasy to
test; might need specific channel drivers. Four-hands with aku.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-11 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * generic/tclIO.c: Backported fix for [Bug 2888099] (close + discards ENOSPC error) by saving the errno from the first of + two FlushChannel()s. Uneasy to test; might need specific + channel drivers. Four-hands with aku. + 2009-11-10 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT |