summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Collapse)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 ↵jan.nijtmans2022-02-101-2/+2
| | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type
* | | merge 8.7dgp2021-11-081-0/+1
|\ \ \ | |/ /
| * | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-0/+1
| | | | | | | | | the non-allocated empty string rep.
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | 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 ↵jan.nijtmans2020-10-131-1/+2
| | | | | | | | | | | | stead of Tcl_NewIntObj()
* | | Merge 8.7jan.nijtmans2020-09-171-3/+3
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-3/+3
| | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | | 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
| | |_|/ / | |/| | | | | | | | Add @runstatedir@ to Makefile.in's (not used yet)
* | | | | 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 ↵jan.nijtmans2019-08-281-0/+1
| | | | | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* | | | 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 ↵jan.nijtmans2019-02-051-8/+4
| | | | | | | | | | | | more. Remove many type-casts which are not necessary any more.
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-2/+2
|\ \ \ | |/ / | | | | | | >2GiB in more places.
* | | Merge 8.7jan.nijtmans2019-01-281-2/+2
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
| | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill.
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be ↵jan.nijtmans2018-12-261-1/+1
| | | | | | | | | | | | handled correctly in many more places.
* | | 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
| | | | | | |