| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 - [ab123cfd3d] and [784befb0ba] | apnadkarni | 2023-05-02 | 1 | -1/+1 |
|\ |
|
| * | Fix [784befb0ba] - tailcall crash | apnadkarni | 2023-05-02 | 1 | -1/+1 |
|
|
| * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-10-21 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Fix [d554e5554e]: fix typo “defintion” | jan.nijtmans | 2022-10-20 | 1 | -51/+51 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-08-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Patch (8) from [37108037b9]: Code cleanups to support CHERI | jan.nijtmans | 2022-08-23 | 1 | -1/+1 |
|
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -6/+6 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -0/+3 |
|\ \ |
|
| * \ | merge 8.6 (fixes [27520c9b17]) | sebres | 2022-04-26 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | closes bug [27520c9b17] | sebres | 2022-04-26 | 1 | -0/+3 |
| | |\ |
|
| | | * | fixes compilation of try-command [27520c9b17]: compile only if finaly token i... | sebres | 2022-04-26 | 1 | -0/+3 |
|
|
* | | | | Handle Tcl_GetCharLength | jan.nijtmans | 2022-03-16 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
|
|
| * | | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -6/+8 |
|
|
| * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -10/+14 |
|
|
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|
|
* | | | Use TCL_ERROR to signal inability to compile. | dgp | 2020-10-27 | 1 | -1/+1 |
|
|
* | | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
|
|
* | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -8/+10 |
|
|
* | | | Make tclStringClassTable a little bit smaller, and save a pointer access when... | jan.nijtmans | 2020-06-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -17/+17 |
|\ \ \
| |/ / |
|
| * | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -20/+20 |
|
|
| * | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -0/+1 |
|
|
* | | | a few more | dgp | 2020-03-17 | 1 | -2/+2 |
|
|
* | | | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -165/+57 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-01-13 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -7/+7 |
| | |/ |
|
| | * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
|
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -10/+61 |
|\ \ \
| |/ / |
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -4/+4 |
|
|
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -29/+29 |
|/ / |
|
* | | And the command version of the new operators too. | dkf | 2019-06-05 | 1 | -0/+44 |
|
|
* | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -18/+18 |
|
|
* | | merge 8.7 | dgp | 2019-04-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|
|
| * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2019-02-14 | 1 | -26/+23 |
|\ \ \
| |/ / |
|