Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Remove over-wide lines from nroff output. | dkf | 2007-07-04 | 1 | -6/+12 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | calls at list creation (from 2 to 1), (b) reduce the cost of handling empty lists (we now never create a list internal rep for them), (c) allow refcounting of the list internal rep. The latter permits insuring that the pointers returned by Tcl_ListObjGetElements remain valid even if the object shimmers away from its original list type. This is [Patch 1158008] | ||||
* | | Reduce the number of warnings given by nroff... | dkf | 2004-10-07 | 1 | -3/+1 |
| | | |||||
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -3/+3 |
| | | |||||
* | | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -3/+3 |
| | | |||||
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -2/+2 |
|/ | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | * doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080] | hobbs | 2000-01-26 | 1 | -11/+11 |
| | | | | * doc/glob.n: clarified Mac path separator determination docs. | ||||
* | 1999-08-20 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-21 | 1 | -4/+2 |
| | | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+249 |