diff options
author | dgp <dgp@users.sourceforge.net> | 2012-10-03 15:22:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-10-03 15:22:15 (GMT) |
commit | 570d1f597600fd4e019636e74fc5d1a74bc0b53e (patch) | |
tree | 9663b779f37892532c8ea60a31c80b4a68e6a1f1 /ChangeLog | |
parent | 087231e55e5ff1f00a7c61f88faac65f8155f504 (diff) | |
download | tcl-570d1f597600fd4e019636e74fc5d1a74bc0b53e.zip tcl-570d1f597600fd4e019636e74fc5d1a74bc0b53e.tar.gz tcl-570d1f597600fd4e019636e74fc5d1a74bc0b53e.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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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-08-17 Jan Nijtmans <nijtmans@users.sf.net> * win/nmakehlp.c: Add "-V<num>" option, in order to be able |