diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-10 23:50:17 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-10 23:50:17 (GMT) |
commit | 69e155a5691d03e8293409bdc307651f0c92494e (patch) | |
tree | c1aafc7d762cb2ef9d001610a18330c149044fe5 /ChangeLog | |
parent | cc9f7a669ed8913de4f2b1dbee1bf961297a4c02 (diff) | |
download | tcl-69e155a5691d03e8293409bdc307651f0c92494e.zip tcl-69e155a5691d03e8293409bdc307651f0c92494e.tar.gz tcl-69e155a5691d03e8293409bdc307651f0c92494e.tar.bz2 |
Fix [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: Fix [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 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/winFCmd.test: Cleanup directories that have been set chmod |