summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-39/+39
|\
* | More progressjan.nijtmans2022-03-091-39/+39
* | Merge 9.0jan.nijtmans2022-03-091-1/+1
|\ \ | |/
* | More size_tjan.nijtmans2022-03-081-1/+1
* | Another round of int -> size_t for internal functionsjan.nijtmans2022-03-071-2/+2
* | More progressjan.nijtmans2022-03-061-70/+70
* | Merge 9.0jan.nijtmans2022-03-061-12/+12
|\ \ | |/
| * Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-6/+6
| * Backout part of previous commit, making compile.test work again with --enable...jan.nijtmans2022-02-281-6/+6
* | Merge 9.0jan.nijtmans2022-02-271-19/+18
|\ \ | |/
| * More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-19/+18
| * Merge 8.7jan.nijtmans2022-02-101-3/+3
| |\
| | * Merge 8.6jan.nijtmans2022-02-101-3/+3
| | |\
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-3/+3
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-17/+18
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-1/+1
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-2/+2
* | | | More progressjan.nijtmans2022-01-271-5/+7
* | | | More WIPjan.nijtmans2022-01-261-3/+2
* | | | More work in progressjan.nijtmans2022-01-241-1/+2
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-3/+3
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-061-3/+3
|\ \ \ | |/ /
| * | Rewrite comments for clarity and conciseness.pooryorick2021-10-041-3/+3
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-6/+6
|\ \ \ | |/ /
* | | 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.7jan.nijtmans2020-09-171-23/+24
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-23/+24
* | | Merge 8.7jan.nijtmans2020-09-101-10/+10
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-101-10/+10
| |\ \ | | |/
| | * Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-101-10/+10
* | | Merge 8.7jan.nijtmans2020-05-141-18/+17
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-141-18/+17
| |\ \ | | |/
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-36/+32
| | |\
| | | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-131-6/+5
| | |/
* | | merge 8.7dgp2020-03-061-100/+41
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-100/+41
* | | Merge 8.7jan.nijtmans2020-02-281-26/+58
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-4/+36
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ | | |/ /
| * | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-2/+2
| |\ \ \
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | | Merge 8.7jan.nijtmans2019-08-151-15/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.7jan.nijtmans2019-08-141-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-15/+15
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-011-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-2/+2
| |/ /
* | | merge 8.7dkf2019-04-191-0/+32
|\ \ \ | |/ /
| * | Compilation for [dict getwithdefault].dkf2019-04-181-0/+32
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-2/+2