Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵ | jan.nijtmans | 2023-04-13 | 1 | -1/+1 |
| | | | | documentation (will be needed to be done anyway) | ||||
* | Merge 8.7 | jan.nijtmans | 2022-08-23 | 1 | -1/+18 |
|\ | |||||
| * | update doc | jan.nijtmans | 2022-06-20 | 1 | -2/+8 |
| | | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-06-09 | 1 | -2/+2 |
| |\ | |||||
| * | | TIP #627 implementation | jan.nijtmans | 2022-06-01 | 1 | -0/+11 |
| |/ | |||||
* | | Merge 9.0. Update documentation | jan.nijtmans | 2022-02-23 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
| | | | | | | | | | (actually quite a few more where the documentation didn't match the header files ....) | ||||
| * | | Merge 8.7 | jan.nijtmans | 2021-04-28 | 1 | -0/+19 |
| |\ \ | | |/ | |/| | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-04-28 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
* | | | merge core-8-branch | dkf | 2021-04-26 | 1 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | Documenting our reference count management | dkf | 2021-04-25 | 1 | -0/+19 |
| |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-11-20 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Don't use "Copyright <year> _by_" any more. This results in more ↵ | jan.nijtmans | 2020-11-20 | 1 | -4/+4 |
| | | | | | | | | consistant copyright statements in the (html) documentation | ||||
| * | More eol-spacing | jan.nijtmans | 2019-12-02 | 1 | -1/+1 |
| | | |||||
| * | Refine documentation for Tcl_NR* functions. | pooryorick | 2018-02-11 | 1 | -176/+84 |
| | | |||||
* | | merge trunk | jan.nijtmans | 2018-08-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | Remove 4 unneeded compatibility macro's, because those functions never ↵ | jan.nijtmans | 2018-07-10 | 1 | -10/+10 |
|/ / | | | | | | | | | return -1 anyway. Change documentation to use void * in stead of ClientData | ||||
* | | Refine documentation for Tcl_NR* functions. | pooryorick | 2018-02-03 | 1 | -176/+84 |
|/ | |||||
* | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 1 | -6/+6 |
| | |||||
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | and possibly others. | ||||
* | Unbreak doc; the apropos index entry *must* be one line. | dkf | 2013-08-24 | 1 | -2/+1 |
| | | | (This is an external constraint forced by the requirement to fit into the standard Unix manual system.) | ||||
* | fix NRE docs | mig | 2013-08-23 | 1 | -6/+7 |
| | |||||
* | Documentation fix. | dgp | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | small correction in doc/NRE.3 | mig | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Updated the language of the documentation so that "object" refers to an OO | dkf | 2012-11-08 | 1 | -3/+3 |
| | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
* | 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). |