summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in remaining doc pagesjan.nijtmans2016-03-081-1/+1
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Document TIP 378's one-way-ness.ferrieux2011-08-171-0/+4
| |
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-10/+20
| | | | | | the quality of HTML doc builds.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Yet more doc update backportingdkf2004-10-271-7/+7
| | |
| | * More doc fix backportingdkf2004-10-271-46/+80
| | |
| * | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test:
* | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test:
* | | Use a consistent indentation of 4 for code examples.dkf2010-01-201-7/+7
| | |
* | | Small cleanups to improve HTML generation.dkf2010-01-101-4/+5
| | |
* | | TIP #337 IMPLEMENTATIONdgp2008-12-091-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine ***
* | | Improve clarity of formatting.dkf2008-10-171-1/+7
| | |
* | | Fix [Bug 2004256]dkf2008-06-291-31/+49
| | |
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-3/+20
|/ /
* | 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]