| Commit message (Expand) | Author | Age | Files | Lines |
* | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|\ |
|
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -22/+20 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -22/+20 |
|
|
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -6/+6 |
|
|
* | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -19/+2 |
|
|
* | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -1/+18 |
|
|
* | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+1 |
|
|
* | | merge trunktip_405_impl_td | dkf | 2012-10-16 | 1 | -0/+1 |
|\ \ |
|
| * \ | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s... | jan.nijtmans | 2012-10-14 | 1 | -0/+1 |
|
|
| | * | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
|
|
* | | | ...and all the compilation and tests now work/passtip_vote | dkf | 2012-10-05 | 1 | -1/+2 |
|
|
* | | | adjusted non-compiled implementation of [dict map] to match TIP | dkf | 2012-10-05 | 1 | -59/+247 |
|
|
* | | | merge trunk | dkf | 2012-09-04 | 1 | -16/+23 |
|\ \ \
| |/ / |
|
| * | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -16/+23 |
|
|
* | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite | 2012-08-03 | 1 | -11/+56 |
|/ / |
|
* | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|\ \
| |/ |
|
| * | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|
|
* | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -9/+34 |
|
|
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -64/+149 |
|
|
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -21/+37 |
|\ \
| |/ |
|
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -123/+69 |
|
|
| * | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -21/+37 |
|
|
* | | merge 8.5 | dgp | 2011-05-03 | 1 | -127/+65 |
|\ \ |
|
| * | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 1 | -121/+64 |
|
|
* | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -5/+7 |
|
|
| * | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
| |/ |
|
* | | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -16/+4 |
|
|
* | | 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 |
|
|