summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* More int -> size_t in internal APIjan.nijtmans2022-02-171-2/+2
* Merge 8.7jan.nijtmans2022-02-101-2/+2
|\
| * Merge 8.6jan.nijtmans2022-02-101-2/+2
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-2/+2
* | | merge 8.7dgp2021-11-081-0/+1
|\ \ \ | |/ /
| * | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-0/+1
* | | Merge 8.7jan.nijtmans2021-10-081-50/+50
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-29/+29
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-10-131-1/+2
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-09-171-3/+3
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+3
* | | merge 8.7dgp2020-03-061-104/+68
|\ \ \ | |/ /
| * | more of the samedgp2020-03-061-104/+68
* | | 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