summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-6/+6
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-6/+6
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-6/+6
| | * More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-2/+2
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-26/+26
|/ /
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | Merge 8.7. This also fixes [133456085a]jan.nijtmans2022-11-301-14/+14
|\ \ | |/
* | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-15/+15
* | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | Merge 8.7jan.nijtmans2022-10-061-2/+3
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-10-061-37/+44
| |\
| | * Fix [1599352cca] and related issuesjan.nijtmans2022-10-051-25/+26
| * | Merge 8.7jan.nijtmans2022-05-171-9/+9
| |\ \
| * | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-0/+1
* | | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-19/+25
|\ \ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-05-171-9/+9
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 9.0. Fix compilation (due to new macro's in previous commit)jan.nijtmans2022-05-171-0/+1
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \ \ \ \ | | |/ / / /
| * | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-9/+9
| * | | | | More progressjan.nijtmans2022-01-271-2/+2
| * | | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-17/+20
| * | | | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-7/+9
| * | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-9/+9
* | | | | | Merge 8.7jan.nijtmans2022-05-171-9/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-9/+9
| | |/ / | |/| |
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \
| * | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ / /
* | | | 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
| |\ \ \ \ \