summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-11-18 17:14:51 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-11-18 17:14:51 (GMT)
commitb809fb72efb2a94910bd1a8519b3565ccfdc8911 (patch)
tree41cfa97f7439d0cf8be97a321fd3cbcd1478a0a2 /ChangeLog
parent9111fc11c29a3c9209dfc0baf0672eaff01e6ef3 (diff)
downloadtcl-b809fb72efb2a94910bd1a8519b3565ccfdc8911.zip
tcl-b809fb72efb2a94910bd1a8519b3565ccfdc8911.tar.gz
tcl-b809fb72efb2a94910bd1a8519b3565ccfdc8911.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 14df576..5695874 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 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* library/http/http.tcl (http::geturl): Improved syntactic validation