summaryrefslogtreecommitdiffstats
path: root/generic/tclIndexObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-04-081-4/+4
* 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
* | | | | | 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
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it prod...jan.nijtmans2021-12-131-26/+26
| | * | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-13/+5
* | | | Merge 8.7jan.nijtmans2021-10-081-15/+15
|\ \ \ \ | |/ / /
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-16/+16
| * | | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-13/+5
* | | | Update code comments.pooryorick2021-09-021-2/+2
* | | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matchin...pooryorick2021-09-011-13/+5
* | | | Merge 8.7jan.nijtmans2021-03-191-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-03-191-2/+0
| |\ \ \ | | |/ /
| | * | Delete some useless code. Was only place where we fed an uncontrolled value t...dkf2021-03-181-2/+0
| | * | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
* | | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-131-3/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-10-141-7/+7
| |\ \ \ \
* | \ \ \ \ Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-7/+7
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ \ \ | |/ / /
| * | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-3/+3
|\ \ \ \ | |/ / /
| * | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-4/+4
* | | | Merge 8.7jan.nijtmans2020-05-131-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-131-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper.jan.nijtmans2020-05-131-1/+1
* | | merge 8.7dgp2020-03-061-42/+4
|\ \ \ | |/ /
| * | more unused argumentsdgp2020-03-061-6/+3
| * | merge 8.6dgp2020-03-061-36/+1
| |\ \ | | |/
| | * Remove SetIndexFromAny(), a useless routine that can only be reached viadgp2020-03-061-35/+1
* | | Merge 8.7jan.nijtmans2020-02-281-17/+21
|\ \ \ | |/ /