| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -7/+7 |
|\ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -10/+10 |
|
|
| * | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 1 | -1/+1 |
|
|
* | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -1/+1 |
|
|
* | | [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ... | jan.nijtmans | 2022-08-25 | 1 | -6/+7 |
|
|
* | | Merge 8.6. Eliminate some (long) typecasts | jan.nijtmans | 2022-06-02 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
| * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -13/+16 |
|
|
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
|
|
| * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -3/+3 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -16/+16 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -22/+25 |
|
|
* | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff... | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | merge 8.6 | dgp | 2020-04-02 | 1 | -22/+8 |
|\ \
| |/ |
|
| * | Adapt another caller. This one had a bug when (TCL_UTF_MAX == 4) because it | dgp | 2020-04-02 | 1 | -22/+8 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -5/+5 |
|
|
* | | more unused arguments | dgp | 2020-03-06 | 1 | -6/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2019-09-25 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-06-09 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-03-16 | 1 | -1/+1 |
|
|
* | | | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -7/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
|/ / / |
|
* | | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai... | jan.nijtmans | 2019-06-07 | 1 | -1/+1 |
|/ / |
|
* | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -4/+4 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
|
|
* | | merge 8.7 | dgp | 2018-10-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn... | jan.nijtmans | 2018-10-21 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ... | jan.nijtmans | 2018-06-24 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-02-15 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Guarantee the buffer is large enough it will not be overrun. | dgp | 2018-02-15 | 1 | -1/+2 |
|
|
| * | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C... | jan.nijtmans | 2018-02-14 | 1 | -4/+3 |
|
|
* | | | merge 8.7 | dgp | 2018-02-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -2/+2 |
|
|
* | | | merge 8.7 | dgp | 2018-02-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -3/+3 |
|
|
* | | | | merge 8.7 | dgp | 2017-12-19 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from... | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
| |/ / |
|
* | | | merge trunk | dgp | 2017-04-27 | 1 | -18/+16 |
|\ \ \
| |/ / |
|
| * | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -18/+16 |
| |\ \
| | |/ |
|
| | * | A better way of getting source file location information when disassembling. | dkf | 2017-04-22 | 1 | -18/+16 |
|
|