summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Add TclParseArgsObjv_jan.nijtmans2022-01-261-6/+6
* | | | | | | More work in progressjan.nijtmans2022-01-241-4/+4
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-5/+5
|/ / / / / /
* | | | | | Merge 8.7jan.nijtmans2021-12-181-8/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2021-12-181-3/+5
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Make it impossible for the indexType object to cache negative index values. A...jan.nijtmans2021-12-181-3/+5
* | | | | Merge 8.7jan.nijtmans2021-12-161-9/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2021-12-161-11/+11
| |\ \ \ \ | | |/ / /
| | * | | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-161-4/+4
* | | | | Merge 8.7jan.nijtmans2021-12-131-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2021-12-131-4/+4
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |