| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
| |\ |
|
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -31/+31 |
|
|
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -12/+5 |
|\ \ \
| |/ / |
|
| * | | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -12/+5 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -30/+34 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -0/+23 |
| |\ \ \ |
|
| * \ \ \ | Merge tip-548 | jan.nijtmans | 2019-09-03 | 1 | -18/+29 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -4/+7 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -30/+30 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -25/+25 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -3/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Silence MSVC C4090 warnings when using ckrealloc(). Also make sure that Tcl i... | jan.nijtmans | 2019-11-07 | 1 | -1/+1 |
|
|
* | | | | | | Twice ckfree() -> Tcl_Free() | jan.nijtmans | 2019-11-06 | 1 | -2/+2 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-12 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-09-12 | 1 | -2/+2 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making... | jan.nijtmans | 2019-09-12 | 1 | -2/+2 |
|
|
* | | | | | | merge 8.7 | dgp | 2019-09-11 | 1 | -0/+23 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | merge 8.6 | dgp | 2019-09-11 | 1 | -0/+23 |
| |\ \ \ \ \
| | |/ / / /
| | | | | /
| | |_|_|/
| |/| | | |
|
| | * | | | Expand acronym in comment. | dgp | 2019-09-03 | 1 | -2/+2 |
|
|
| | * | | | extends [fec0c17d39]: restrict nested compilations using same limit (interp r... | sebres | 2019-08-30 | 1 | -0/+23 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-03 | 1 | -18/+29 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-09-03 | 1 | -18/+29 |
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
|
| | * | | closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of ... | sebres | 2019-08-29 | 1 | -18/+29 |
|
|
| | * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -30/+30 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -30/+30 |
| | |/
| |/| |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-06-15 | 1 | -0/+9 |
|\ \ \
| |/ / |
|
| * | | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 1 | -0/+9 |
| |\ \ |
|
| | * | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -0/+9 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
| |/ / |
|
* | | | merge 8.7 | dkf | 2019-04-19 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -0/+8 |
|
|
* | | | Rollback an (int -> size_t) conversion that doesn't yet make sense. | dgp | 2019-04-03 | 1 | -4/+3 |
|
|
* | | | Minor code cleanup: More use of size_t where possible, and elimination of unn... | jan.nijtmans | 2019-03-29 | 1 | -9/+10 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
| |/ / |
|
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -15/+14 |
|
|
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
* | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -13/+19 |
|\ \ \
| |/ / |
|
| * | | merge trunk | dgp | 2017-03-17 | 1 | -0/+5 |
| |\ \ |
|
| * \ \ | merge trunk | dgp | 2016-12-23 | 1 | -3/+6 |
| |\ \ \ |
|