~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to doc/Interp.3

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-12-25 16:10:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071225161004-zr4n8bj42nh1ybll
Tags: 8.5.0-2
Again disabled stack checking on hppa architecture since it doesn't
work yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
'\" See the file "license.terms" for information on usage and redistribution
6
6
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7
7
'\" 
8
 
'\" RCS: @(#) $Id: Interp.3,v 1.11 2007/10/29 17:17:54 dgp Exp $
 
8
'\" RCS: @(#) $Id: Interp.3,v 1.13 2007/12/13 15:22:31 dgp Exp $
9
9
'\" 
10
10
.so man.macros
11
11
.TH Tcl_Interp 3 7.5 Tcl "Tcl Library Procedures"
34
34
that are used by Tcl, but only three that may be accessed by
35
35
clients:  \fIresult\fR, \fIfreeProc\fR, and \fIerrorLine\fR.
36
36
.PP
37
 
\fBNote that access to the \fIresult\fB and \fIfreeProc\fB fields is\fR
38
 
\fBdeprecated.\fR  Use \fBTcl_SetResult\fR and \fBTcl_GetResult\fR instead.
 
37
.VS 8.5
 
38
\fBNote that access to all three fields, \fIresult\fB, \fIfreeProc\fB and
 
39
\fIerrorLine\fB is deprecated.\fR  Use \fBTcl_SetResult\fR,
 
40
\fBTcl_GetResult\fR, and \fBTcl_GetReturnOptions\fR instead.
 
41
.VE 8.5
39
42
.PP
40
43
The \fIresult\fR and \fIfreeProc\fR fields are used to return
41
44
results or error messages from commands.