summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-16/+23
* * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-11/+5
|\
| * * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-11/+5
* | Added support for having the dict var itself referenced by LVT index.dkf2011-10-031-9/+34
* | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-64/+149
* | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-21/+37
|\ \ | |/
| * 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
* | merge 8.5dgp2011-05-031-127/+65
|\ \
| * | Tighten SetDictFromAny().dgp2011-05-031-121/+64
* | | Revised TclFindElement() interface.dgp2011-05-021-5/+7
|\ \ \ | |/ /
| * | Revised TclFindElement() interface.dgp2011-05-021-5/+7
| * | Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
| |/
* | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-16/+4
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-14/+14
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * 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
* | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-21/+21
* | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-11/+10
* | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get]dkf2010-07-151-2/+4
* | Code Audit results:dkf2010-03-051-2/+2
* | Fix some nasties with handling duplicate keys in list->dict->list conversions.dkf2010-02-241-1/+9
* | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-21/+21
* | [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-1/+7
* | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | - eliminate some unnessary type castsnijtmans2009-02-031-11/+10
* | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c wheredkf2009-01-281-15/+3
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-6/+6
* | Generate errorcodes for more cases.dkf2009-01-081-3/+11
* | Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-061-2/+3
* | 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
|/