diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-26 14:29:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-26 14:29:58 (GMT) |
commit | 3604d53d3f64cca36cb6884d708d4e6895ffdb2b (patch) | |
tree | f164794334a6f3524ad8060a06d13b40aa1231a2 /doc/AllowExc.3 | |
parent | 3b82cae97ddc15fca3c3b101e586256504bb91f7 (diff) | |
download | tcl-3604d53d3f64cca36cb6884d708d4e6895ffdb2b.zip tcl-3604d53d3f64cca36cb6884d708d4e6895ffdb2b.tar.gz tcl-3604d53d3f64cca36cb6884d708d4e6895ffdb2b.tar.bz2 |
Removed functions marked deprecated or obsolete for a long time: Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens.
Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders.
Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation.
Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
Diffstat (limited to 'doc/AllowExc.3')
-rw-r--r-- | doc/AllowExc.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/AllowExc.3 b/doc/AllowExc.3 index ae595f1..0477c88 100644 --- a/doc/AllowExc.3 +++ b/doc/AllowExc.3 @@ -30,8 +30,7 @@ or \fBTCL_RETURN\fR, then Tcl normally converts this into a \fBTCL_ERROR\fR return with an appropriate message. The particular script evaluation procedures of Tcl that act in the manner are \fBTcl_EvalObjEx\fR, \fBTcl_EvalObjv\fR, \fBTcl_Eval\fR, \fBTcl_EvalEx\fR, -\fBTcl_GlobalEval\fR, \fBTcl_GlobalEvalObj\fR, \fBTcl_VarEval\fR and -\fBTcl_VarEvalVA\fR. +\fBTcl_VarEval\fR and \fBTcl_VarEvalVA\fR. .PP However, if \fBTcl_AllowExceptions\fR is invoked immediately before calling one of those a procedures, then arbitrary completion |