summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
Commit message (Collapse)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Match docs and reality. [Bug 1662436]dkf2007-12-081-2/+2
|
* Fix .DS/.DE to work better when transformed to a tabledkf2007-11-011-35/+35
|
* Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-3/+7
|
* Fix [Bug 1822268]dkf2007-10-301-22/+37
|
* GOOBE the docs some more.dkf2007-10-291-15/+15
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-6/+7
| | | | generation works
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-7/+4
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-4/+7
|
* Improve nroff macro usagedkf2007-10-171-2/+2
|
* Resolve [Bug 1752148]dkf2007-08-191-79/+79
|
* Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-181-6/+6
|
* Partial fix of [Bug 1662436]dkf2007-02-181-39/+40
|
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-2/+2
| | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* 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