| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -14/+14 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
| * | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. | ferrieux | 2010-05-19 | 1 | -1/+9 |
|
|
| * | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -1/+7 |
|
|
| * | Corrected twiddling in internals of dictionaries so that literals can't get | dkf | 2009-01-06 | 1 | -2/+3 |
|
|
| * | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. | dkf | 2008-07-20 | 1 | -10/+1 |
|
|
* | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -21/+21 |
|
|
* | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -11/+10 |
|
|
* | | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] | dkf | 2010-07-15 | 1 | -2/+4 |
|
|
* | | Code Audit results: | dkf | 2010-03-05 | 1 | -2/+2 |
|
|
* | | Fix some nasties with handling duplicate keys in list->dict->list conversions. | dkf | 2010-02-24 | 1 | -1/+9 |
|
|
* | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -21/+21 |
|
|
* | | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -1/+7 |
|
|
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|
* | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -11/+10 |
|
|
* | | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where | dkf | 2009-01-28 | 1 | -15/+3 |
|
|
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -6/+6 |
|
|
* | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -3/+11 |
|
|
* | | Corrected twiddling in internals of dictionaries so that literals can't get | dkf | 2009-01-06 | 1 | -2/+3 |
|
|
* | | Implement TIP#341. | dkf | 2008-12-10 | 1 | -24/+48 |
|
|
* | | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -3/+4 |
|
|
* | | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -6/+5 |
|
|
* | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -5/+5 |
|
|
* | | NRE-enable the ensemble creator (add extra field!) | dkf | 2008-08-23 | 1 | -72/+163 |
|
|
* | | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -2/+1 |
|
|
* | | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. | dkf | 2008-07-20 | 1 | -10/+1 |
|
|
* | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | new TclNRAddCallback macro for internal use instead of the public | Miguel Sofer | 2008-07-18 | 1 | -3/+4 |
|
|
* | | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -3/+3 |
|
|
* | | * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix | Miguel Sofer | 2008-07-18 | 1 | -11/+5 |
|
|
* | | stop crash in test suite! | dkf | 2008-07-17 | 1 | -1/+11 |
|
|
* | | NRE-ify the non-compiled version of [dict update]. | dkf | 2008-07-17 | 1 | -9/+40 |
|
|
* | | Add NRE support to [dict with]. | dkf | 2008-07-17 | 1 | -11/+50 |
|
|
* | | * generic/tclDictObj.c: Added missing initializers to the ensemble | Kevin B Kenny | 2008-06-01 | 1 | -2/+2 |
|
|
* | | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -3/+3 |
|/ |
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -191/+187 |
|
|
* | Rewrote the [string] and [dict] implementations to be ready for conversion | dkf | 2007-11-22 | 1 | -63/+73 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -162/+315 |
|
|
* | improvements to comments | dkf | 2007-11-19 | 1 | -5/+13 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -11/+11 |
|
|
* | Fix [Bug 1786481] | dkf | 2007-09-08 | 1 | -1/+16 |
|
|
* | Fix [Bug 1705778, leak K05] | dkf | 2007-04-24 | 1 | -1/+7 |
|
|
* | Fix [Bug 1705778, leak K04] | dkf | 2007-04-24 | 1 | -17/+33 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -7/+13 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -3/+3 |
|
|
* | Minor simplification of memcpy usage | dkf | 2006-11-08 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -3/+3 |
|
|