Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-07-25 | 1 | -2/+2 |
|\ | |||||
| * | Eliminate "register" keyword usage from all header-files (and also correspond... | jan.nijtmans | 2019-07-25 | 1 | -2/+2 |
* | | Merge 8.7 | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c... | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2019-06-15 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -1/+7 |
* | | merge 8.7 | dkf | 2019-04-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -1/+3 |
* | | Minor code cleanup: More use of size_t where possible, and elimination of unn... | jan.nijtmans | 2019-03-29 | 1 | -1/+1 |
* | | Merge trunk | jan.nijtmans | 2019-02-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
* | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
* | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge 8.7 | dgp | 2018-03-10 | 1 | -7/+2 |
| |\ \ | |||||
| * \ \ | merge 8.7 | dgp | 2018-03-05 | 1 | -0/+7 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk | dgp | 2017-05-15 | 1 | -12/+12 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunk | dgp | 2017-03-17 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunk | dgp | 2017-02-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-09-08 | 1 | -26/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | more revisions | dgp | 2016-04-29 | 1 | -0/+10 |
| * | | | | | | | | | | merge trunk | dgp | 2016-04-29 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | repair merge | dgp | 2016-04-22 | 1 | -0/+7 |
* | | | | | | | | | | | | Merge trunk | jan.nijtmans | 2018-09-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2018-09-28 | 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 |
* | | | | | | | | | | | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -10/+10 |
* | | | | | | | | | | | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk. | jan.nijtmans | 2018-06-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge trunk | jan.nijtmans | 2018-04-15 | 1 | -299/+283 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | merge 8.7 | dgp | 2018-03-11 | 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 |
| * | | | | | | | | | | | Remove disabled code and reformat. | dgp | 2018-03-06 | 1 | -577/+279 |
| * | | | | | | | | | | | Convert macros to enums - constrained by need for matching table. | dgp | 2018-03-06 | 1 | -150/+132 |
| * | | | | | | | | | | | experiment | dgp | 2018-03-06 | 1 | -0/+305 |
| * | | | | | | | | | | | Remove all code supporting legacy instructions. | dgp | 2018-03-05 | 1 | -7/+0 |
| * | | | | | | | | | | | WIP removing bytecode instructions that are no longer issued. | dgp | 2018-03-05 | 1 | -5/+5 |
| * | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-03-01 | 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 |