| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -5/+18 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -8/+13 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge 8.6 | jan.nijtmans | 2019-12-03 | 1 | -8/+13 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | * | | | | | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ... | jan.nijtmans | 2019-12-03 | 1 | -8/+13 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-02 | 1 | -0/+8 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6 | jan.nijtmans | 2019-12-02 | 1 | -0/+8 |
| |\ \ \ \ \ \
| | |/ / / / /
| | | / / / /
| | |/ / / /
| |/| | | | |
|
| | * | | | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app... | jan.nijtmans | 2019-12-02 | 1 | -0/+10 |
|
|
| | * | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -4/+4 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -13/+13 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -2/+1 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -22/+22 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -2/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -2/+1 |
| |/ / / |
|
* | | | | 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 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
| | * | | | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -3/+3 |
|
|
| * | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-26 | 1 | -44/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -44/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 1 | -2/+2 |
|
|
* | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -1/+1 |
|
|
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-24 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | comment typo's | jan.nijtmans | 2018-11-24 | 1 | -3/+3 |
|
|
* | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -9/+9 |
|
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
* | | | | Starting to update all callers of TclGetStringFromObj() to use size_t variables | jan.nijtmans | 2018-07-01 | 1 | -1/+1 |
|
|
* | | | | Another round of size_t'isms, this time also for Tcl_DString | jan.nijtmans | 2018-06-29 | 1 | -16/+16 |
|
|
* | | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -23/+19 |
|
|
* | | | | More API changes using size_t. Internal changes not complete yet (WIP) | jan.nijtmans | 2018-06-28 | 1 | -5/+9 |
|
|
* | | | | merge trunk | jan.nijtmans | 2018-06-27 | 1 | -1/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ... | jan.nijtmans | 2018-06-24 | 1 | -0/+1 |
|
|
| * | | | Merge 8.6. And add more documentation and test-cases regarding the behavior o... | jan.nijtmans | 2018-06-18 | 1 | -6/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4.... | jan.nijtmans | 2018-06-18 | 1 | -7/+5 |
|
|
| * | | | merge 8.6 | jan.nijtmans | 2018-06-17 | 1 | -0/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [53cad613d8a4de166e680f09a6c6399ebddbc17c|53cad613d8]: TIP 389 implementa... | jan.nijtmans | 2018-06-17 | 1 | -0/+8 |
|
|
* | | | | Some more complient API changes | jan.nijtmans | 2018-02-06 | 1 | -2/+3 |
|
|
* | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes. | jan.nijtmans | 2018-01-31 | 1 | -4/+5 |
|/ / / |
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-08-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
|
|