summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* Merge 8.6jan.nijtmans2020-10-131-1/+2
|\
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+2
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+3
* | more of the samedgp2020-03-061-104/+68
* | Merge 8.7jan.nijtmans2019-12-131-1/+1
|\ \
| * \ Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \
| | * | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+2
|\ \ \ \ | |/ / /
| * | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-1/+1
* | | | Merge tip-548jan.nijtmans2019-08-291-20/+45
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-08-281-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
| | * | tclDictObj.c:366: warning: dereferencing type-punned pointer will break stric...jan.nijtmans2018-07-051-1/+1
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-36/+36
|\ \ \ \ | |/ / /
* | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-2/+2
|/ / /
* | | Compilation for [dict getwithdefault].dkf2019-04-181-7/+6
* | | Add [dict getdef] aliasdkf2019-04-151-9/+9
* | | Add testsdkf2019-04-011-3/+6
* | | Implement [dict getwithdefault]dkf2019-04-011-0/+66
| |/ |/|
* | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
* | merge 8.7dgp2018-02-061-3/+6
|\ \
| * | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-3/+6
* | | merge 8.7dgp2017-11-151-6/+3
|\ \ \ | |/ /
| * | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-151-6/+3
| |\ \ | | |/
| | * Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-151-6/+3
* | | merge 8.7dgp2017-11-091-9/+9
|\ \ \ | |/ /
| * | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the...jan.nijtmans2017-11-081-9/+9
* | | merge trunkdgp2017-10-131-0/+2
|\ \ \ | |/ /
| * | Plug some memleaks.dgp2017-10-131-0/+2
* | | Revised dict value means we much invalidate existing intreps.dgp2017-09-121-1/+4
* | | When we invalidate the string rep of a dict, that's a sign we need todgp2017-09-121-0/+4
* | | merge trunkdgp2017-06-161-3/+3
|\ \ \ | |/ /
| * | 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. dkf2017-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
| |/ /
* | | merge trunkdgp2016-11-291-10/+8
|\ \ \ | |/ /
| * | 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
* | | merge trunkdgp2016-11-011-9/+36
|\ \ \ | |/ /
| * | WIPdgp2016-10-281-2/+2