summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
* Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-7/+7
* Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-22/+20
* Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-141-0/+1
* some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
* * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-11/+5
* Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-123/+69
* Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-21/+37
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
* Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions.ferrieux2010-05-191-1/+9
* [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-1/+7
* Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-061-2/+3
* 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