summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-10-03 15:29:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-10-03 15:29:59 (GMT)
commit619cb58e37350334a638f134b25cf98f238d1e34 (patch)
treef5a13906329fd2a415bdfe358595e2c98c74d00a /ChangeLog
parent4158ed432ea1162e7c8a973ef7c2bc368374a938 (diff)
parent570d1f597600fd4e019636e74fc5d1a74bc0b53e (diff)
downloadtcl-619cb58e37350334a638f134b25cf98f238d1e34.zip
tcl-619cb58e37350334a638f134b25cf98f238d1e34.tar.gz
tcl-619cb58e37350334a638f134b25cf98f238d1e34.tar.bz2
When checking for std channels being closed, compare the channel state,
not the channel itself so that stacked channels do not cause trouble.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f63bc1..ee36258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-03 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclIO.c: When checking for std channels being closed,
+ compare the channel state, not the channel itself so that stacked
+ channels do not cause trouble.
+
2012-09-07 Harald Oehlmann <oehhar@users.sf.net>
IMPLEMENTATION OF TIP#404.