summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-191-6/+6
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-6/+6
* | Merge 8.7jan.nijtmans2023-10-101-2/+2
|\ \ | |/
* | Back out [2a01c62b1a55a] - causes tcllib failures.apnadkarni2023-08-201-31/+133
* | Fix bug: Performance regression in 9.0 accessing dicts as lists [f4c01e42a7]griffin2023-08-171-133/+31
|\ \
| * | Remove ineffective index operation. Shimmering is already optimal.griffin2023-08-171-162/+2
| * | Working index operation, but terrible performance. (not surprising)griffin2023-08-171-15/+13
| * | Fix llength function for dict types.griffin2023-08-161-94/+155
|/ /
* | merge trunkgriffin2023-08-131-2/+2
|\ \
| * | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-1/+3
* | | 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