diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-11-25 22:16:03 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-11-25 22:16:03 (GMT) |
commit | 4f1e14923d50353097e8f629a8138d1acb8e64a1 (patch) | |
tree | 712cff4d4446880f5e07cdcd184537886fab0a54 /ChangeLog | |
parent | 7aaca6e2af565920f71bb68dbd2182b4ca82ed90 (diff) | |
download | tcl-4f1e14923d50353097e8f629a8138d1acb8e64a1.zip tcl-4f1e14923d50353097e8f629a8138d1acb8e64a1.tar.gz tcl-4f1e14923d50353097e8f629a8138d1acb8e64a1.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-08-23 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c: Backport of fix for [Bug 2333466]. |