summaryrefslogtreecommitdiffstats
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
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>.
-rw-r--r--ChangeLog5
-rw-r--r--doc/ChnlStack.34
2 files changed, 7 insertions, 2 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].
diff --git a/doc/ChnlStack.3 b/doc/ChnlStack.3
index 0e8f9cd..0bbeb96 100644
--- a/doc/ChnlStack.3
+++ b/doc/ChnlStack.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ChnlStack.3,v 1.4 2002/01/23 21:22:06 andreas_kupries Exp $
+'\" RCS: @(#) $Id: ChnlStack.3,v 1.5 2004/07/16 20:11:13 andreas_kupries Exp $
.so man.macros
.TH Tcl_StackChannel 3 8.3 Tcl "Tcl Library Procedures"
.BS
@@ -31,7 +31,7 @@ Tcl_Channel
.SH ARGUMENTS
.AS Tcl_ChannelType
.AP Tcl_Interp *interp in
-Interpreter for error reporting - can be NULL.
+Interpreter for error reporting.
.AP Tcl_ChannelType *typePtr in
The new channel I/O procedures to use for \fIchannel\fP.
.AP ClientData clientData in