summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-3/+3
|\
| * Expose some of the core variable access APIs. dkf_expose_ptrgetvar_8_6dkf2017-06-061-3/+3
* | merge core-8-6-branchjan.nijtmans2017-06-021-10/+8
|\ \ | |/
| * Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr...jan.nijtmans2017-06-021-10/+8
* | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-107/+10
|\ \ | |/
* | merge trunksebres2017-03-061-1/+1
|\ \
| * | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-1/+1
* | | code review and inline documentationsebres2017-01-101-3/+29
* | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo...sebres2017-01-101-17/+33
* | | dict: unused variable removedsebres2017-01-101-1/+0
* | | improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-32/+90
|/ /
* | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-erro...jan.nijtmans2016-11-291-1/+1
* | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-9/+7
* | WIPdgp2016-10-281-2/+2
* | revise [dict append] to make use of common [string cat] engine.dgp2016-10-281-6/+24
* | Add optimization to [dict append].dgp2016-10-281-8/+17
|/
* Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-12/+6
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
|\
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
* | Suppress valgrind warnings about uninitialized values.dgp2014-07-111-0/+4
* | [cb042d294e] Improve consistency of [dict] wrong-args error messages.dkf2014-06-151-10/+10
* | Some more cleaning upbug_1b0266d8bbdkf2014-06-151-36/+44
* | Make [dict replace] and [dict remove] guarantee result canonicality.dkf2014-06-151-84/+65
* | Improved the error messages. dkf2014-06-071-9/+5
* | more tests, cleaning up the code a bitdkf2014-06-041-16/+13
* | [1b0266d8bb] Working towards ensuring that all dict operations are sufficient...dkf2014-06-031-25/+21
* | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-7/+7
|\ \ | |/
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-7/+7
* | merge core-8-5-branchjan.nijtmans2013-01-311-22/+20
|\ \ | |/
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-22/+20
* | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-6/+6
* | Added compilation of [dict create] and [dict merge].dkf2012-11-011-19/+2
* | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-301-1/+18
* | Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-241-1/+1
* | merge trunktip_405_impl_tddkf2012-10-161-0/+1
|\ \
| * \ Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-141-0/+1
| |\ \ | | |/
| | * 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
* | | ...and all the compilation and tests now work/passtip_votedkf2012-10-051-1/+2
* | | adjusted non-compiled implementation of [dict map] to match TIPdkf2012-10-051-59/+247
* | | merge trunkdkf2012-09-041-16/+23
|\ \ \ | |/ /
| * | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-16/+23
* | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite2012-08-031-11/+56
|/ /
* | * 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