summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a365fc9..16ee13f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-09-25 Andreas Kupries <andreask@activestate.com>
+ * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],
+ aka coverity #51. Extended loop condition, added checking for
+ NULL to prevent seg.fault.
+
+2006-09-25 Andreas Kupries <andreask@activestate.com>
+
* doc/package.n: Fixed nits reported by Daniel Steffen in the
TIP#268 changes.