summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-10/+3
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-11/+11
* When copying and pasting code, check that argument types are sensible! <:^)dkf2003-11-011-5/+5
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-1/+115
* Whitespace policedkf2003-10-301-163/+132
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-041-2/+3
* * generic/tclEvent.c (TclInExit):dgp2002-01-071-7/+7
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-4/+4
* Removed a rogue C++ comment that inadvertently got left in tclListObj.cKevin B Kenny2001-11-161-2/+2
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-16/+614
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-3/+3
* * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 inhobbs2001-04-041-1/+2
* Rolled back changes to change the prototype ofredman1999-08-101-2/+2
* * generic/tclListObj.c:core_8_2_b3_baseredman1999-08-101-2/+2
* * mac/tclMacResource.c:stanton1999-04-281-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-6/+9
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-131-1/+4
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+1053