summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-02-281-58/+82
|\
| * Merge 8.7jan.nijtmans2019-12-131-1/+1
| |\
| * \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+2
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-291-20/+45
| |\ \ \
| * \ \ \ 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
| |/ / / /
* | | | | 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 8.7jan.nijtmans2019-09-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-1/+1
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-281-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-08-281-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
* | | | merge 8.7dkf2019-04-191-5/+73
|\ \ \ \ | |/ / /
| * | | 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
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-02-251-1/+1
|\ \ \ | |/ /
| * | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-8/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-2/+2
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | Implement TIP 445dgp2018-11-131-97/+125
|\ \ \ | |/ /
| * | merge 8.7dgp2018-02-061-3/+6
| |\ \
| * \ \ merge 8.7dgp2017-11-151-6/+3
| |\ \ \
| * \ \ \ merge 8.7dgp2017-11-091-9/+9
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2016-11-291-10/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2016-11-011-9/+36
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-12/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revise "dict" Tcl_ObjType to use proposed routines.dgp2016-03-301-84/+99
| * | | | | | | | | | Functional conversion of "list" Tcl_ObjType to proposed routines.dgp2016-03-291-1/+1
| * | | | | | | | | | oopsdgp2016-03-241-1/+1
| * | | | | | | | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-0/+3
| * | | | | | | | | | Convert "dict" Tcl_ObjType to use new routines.dgp2016-03-231-12/+15
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-13/+13
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /