summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-05-171-6/+6
|\
| * Merge 8.7jan.nijtmans2022-05-171-6/+6
| |\
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-6/+6
| | * Merge 8.7jan.nijtmans2022-04-261-0/+3
| | |\
| | * | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-1/+1
* | | | Merge 9.0jan.nijtmans2022-04-261-0/+3
|\ \ \ \ | |/ / /
| * | | merge 8.7sebres2022-04-261-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | merge 8.6 (fixes [27520c9b17])sebres2022-04-261-0/+3
| | |\ \ | | | |/ | | |/|
| | | * closes bug [27520c9b17]sebres2022-04-261-0/+3
| | | |\
| | | | * fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | | | | Merge 9.0jan.nijtmans2022-04-141-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+7
| |\ \ \ \
| | * | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+7
| | |/ / /
* | | | | More progressjan.nijtmans2022-03-291-10/+10
* | | | | More progressjan.nijtmans2022-03-181-32/+32
* | | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-52/+52
|\ \ \ \ \ | |/ / / /
* | | | | More progressjan.nijtmans2022-03-091-52/+52
* | | | | More size_tjan.nijtmans2022-03-081-1/+1
* | | | | More progressjan.nijtmans2022-03-061-59/+59
* | | | | Merge 9.0jan.nijtmans2022-03-061-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-4/+4
| * | | | Merge 8.7jan.nijtmans2022-02-101-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2022-02-101-6/+6
| | |\ \ \ | | | |/ /
| | | * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-6/+6
| | | * | Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-6/+8
| | | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-4/+4
* | | | | More progressjan.nijtmans2022-01-271-14/+14
* | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-6/+6
|/ / / /
* | | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 left...jan.nijtmans2021-04-301-10/+14
|\ \ \ \ | |/ / /
| * | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-10/+14
* | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-9/+9
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2020-12-081-4/+4
|\ \ \ \ | |/ / /
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-4/+4
* | | | merge 8.7dgp2020-10-271-1/+1
|\ \ \ \ | |/ / /
| * | | Use TCL_ERROR to signal inability to compile.dgp2020-10-271-1/+1
* | | | 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-8/+10
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-8/+10
* | | | Merge 8.7jan.nijtmans2020-06-211-1/+1
|\ \ \ \ | |/ / /
| * | | Make tclStringClassTable a little bit smaller, and save a pointer access when...jan.nijtmans2020-06-191-1/+1
* | | | Merge 8.7jan.nijtmans2020-05-141-17/+17
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-141-17/+17
| |\ \ \ | | |/ /
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-20/+20
| | * | A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+1
* | | | merge 8.7dgp2020-03-171-2/+2
|\ \ \ \ | |/ / /
| * | | a few moredgp2020-03-171-2/+2
* | | | merge 8.7dgp2020-03-061-165/+57
|\ \ \ \ | |/ / /