summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
Commit message (Collapse)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
|
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-2/+2
|
* * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).dgp2004-11-211-3/+3
| | | | * doc/interp.n:
* * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]dgp2004-11-201-8/+9
| | | | | | | | | | | | | | | | | * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n:
* Documentation for TIP#221dkf2004-11-121-3/+42
|
* More minor doc fixesdkf2004-10-271-10/+10
|
* More minor doc fixesdkf2004-10-271-13/+13
|
* Tighten up wording on [interp eval] and stack frames. [Bug 926590]dkf2004-09-211-5/+18
|
* Highlight document-internal referencesdkf2004-09-211-12/+12
|
* * doc/interp.n:Miguel Sofer2004-09-141-24/+32
| | | | | | * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17.4-6, 19.3-4): fixing problems with renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp.
* TIP#207 IMPLEMENTATIONdgp2004-08-021-3/+11
| | | | | | | | | | * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841]
* Limits documentation and style improvementsdkf2004-05-301-1/+10
| | | | Added C docs, cleaned up C code, added note on behaviour of limited master interps
* Fix minor markup errors.jenglish2004-05-291-6/+7
|
* Added documentation for TIP#143 limits and a few interesting examples.dkf2004-05-181-23/+129
|
* removed 'the the' typosvincentdarley2004-02-281-2/+2
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-6/+6
|
* * Added the [interp recursionlimit] command todgp2002-03-071-2/+39
| | | | | set/query the recursion limit of an interpreter. Proposal and implementation from Stephen Trier. [TIP 87, Patch 522849]
* corrected minor nroff transgressionshobbs2001-08-071-2/+2
|
* * doc/interp.n:hobbs2001-06-271-13/+44
| | | | | * doc/unknown.n: updated notes about what is in a safe interp. [Bug #218605]
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-10/+10
| | | | remove TclInitStubs.3 - it was duplicate of InitStubs.3
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-16/+18
| | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Typo fixsurles1998-06-221-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+540