| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -5/+5 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -8/+8 |
|
|
* | Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] | dkf | 2006-08-09 | 1 | -11/+11 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -22/+6 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -497/+552 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -168/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+70 |
|
|
* | silence compiler warning | dgp | 2005-09-16 | 1 | -2/+1 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -8/+5 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -42/+13 |
|
|
* | Purge remnants of old dictionary rep interlocking code; it only ever worked | dkf | 2005-07-04 | 1 | -44/+25 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -5/+21 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -2/+2 |
|
|
* | * generic/tclDictObj.c: Updated callers to call new routine. | dgp | 2005-04-21 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -13/+13 |
|
|
* | Stop losing result codes in [dict with] in some circumstances | dkf | 2004-10-19 | 1 | -3/+2 |
|
|
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -15/+13 |
|
|
* | Fix comments... | dkf | 2004-10-11 | 1 | -3/+3 |
|
|
* | Fix things so we can pass our own test suite for TIP#212... | dkf | 2004-10-08 | 1 | -3/+3 |
|
|
* | Core of implementation of TIP#212 | dkf | 2004-10-08 | 1 | -60/+379 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -18/+11 |
|
|
* | Remove unneeded label | dkf | 2004-10-02 | 1 | -2/+1 |
|
|
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -72/+136 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -7/+3 |
|
|
* | Stop [dict unset] from leaking objects. [Bug 989093 in part] | dkf | 2004-07-11 | 1 | -2/+4 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -1/+2 |
|
|
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -5/+91 |
|
|