Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The final parts of my doc improvement project | dkf | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | Added documentation for argument. | dkf | 2010-01-10 | 1 | -1/+3 |
| | |||||
* | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -2/+2 |
| | |||||
* | Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. | jenglish | 2009-11-01 | 1 | -2/+1 |
| | |||||
* | Apply a bit more polish | dkf | 2009-11-01 | 1 | -46/+57 |
| | |||||
* | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -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` | dgp | 2008-12-19 | 1 | -3/+3 |
| | | | | | * doc/Tcl_Main.3: * doc/zlib.n: | ||||
* | Fix line endings damaged by last commit | patthoyts | 2008-12-15 | 1 | -303/+303 |
| | |||||
* | TIP #322 IMPLEMENTATION | Kevin B Kenny | 2008-12-12 | 1 | -0/+303 |
* doc/NRE.3 (new file): Added documentation of the published API for Non-Recursive Evaluation (NRE). |