summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 20:10:58 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 20:10:58 (GMT)
commitc3aad42ff98f12c1125adffa3005da0d29e35891 (patch)
tree9cc65675c1a3975aaa76d48fa82495ed20a7224b /ChangeLog
parentda39235f939a0c792be89d31b916ad074418409e (diff)
downloadtcl-c3aad42ff98f12c1125adffa3005da0d29e35891.zip
tcl-c3aad42ff98f12c1125adffa3005da0d29e35891.tar.gz
tcl-c3aad42ff98f12c1125adffa3005da0d29e35891.tar.bz2
* doc/ChnlStack.3: Removed the declaration that the interp
argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi <marcomaggi@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b6046c..a0a535b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-07-16 Andreas Kupries <andreask@activestate.com>
+ * doc/ChnlStack.3: Removed the declaration that the interp
+ argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF
+ Bug 881220], reported by Marco Maggi
+ <marcomaggi@users.sourceforge.net>.
+
* tests/socket.test: Accepted two new testcases by Stuart Casoff
<stwo@users.sourceforge.net> checking that -server and -async
don't go together [Tcl SF Bug 796534].