summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-02-171-11/+37
| |\ \ | | |/
| | * Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*()jan.nijtmans2022-02-171-11/+37
| | |\
| | | * Allow indexPtr to be (int *)NULLjan.nijtmans2022-01-281-19/+22
| | | |\
| | | | * allow NULL for indexPtr to say "am not interested in index, just membership i...bch2020-12-061-13/+18
| | | * | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/l...jan.nijtmans2021-12-201-13/+28
| | | |\ \
| | | * \ \ Merge 8.7jan.nijtmans2021-12-161-11/+11
| | | |\ \ \
| | | * | | | TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*()jan.nijtmans2021-12-091-5/+15
| * | | | | | Merge 8.7jan.nijtmans2022-02-101-5/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.6jan.nijtmans2022-02-101-5/+5
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
* | | | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-3/+3
* | | | | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-2/+2
* | | | | | | Merge 9.0. Restore Tcl_ArgvGenFuncProc to what it was before (doesn't make mu...jan.nijtmans2022-02-101-3/+11
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | More progressjan.nijtmans2022-01-271-8/+9
* | | | | | | more progressjan.nijtmans2022-01-261-6/+5