| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \ |
|
| * \ \ | merge trunk | dgp | 2016-11-28 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | merge trunk | dgp | 2016-11-16 | 1 | -4/+4 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge trunk | dgp | 2016-09-08 | 1 | -7/+15 |
| |\ \ \ \ \ |
|
| * | | | | | | Prefer removal of just known invalid interp over destruction of all intreps. | dgp | 2016-07-12 | 1 | -1/+1 |
|
|
| * | | | | | | merge trunk | dgp | 2016-07-09 | 1 | -4/+4 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge trunk | dgp | 2016-06-17 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2016-05-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-05-10 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | typo | dgp | 2016-04-29 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | more revisions | dgp | 2016-04-29 | 1 | -9/+14 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Use more TCL_AUTO_LENGTH, when appropriate | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|
|
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -53/+53 |
|\ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | Another round of size_t'isms, this time also for Tcl_DString | jan.nijtmans | 2018-06-29 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -16/+16 |
|
|
* | | | | | | | | | | | Merge trunk | jan.nijtmans | 2018-04-15 | 1 | -19/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Remove disabled code and reformat. | dgp | 2018-03-06 | 1 | -18/+0 |
|
|
| * | | | | | | | | | | Convert macros to enums - constrained by need for matching table. | dgp | 2018-03-06 | 1 | -8/+8 |
|
|
* | | | | | | | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes. | jan.nijtmans | 2018-01-31 | 1 | -3/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t. | jan.nijtmans | 2017-12-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | Remove extra.unused2 field from struct Interp. It really is unused ... | jan.nijtmans | 2017-11-14 | 1 | -2/+2 |
|/ / / / / / / / / |
|
* | | | | | | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+5 |
|
|
* | | | | | | | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -3/+6 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -1/+1 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -4/+4 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -7/+15 |
|\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -6/+4 |
|
|
| * | | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -2/+2 |
|
|
| * | | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -3/+13 |
|
|
* | | | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
| |_|_|/
|/| | | |
|