summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-10/+1
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-191/+187
* Rewrote the [string] and [dict] implementations to be ready for conversiondkf2007-11-221-63/+73
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-162/+315
* improvements to commentsdkf2007-11-191-5/+13
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-11/+11
* Fix [Bug 1786481]dkf2007-09-081-1/+16
* Fix [Bug 1705778, leak K05]dkf2007-04-241-1/+7
* Fix [Bug 1705778, leak K04]dkf2007-04-241-17/+33
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-9/+9
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-7/+13
* TIP#270 IMPLEMENTATIONdgp2006-11-151-3/+3
* Minor simplification of memcpy usagedkf2006-11-081-2/+2
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-3/+3
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-5/+5
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-8/+8
* Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184]dkf2006-08-091-11/+11
* * generic/tclBinary.c:Miguel Sofer2005-11-041-22/+6
* ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-497/+552
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-168/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-2/+70
* silence compiler warningdgp2005-09-161-2/+1
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-8/+5
* Compiler for [dict] and related changes.dkf2005-07-211-42/+13
* Purge remnants of old dictionary rep interlocking code; it only ever workeddkf2005-07-041-44/+25
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-5/+21
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-2/+2
* * generic/tclDictObj.c: Updated callers to call new routine.dgp2005-04-211-2/+2
* TIP #221 IMPLEMENTATIONdgp2004-11-131-13/+13
* Stop losing result codes in [dict with] in some circumstancesdkf2004-10-191-3/+2
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-15/+13
* Fix comments...dkf2004-10-111-3/+3
* Fix things so we can pass our own test suite for TIP#212...dkf2004-10-081-3/+3
* Core of implementation of TIP#212dkf2004-10-081-60/+379
* * generic/tclBasic.c:dgp2004-10-061-18/+11
* Remove unneeded labeldkf2004-10-021-2/+1
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-021-72/+136
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-7/+3
* Stop [dict unset] from leaking objects. [Bug 989093 in part]dkf2004-07-111-2/+4
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-1/+2
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-5/+91
* Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387]dkf2004-01-141-18/+45
* Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170]dkf2004-01-141-14/+47
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-10/+10
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-041-3/+5
* Fixed memory leak caused by confusion about string ownership. [Bug 731706]dkf2003-05-071-3/+5
* Stopped warning about uninitialised variables in DictIncrCmddkf2003-04-291-26/+21
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-13/+60