summaryrefslogtreecommitdiffstats
path: root/doc/CrtSlave.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-18 15:20:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-18 15:20:50 (GMT)
commit5153262cb382cf320355160b48b661e92058973c (patch)
tree9532c13c50f34ea11fd263382e3fa4636f64f4ec /doc/CrtSlave.3
parent6ad56e7d131d1c69896ded85ef8f69fcf6c446a5 (diff)
downloadtcl-5153262cb382cf320355160b48b661e92058973c.zip
tcl-5153262cb382cf320355160b48b661e92058973c.tar.gz
tcl-5153262cb382cf320355160b48b661e92058973c.tar.bz2
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible
deprecation (no TIP on that).
Diffstat (limited to 'doc/CrtSlave.3')
-rw-r--r--doc/CrtSlave.39
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/CrtSlave.3 b/doc/CrtSlave.3
index 9ad0f51..bb5b857 100644
--- a/doc/CrtSlave.3
+++ b/doc/CrtSlave.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: CrtSlave.3,v 1.8.2.1 2003/07/16 21:31:52 dkf Exp $
+'\" RCS: @(#) $Id: CrtSlave.3,v 1.8.2.2 2003/07/18 15:20:51 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateSlave 3 7.6 Tcl "Tcl Library Procedures"
@@ -146,10 +146,9 @@ potentially-unsafe core functionality (both commands and variables)
from \fIinterp\fR. However, it cannot know what parts of an extension
or application are safe and does not make any attempt to remove those
parts, so safety is not guaranteed after calling \fBTcl_MakeSafe\fR.
-For this reason, this function should not be called by new code and is
-likely to be deprecated or removed in a future version of Tcl. Safe
-interpreters can be obtained by using \fBTcl_CreateSlave\fR instead,
-which creates interpreters in a known-safe state.
+Callers will want to take care with their use of \fBTcl_MakeSafe\fR
+to avoid false claims of safety. For many situations, \fBTcl_CreateSlave\fR
+may be a better choice, since it creates interpreters in a known-safe state.
.PP
\fBTcl_GetSlave\fR returns a pointer to a slave interpreter of
\fIinterp\fR. The slave interpreter is identified by \fIslaveName\fR.