summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TIP#341.dkf2008-12-101-24/+48
* TIP #336 IMPLEMENTATIONdgp2008-12-021-3/+4
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-6/+5
* Add "const" to many internalnijtmans2008-10-151-5/+5
* NRE-enable the ensemble creator (add extra field!)dkf2008-08-231-72/+163
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-10/+1
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-3/+4
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-181-11/+5
* stop crash in test suite!dkf2008-07-171-1/+11
* NRE-ify the non-compiled version of [dict update].dkf2008-07-171-9/+40
* Add NRE support to [dict with].dkf2008-07-171-11/+50
* * generic/tclDictObj.c: Added missing initializers to the ensembleKevin B Kenny2008-06-011-2/+2
* Small clarifications that code a bit nicer to read.dkf2008-05-301-3/+3
* 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