| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2022-11-21 | 1 | -2/+1 |
|\ |
|
| * | New function Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-15 | 1 | -2/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-11-15 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Since this FIXME! is already fixed, adapt documentation | jan.nijtmans | 2022-11-15 | 1 | -3/+2 |
|
|
| * | Fix TIP #312 documentation. Backported from [9c4dcc7347e8ef51] | jan.nijtmans | 2022-06-19 | 1 | -3/+3 |
| |\
| |/
|/| |
|
* | | How about fixing all instances (follow-up to [9c4dcc7347])? | bch | 2022-06-19 | 1 | -2/+2 |
|
|
* | | correct LinkVar.3 per [ddaa30125], TIP 312 | bch | 2022-06-19 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -12/+12 |
|\ \
| |/ |
|
| * | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -12/+12 |
|
|
* | | Change last parameter of Tcl_LinkArray() to type size_t, since we're on 9.0 h... | jan.nijtmans | 2019-05-17 | 1 | -1/+1 |
|
|
* | | merge 8.7 | dkf | 2019-04-19 | 1 | -23/+99 |
|\ \
| |/ |
|
| * | Removed TCL_LINK_ALLOC; it wasn't used. | dkf | 2019-04-14 | 1 | -6/+8 |
|
|
| * | Docs | dkf | 2019-04-03 | 1 | -23/+97 |
|
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -1/+1 |
|/ |
|
* | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
|\ |
|
| * | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
|
|
* | | Eliminate exess spacings in remaining doc pages | jan.nijtmans | 2016-03-08 | 1 | -1/+1 |
|/ |
|
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and... | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ |
|
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and... | jan.nijtmans | 2013-11-05 | 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 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -3/+3 |
|
|
* | | | Improve choice of keywords | dkf | 2010-01-13 | 1 | -2/+2 |
|
|
* | | | Added suggestions for how to handle the multithreaded case. [Bug 2844962] | dkf | 2009-09-03 | 1 | -1/+12 |
|
|
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -15/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | First stage of doing GOOBE improvements to documentation now that the html ge... | dkf | 2007-10-28 | 1 | -5/+8 |
|
|
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -7/+4 |
|
|
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -4/+7 |
|
|
* | | TIP #254 implementation | dkf | 2005-09-08 | 1 | -5/+92 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -7/+1 |
|
|
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -2/+2 |
|
|
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -9/+9 |
|
|
* | | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -3/+3 |
|/ |
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -4/+3 |
|
|
* | * doc/Alloc.3: | hobbs | 2002-02-26 | 1 | -2/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -4/+17 |
|
|
* | * doc/AppInit.3: | hobbs | 2000-04-14 | 1 | -2/+2 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+115 |
|
|