diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-11-25 22:13:33 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-11-25 22:13:33 (GMT) |
commit | 27413e2e6be699ec19189b0c87894f786205deb5 (patch) | |
tree | 05117f1478fa151894574ffe59dcd02c1c5e062f /ChangeLog | |
parent | ae28ec005aac5ac5ea4d47605ec14d1486fe3fe1 (diff) | |
download | tcl-27413e2e6be699ec19189b0c87894f786205deb5.zip tcl-27413e2e6be699ec19189b0c87894f786205deb5.tar.gz tcl-27413e2e6be699ec19189b0c87894f786205deb5.tar.bz2 |
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre
Ferrieux's patch for [Bug 2270477] to prevent infinite looping
during finalization of channels not bound to interpreters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-11-25 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre + Ferrieux's patch for [Bug 2270477] to prevent infinite looping + during finalization of channels not bound to interpreters. + 2008-11-25 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclTest.c: Don't assume that Tcl_SetResult |