summaryrefslogtreecommitdiffstats
path: root/doc/ListObj.3
Commit message (Collapse)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Remove over-wide lines from nroff output.dkf2007-07-041-6/+12
|
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
|
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-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...dkf2004-10-071-3/+1
|
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-3/+3
|
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-3/+3
|
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-2/+2
| | | | of symbols like TCL_OK, TCL_ERROR, etc.
* * doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080]hobbs2000-01-261-11/+11
| | | | * doc/glob.n: clarified Mac path separator determination docs.
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-4/+2
| | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+249