summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-6/+6
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | and possibly others.
* Unbreak doc; the apropos index entry *must* be one line. dkf2013-08-241-2/+1
| | | (This is an external constraint forced by the requirement to fit into the standard Unix manual system.)
* fix NRE docsmig2013-08-231-6/+7
|
* Documentation fix.dgp2013-04-081-1/+1
|
* small correction in doc/NRE.3mig2012-12-071-1/+1
|
* Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-3/+3
| | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* The final parts of my doc improvement projectdkf2011-07-181-1/+1
|
* 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).
* Added documentation for argument.dkf2010-01-101-1/+3
|
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-2/+2
|
* Move TIP#285 routines out of Tcl_Eval(3) into their own manpage.jenglish2009-11-011-2/+1
|
* Apply a bit more polishdkf2009-11-011-46/+57
|
* TIP #353 IMPLEMENTATIONdgp2009-08-121-6/+21
| | | | | | | | | | | | | | * doc/NRE.3: New public routine Tcl_NRExprObj() permits * generic/tcl.decls: extension commands to evaluate Tcl expressions * generic/tclBasic.c: in NR-enabled command procedures. * generic/tclCmdAH.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * tests/expr.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-191-3/+3
| | | | | * doc/Tcl_Main.3: * doc/zlib.n:
* Fix line endings damaged by last commitpatthoyts2008-12-151-303/+303
|
* TIP #322 IMPLEMENTATIONKevin B Kenny2008-12-121-0/+303
* doc/NRE.3 (new file): Added documentation of the published API for Non-Recursive Evaluation (NRE).