summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-20/+20
* Clean up a lot of small whitespace issues dkf2024-05-131-20/+20
* Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-041-2/+6
|\
| * Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-041-2/+6
| |\
| | * Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7]jan.nijtmans2024-04-041-59/+60
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-7/+7
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-5/+5
* | | Fix indentation/brace usage style issuesdkf2024-03-191-13/+13
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-5/+5
* | | Merge 8.7jan.nijtmans2024-01-061-44/+47
|\ \ \ | |/ /
| * | Merge 8.6. Some int -> Tcl_Sizejan.nijtmans2024-01-061-37/+40
| |\ \ | | |/
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-2/+2
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | silence compiler warningdgp2024-01-051-2/+2
* | | Resolve the INT_MAX limination in GetIndexFromObjList()jan.nijtmans2024-01-051-6/+3
* | | Merge 8.7jan.nijtmans2023-10-191-17/+17
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-17/+17
* | | Merge 8.7jan.nijtmans2023-07-121-11/+11
|\ \ \ | |/ /
| * | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo...jan.nijtmans2023-07-121-12/+12
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | | Merge 9.0apnadkarni2023-04-081-4/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-04-051-19/+19
| |\ \ \ | | |/ /
| | * | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-30/+33
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-32/+35
|/ / /
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-6/+6
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | Merge 8.7jan.nijtmans2022-10-101-9/+3
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-9/+3
* | | Merge 8.7jan.nijtmans2022-10-071-4/+4
|\ \ \ | |/ /
| * | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-4/+4
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-09-071-5/+6
| | |\ \ | | |/ / | |/| |
| | * | Merge 8.7jan.nijtmans2022-04-261-10/+11
| | |\ \
| | * | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-4/+4
| * | | | Merge 8.7jan.nijtmans2022-05-171-5/+5
| |\ \ \ \
| * | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-0/+1
| | |_|/ / | |/| | |
* | | | | Finish remaining part of TIP-627 for Tcl 9.0: Handle objProc2/objClientData2 ...jan.nijtmans2022-09-021-1/+1
* | | | | Internal bug in Tcl_GetIndexFromObjStruct re-definition (works, as long as si...jan.nijtmans2022-06-091-1/+1
* | | | | Merge 9.0jan.nijtmans2022-05-171-5/+5
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-05-171-5/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
| | |/ / /
* | | | | Merge 9.0. Fix compilation (due to new macro's in previous commit)jan.nijtmans2022-05-171-0/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 9.0jan.nijtmans2022-04-261-10/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-04-261-10/+11
| |\ \ \ \ | | |/ / /
| | * | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh...jan.nijtmans2022-04-261-10/+11
| | |/ /
* | | | Merge 9.0jan.nijtmans2022-04-141-9/+12
|\ \ \ \ | |/ / /
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-5/+8
| |\ \ \
| * | | | Merge 9.0jan.nijtmans2022-04-081-4/+4
| |/ / /
* | | | Merge 9.0jan.nijtmans2022-02-171-11/+37
|\ \ \ \ | |/ / /