summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* For Tcl9, do a real Tcl_DecrRefCountbug_3598580jan.nijtmans2012-12-291-0/+4
* restore old refcounts in TCL_ERROR case.jan.nijtmans2012-12-271-0/+3
* [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too earlyjan.nijtmans2012-12-271-4/+5
|\
| * [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early jan.nijtmans2012-12-271-2/+4
* | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-197/+159
* | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-34/+33
* | 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
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-21/+28
* | * tests/lindex.test (lindex-17.[01]): Added code to detect theKevin B Kenny2007-09-031-2/+9
* | * generic/tclListObj.c: reverting [Patch 738900] (committed onMiguel Sofer2007-04-241-106/+56
* | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the newKevin B Kenny2007-04-241-2/+8
* | * generic/tclListObj.c (SetListFromAny): avoid discarding internalMiguel Sofer2007-04-201-56/+106
* | 2007-03-20 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2007-03-201-126/+93
* | added missing panicdgp2007-03-171-1/+4
* | Tightening up declaration scopes, improving some comments with xrefs to bugDBdkf2007-03-121-44/+49
* | Move 'return' in TclListObjSetElement into correct place!dkf2007-03-101-31/+27
* | * generic/tclListObj.c (TclLsetList): Rewrite so that the routinedgp2007-03-081-70/+26
* | Moved [lindex] guts to tclListObj.c, same as [lset] guts.dkf2007-03-081-1/+166
* | Minor comment cleaning updkf2007-03-071-42/+41
* | Added comments warning against certain optimizationsdgp2007-03-021-1/+9
* | * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-241-1/+41
* | Minor simplification of memcpy usagedkf2006-11-081-7/+5
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-8/+8
* | * generic/regc_locale.c (cclass):das2006-07-201-2/+2
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* | * generic/tclListObj.c: Restored the SetListFromAny routine todgp2005-11-181-2/+2
* | More bits of ANSIfyingdkf2005-11-111-115/+123
* | * generic/tclListObj.c (TclLsetFlat):Miguel Sofer2005-10-201-5/+22
* | Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-061-45/+63
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-021-2/+2
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380]dkf2005-08-251-1/+7
* | Getting more systematic about styledkf2005-07-191-317/+317
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL returndas2005-04-091-2/+3
* | Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-475/+396
* | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-111-12/+4
* | 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
|/