summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2023-04-211-23/+26
|\
| * Merge trunkapnadkarni2023-04-141-1/+1
| |\
| * \ Merge 9.0apnadkarni2023-04-081-4/+3
| |\ \
| * | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-32/+35
* | | | Merge 9.0jan.nijtmans2023-04-201-3/+3
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge 9.0jan.nijtmans2023-04-141-20/+20
|\ \ \ \ | |/ / /
| * | | 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 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
* | | Merge 9.0jan.nijtmans2023-03-051-6/+6
|\ \ \ | |/ /
| * | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-6/+6
* | | Merge 9.0jan.nijtmans2022-11-191-1/+2
|\ \ \ | |/ /
| * | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | Rebase TIP #626 to latest 9.0. Change Tcl version number from 9.0 to 9.1a0jan.nijtmans2022-11-061-8/+8
|\ \ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-09-041-1/+1
| |\ \
| * \ \ Merge 9.0jan.nijtmans2022-06-091-1/+1
| |\ \ \
| * | | | Many int-> size_tjan.nijtmans2022-05-251-8/+8
* | | | | 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