summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2018-07-051-1/+1
|\
| * Merge 8.7. Also remove some more unneeded #undef's.jan.nijtmans2018-07-051-1/+1
| |\
| | * Merge 8.6. Also remove a useless #undef/#define which will be overrided later.jan.nijtmans2018-07-051-1/+1
| | |\
| | | * tclDictObj.c:366: warning: dereferencing type-punned pointer will break stric...jan.nijtmans2018-07-051-1/+1
* | | | merge trunkjan.nijtmans2018-06-271-2/+2
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-02-061-3/+6
|\ \ \ \ | |/ / /
| * | | merge core-8-branchjan.nijtmans2018-02-061-3/+6
| |\ \ \ | | |/ /
| | * | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-3/+6
| * | | Now really remove Tcl_EvalTokens/Tcl_Backslash as promised in the TIP.jan.nijtmans2018-01-191-1/+1
| |/ /
* | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-1/+2
* | | merge trunkjan.nijtmans2017-12-201-3/+3
|\ \ \ | |/ /
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-18/+12
|\ \ \ | |/ / |/| |
| * | merge novemjan.nijtmans2017-11-131-2/+4
| |\ \
| | * \ merge trunkjan.nijtmans2017-11-081-3/+3
| | |\ \
| | * \ \ merge trunkdgp2017-10-131-0/+2
| | |\ \ \
| * | \ \ \ merge novemjan.nijtmans2017-09-101-1/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Silence compiler warningdgp2017-06-191-1/+1
| * | | | | merge novemjan.nijtmans2017-06-091-3/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge trunkjan.nijtmans2017-06-091-3/+3
| | |\ \ \ \
| * | \ \ \ \ merge novemjan.nijtmans2017-05-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merge trunkjan.nijtmans2017-02-031-1/+1
| | |\ \ \ \ \
| * | \ \ \ \ \ merge novemjan.nijtmans2016-12-191-16/+11
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-13/+11
| * | | | | | | merge novemjan.nijtmans2016-11-241-19/+17
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge trunk. jan.nijtmans2016-11-241-19/+17
| | |\ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge trunkdgp2016-11-011-9/+36
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | merge trunkjan.nijtmans2016-07-071-12/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkjan.nijtmans2015-10-241-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2014-07-171-0/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2014-06-161-151/+129
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunk. jan.nijtmans2013-02-111-5/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-071-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | merge trunkjan.nijtmans2013-02-031-22/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (c...jan.nijtmans2013-01-091-5/+2
| * | | | | | | | | | | | | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-2/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the...jan.nijtmans2017-11-081-9/+9
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Plug some memleaks.dgp2017-10-131-0/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 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