| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-08-01 | 1 | -16/+16 |
|
|
* | 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 | -1/+1 |
|\ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | | Merge core-8-branch | apnadkarni | 2022-11-05 | 1 | -9/+8 |
|\ \ |
|
| * | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade... | jan.nijtmans | 2022-10-25 | 1 | -9/+8 |
|
|
* | | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -2/+8 |
|
|
* | | | New bytecode for linsert | apnadkarni | 2022-10-30 | 1 | -1/+1 |
|
|
* | | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -2/+4 |
|/ / |
|
* | | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions) | jan.nijtmans | 2022-10-23 | 1 | -26/+26 |
|
|
* | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -93/+93 |
|
|
* | | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!) | jan.nijtmans | 2022-07-04 | 1 | -4/+4 |
|
|
* | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -3/+3 |
|
|
* | | more "unsigned int" -> TCL_HASH_TYPE | jan.nijtmans | 2022-06-23 | 1 | -8/+8 |
|
|
* | | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefs | jan.nijtmans | 2022-05-27 | 1 | -12/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-13 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash | jan.nijtmans | 2022-01-12 | 1 | -9/+9 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -18/+18 |
|
|
* | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -1/+2 |
|
|
* | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y... | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|
|
| * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -4/+4 |
|
|
| * | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -1/+3 |
| |\ |
|
| * | | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode bac... | sebres | 2017-05-09 | 1 | -0/+19 |
|
|
* | | | Make tclStringClassTable a little bit smaller, and save a pointer access when... | jan.nijtmans | 2020-06-19 | 1 | -1/+1 |
|
|
* | | | Eliminate "register" keyword usage from all header-files (and also correspond... | jan.nijtmans | 2019-07-25 | 1 | -2/+2 |
|
|
* | | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c... | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
|
|
* | | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -1/+7 |
|
|
* | | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -1/+3 |
|
|
* | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2018-09-28 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Another patch contributed by Gustaf Neumann: shifting negative numbers is und... | jan.nijtmans | 2018-09-28 | 1 | -1/+1 |
|
|
* | | | | merge 8.7 | dgp | 2018-03-10 | 1 | -7/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -7/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Update the command compilers and bytecode execution engine to use new machinery. | dgp | 2018-03-09 | 1 | -2/+2 |
|
|
| | * | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -9/+0 |
|
|
| | * | | Establish 4 symbols for categories of parsed index values: | dgp | 2018-03-07 | 1 | -1/+3 |
|
|
| | * | | try to fix [db36fa5122]: better compiled variants of several indices-related ... | sebres | 2018-03-06 | 1 | -2/+4 |
|
|
* | | | | merge 8.7 | dgp | 2018-03-05 | 1 | -0/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 | dgp | 2018-03-01 | 1 | -0/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Refactor to eliminate duplicate routine parsing tokens as indices. | dgp | 2018-03-01 | 1 | -0/+7 |
| | |/ |
|
* | | | 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 |
|
|
| * | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
|
|
* | | | merge trunk | dgp | 2017-05-15 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 1 | -12/+12 |
| |\ \
| | |/ |
|
| | * | Let local variables declared from within macro's always start with underscore... | jan.nijtmans | 2017-05-09 | 1 | -12/+12 |
|
|
* | | | merge trunk | dgp | 2017-03-17 | 1 | -1/+3 |
|\ \ \
| |/ / |
|