Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More progress | jan.nijtmans | 2022-03-17 | 1 | -7/+7 |
| | |||||
* | Update doc, fix PrintSourceToObj signature | jan.nijtmans | 2022-03-10 | 1 | -5/+5 |
| | |||||
* | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -8/+8 |
|\ | |||||
* | | More progress | jan.nijtmans | 2022-03-09 | 1 | -8/+8 |
| | | |||||
* | | More size_t | jan.nijtmans | 2022-03-08 | 1 | -6/+16 |
| | | |||||
* | | Another round of int -> size_t for internal functions | jan.nijtmans | 2022-03-07 | 1 | -12/+12 |
|/ | |||||
* | Use size_t in AuxDataPrintProc | jan.nijtmans | 2022-03-01 | 1 | -3/+3 |
| | |||||
* | Backout part of previous commit, making compile.test work again with ↵ | jan.nijtmans | 2022-02-28 | 1 | -6/+6 |
| | | | | --enable-symbols=all | ||||
* | More size_t usage, e.g. for "foreach" | jan.nijtmans | 2022-02-27 | 1 | -10/+10 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-01-13 | 1 | -9/+9 |
|\ | |||||
| * | 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 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -18/+18 |
| | | | |||||
* | | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 ↵ | jan.nijtmans | 2021-04-30 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | leftover testcases, which were skipped | ||||
| * | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -1/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are ↵ | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | you doing ...!) | ||||
| | * | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵ | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....) | ||||
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵ | jan.nijtmans | 2019-08-28 | 1 | -4/+4 |
| | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
| | * | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -1/+3 |
| | |\ | |||||
| | * | | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode ↵ | sebres | 2017-05-09 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | back-ported as inline from trunk) | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-06-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make tclStringClassTable a little bit smaller, and save a pointer access ↵ | jan.nijtmans | 2020-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | when accessing the name of an entry. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-25 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate "register" keyword usage from all header-files (and also ↵ | jan.nijtmans | 2019-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | corresponding implementations). | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some ↵ | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | type-casts, making it more C++-friendly. | ||||
* | | | | 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 ↵ | jan.nijtmans | 2019-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | unneeded type-casts. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | | | | | 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 |
|\ \ \ \ | |/ / / | | | | | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments. | ||||
| * | | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵ | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. | ||||
* | | | | 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 |
| | | | | | | | | | | | | |