summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 20:11:13 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 20:11:13 (GMT)
commit79cd388c252dd291872e23d8ceb03f676382d7a3 (patch)
tree5ba0e407a79fd4deeb4cb07e9f5c3576f05783d9 /ChangeLog
parent0dc1e4c55d75b34f1d7b4dae6c4462acc51ff9fc (diff)
downloadtcl-79cd388c252dd291872e23d8ceb03f676382d7a3.zip
tcl-79cd388c252dd291872e23d8ceb03f676382d7a3.tar.gz
tcl-79cd388c252dd291872e23d8ceb03f676382d7a3.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 ed5f5ff..ccda491 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].