summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-3/+1
* Yet more warning killing, this time reported by Miguel Sofer by private chat.dkf2003-04-071-1/+2
* Stopped compilers from moaning about switch fall-through. [Bug 716327]dkf2003-04-071-1/+5
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-071-20/+31
* Converted new files from DOS line endings to usual line endings.dgp2003-04-051-2519/+2519
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-051-40/+1
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-051-0/+2558