summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* Stop generating string rep of dict when converting to list.dgp2011-05-051-9/+42
|\
| * Tolerate NULL interps more completely.dgp2011-05-051-4/+8
| * Stop generating string rep of dict when converting to list.dgp2011-05-051-5/+34
* | merge 8.5dgp2011-05-031-76/+39
|\ \ | |/
| * Tighten SetListFromAny().dgp2011-05-031-73/+40
* | Revised TclFindElement() interface.dgp2011-05-021-3/+5
|\ \ | |/
| * Revised TclFindElement() interface.dgp2011-05-021-3/+5
* | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-13/+7
|\ \ | |/
| * Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-13/+7
* | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-7/+1
|\ \ | |/
| * New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-7/+1
* | TclFreeIntRep() cleanup.dgp2011-04-271-1/+0
| |
| \
*-. \ FreeListInternalRep() cleanup.dgp2011-04-271-7/+5
|\ \ \ | | |/
| | * FreeListInternalRep() cleanup.dgp2011-04-271-7/+5
| |/
| * Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
| * Revise last fix.dgp2011-04-251-4/+4
* | Revise last fix.dgp2011-04-251-4/+4
* | Fix compilation warning in TclListObj - printf format mismatchvenkat2011-04-241-4/+4
|\ \ | |/
| * Fix compilation warning in TclListObj - printf format mismatchvenkat2011-04-241-4/+4
* | Use macro to set List intrepsdgp2011-04-211-21/+5
|\ \ | |/
| * Use macro to set List intrepsdgp2011-04-211-21/+5
* | Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-46/+82
|\ \ | |/
| * Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-44/+81
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-7/+11
|\ \ | |/
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-5/+9
| |\
* | \ Use ListRepPtr(.) and other cleanup.dgp2011-04-181-9/+9
|\ \ \ | |/ /
| * | Use ListRepPtr(.) and other cleanup.dgp2011-04-181-9/+9
* | | More generation of errorCodes ([interp], [lset], [load], [unload]).dkf2011-04-021-0/+6
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-59/+65
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-12/+10
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Backport of fix for [Bug 1267380]dkf2005-08-251-1/+7
| | * * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-111-12/+4
| * | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions.ferrieux2010-05-191-3/+5
| * | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-2/+6
| * | Fix efficiency bug detected by Kieran Elby.dkf2008-09-101-2/+11
| * | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-1/+54
* | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-2/+6
* | | Fix some nasties with handling duplicate keys in list->dict->list conversions.dkf2010-02-241-3/+5
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-3/+5
* | | Generate errorcodes for more cases.dkf2009-01-081-1/+6
* | | Add "const" to many internalnijtmans2008-10-151-5/+5
* | | TIP #331 IMPLEMENTATIONKevin B Kenny2008-10-051-6/+19
* | | Fix efficiency bug detected by Kieran Elby.dkf2008-09-101-2/+11
* | | Silence some warnings.dkf2008-08-231-5/+5
* | | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-2/+55
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+11
|/ /