| Commit message (Expand) | Author | Age | Files | Lines |
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -3/+5 |
|
|
* | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -1/+6 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -5/+5 |
|
|
* | TIP #331 IMPLEMENTATION | Kevin B Kenny | 2008-10-05 | 1 | -6/+19 |
|
|
* | Fix efficiency bug detected by Kieran Elby. | dkf | 2008-09-10 | 1 | -2/+11 |
|
|
* | Silence some warnings. | dkf | 2008-08-23 | 1 | -5/+5 |
|
|
* | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. | dkf | 2008-07-20 | 1 | -2/+55 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -11/+11 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -21/+28 |
|
|
* | * tests/lindex.test (lindex-17.[01]): Added code to detect the | Kevin B Kenny | 2007-09-03 | 1 | -2/+9 |
|
|
* | * generic/tclListObj.c: reverting [Patch 738900] (committed on | Miguel Sofer | 2007-04-24 | 1 | -106/+56 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new | Kevin B Kenny | 2007-04-24 | 1 | -2/+8 |
|
|
* | * generic/tclListObj.c (SetListFromAny): avoid discarding internal | Miguel Sofer | 2007-04-20 | 1 | -56/+106 |
|
|
* | 2007-03-20 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-03-20 | 1 | -126/+93 |
|
|
* | added missing panic | dgp | 2007-03-17 | 1 | -1/+4 |
|
|
* | Tightening up declaration scopes, improving some comments with xrefs to bugDB | dkf | 2007-03-12 | 1 | -44/+49 |
|
|
* | Move 'return' in TclListObjSetElement into correct place! | dkf | 2007-03-10 | 1 | -31/+27 |
|
|
* | * generic/tclListObj.c (TclLsetList): Rewrite so that the routine | dgp | 2007-03-08 | 1 | -70/+26 |
|
|
* | Moved [lindex] guts to tclListObj.c, same as [lset] guts. | dkf | 2007-03-08 | 1 | -1/+166 |
|
|
* | Minor comment cleaning up | dkf | 2007-03-07 | 1 | -42/+41 |
|
|
* | Added comments warning against certain optimizations | dgp | 2007-03-02 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that | dgp | 2007-02-24 | 1 | -1/+41 |
|
|
* | Minor simplification of memcpy usage | dkf | 2006-11-08 | 1 | -7/+5 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -8/+8 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | * generic/tclListObj.c: Restored the SetListFromAny routine to | dgp | 2005-11-18 | 1 | -2/+2 |
|
|
* | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -115/+123 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): | Miguel Sofer | 2005-10-20 | 1 | -5/+22 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 1 | -45/+63 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -2/+2 |
|
|
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] | dkf | 2005-08-25 | 1 | -1/+7 |
|
|
* | Getting more systematic about style | dkf | 2005-07-19 | 1 | -317/+317 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return | das | 2005-04-09 | 1 | -2/+3 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -475/+396 |
|
|
* | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead | das | 2004-11-11 | 1 | -12/+4 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -10/+3 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -11/+11 |
|
|
* | When copying and pasting code, check that argument types are sensible! <:^) | dkf | 2003-11-01 | 1 | -5/+5 |
|
|
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -1/+115 |
|
|
* | Whitespace police | dkf | 2003-10-30 | 1 | -163/+132 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -2/+3 |
|
|
* | * generic/tclEvent.c (TclInExit): | dgp | 2002-01-07 | 1 | -7/+7 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 1 | -4/+4 |
|
|
* | Removed a rogue C++ comment that inadvertently got left in tclListObj.c | Kevin B Kenny | 2001-11-16 | 1 | -2/+2 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -16/+614 |
|
|
* | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 1 | -3/+3 |
|
|
* | * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in | hobbs | 2001-04-04 | 1 | -1/+2 |
|
|