summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-11-11 00:04:27 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-11-11 00:04:27 (GMT)
commit1f774fe0d6f91f4c57f9f9d409c5f3058e04dc9f (patch)
tree09de7ae1e3d8746aa5d6fc3ef0884d85234fb8be /ChangeLog
parent21b6d0ea71a6fe478c7ce14c003d6b60920f6a96 (diff)
downloadtcl-1f774fe0d6f91f4c57f9f9d409c5f3058e04dc9f.zip
tcl-1f774fe0d6f91f4c57f9f9d409c5f3058e04dc9f.tar.gz
tcl-1f774fe0d6f91f4c57f9f9d409c5f3058e04dc9f.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aca731..d2fbedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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