summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-11-18 17:15:57 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-11-18 17:15:57 (GMT)
commit65b8110408a9e9de87923320659674a3871d9ea5 (patch)
treee91d806ee825bfc5d03c9d59f4dd5b3b19b300b5 /ChangeLog
parenta8c8af2d7203f31a4c526483f57e1674db35d1e8 (diff)
downloadtcl-65b8110408a9e9de87923320659674a3871d9ea5.zip
tcl-65b8110408a9e9de87923320659674a3871d9ea5.tar.gz
tcl-65b8110408a9e9de87923320659674a3871d9ea5.tar.bz2
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'
patch for [SF Tcl Bug 1359094]. This moves the retrieval of the next channel state to the end of the loop, as the called closeproc may close other channels, i.e. modify the list we are iterating, invalidating any pointer retrieved earlier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f102e0..52c5c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-18 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'
+ patch for [SF Tcl Bug 1359094]. This moves the retrieval of the
+ next channel state to the end of the loop, as the called
+ closeproc may close other channels, i.e. modify the list we are
+ iterating, invalidating any pointer retrieved earlier.
+
2005-11-18 Don Porter <dgp@users.sourceforge.net>
* generic/tclListObj.c: Restored the SetListFromAny routine to