summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-2/+3
* Implement in,ni operator for abstract listsgriffin2023-08-081-0/+1
* Bug [f5c01e42a7]. Disable DictAsListIndex for the time being.apnadkarni2023-08-081-1/+1
* Remove getdbl abstraction.griffin2023-06-131-1/+0
* Function name cleanup.griffin2023-05-261-4/+3
* merge trunkgriffin2023-05-241-1/+1
|\
| * Merge 8.7jan.nijtmans2023-05-221-1/+1
| |\
| * | New functions: TclUndoRefCount() and TclDictGetSize().pooryorick2023-05-171-0/+20
| * | Remove dead codejan.nijtmans2023-05-171-20/+0
* | | Merge trunkgriffin2023-05-171-0/+20
|\ \ \ | |/ /
| * | Add TclRelaxRefCount, and also try to take the fast path more often in byte-c...pooryorick2023-05-131-0/+20
| | |
| \ \
| \ \
| \ \
*---. \ \ Partial sync-up with trunk.griffin2023-04-301-32/+32
|\ \ \ \ \ | | | |/ /
| | | * | 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
| | |/ | |/|
* | | Merge trunkgriffin2023-03-251-5/+5
|\ \ \ | |/ /
| * | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | | Reserve a place in abstractlist for an additional functionjan.nijtmans2022-12-181-0/+1
* | | Add 'getdouble' function to ObjType, used for abstractlist types. -- Experime...griffin2022-12-071-0/+1
* | | Merge 9.0. Fix Windows build (testcases need tcl::test package). Modify TCL_O...jan.nijtmans2022-12-011-2/+2
|\ \ \ | |/ /
| * | 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
* | | Support multiple indicies in abstract list lindex operation.griffin2022-11-241-1/+1
|\ \ \ | |/ /
| * | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | Remove unused/incomplete functions. Some cleanup.griffin2022-11-081-8/+164
* | | Implement abstractlist with tip-644griffin2022-11-041-1/+10
|/ /
* | 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