| Commit message (Expand) | Author | Age | Files | Lines |
* | a few more | dgp | 2020-03-17 | 1 | -2/+2 |
|
|
* | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -165/+57 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -0/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-01-13 | 1 | -0/+1 |
| |\ |
|
| | * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -7/+7 |
|
|
| | * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
|
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -10/+61 |
|\ \ \
| |/ / |
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -4/+4 |
|
|
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -29/+29 |
|/ / |
|
* | | And the command version of the new operators too. | dkf | 2019-06-05 | 1 | -0/+44 |
|
|
* | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -18/+18 |
|
|
* | | merge 8.7 | dgp | 2019-04-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|
|
| * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2019-02-14 | 1 | -26/+23 |
|\ \ \
| |/ / |
|
| * | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -22/+19 |
|
|
| * | | Internal minor optimization of TIP #502 implementation. No difference in any ... | jan.nijtmans | 2018-12-18 | 1 | -6/+6 |
|
|
* | | | merge 8.7 | dgp | 2018-11-19 | 1 | -3/+15 |
|\ \ \
| |/ / |
|
| * | | merge core-8-branch | dkf | 2018-11-06 | 1 | -150/+193 |
| |\ \ |
|
| * | | | Ok.. that was all it needed | hypnotoad | 2018-02-13 | 1 | -1/+0 |
|
|
| * | | | Implemetation of tip 501. | hypnotoad | 2018-02-13 | 1 | -3/+16 |
|
|
* | | | | merge 8.7 | dgp | 2018-10-17 | 1 | -5/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
|
|
| * | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun... | jan.nijtmans | 2018-08-28 | 1 | -1/+1 |
|
|
| * | | | Experiment, resolving platform differences at script level. Don't look ... | jan.nijtmans | 2018-08-16 | 1 | -3/+0 |
|
|
* | | | | merge 8.7 | dgp | 2018-09-11 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -7/+7 |
|
|
* | | | | A compiler for [string insert] mirroring the one for [linsert]. | dgp | 2018-03-21 | 1 | -0/+57 |
|/ / / |
|
* | | | merge 8.6 | dgp | 2018-03-13 | 1 | -95/+145 |
|\ \ \
| | |/
| |/| |
|
| * | | Rewrite the [string replace] compiler to take advantage of the richer | dgp | 2018-03-13 | 1 | -96/+145 |
|
|
| * | | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. | dgp | 2018-03-13 | 1 | -0/+1 |
|
|
* | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -13/+42 |
|\ \ \
| |/ / |
|
| * | | Update the command compilers and bytecode execution engine to use new machinery. | dgp | 2018-03-09 | 1 | -8/+8 |
|
|
| * | | When index parsing alone tells you a [string range] is empty, just push it. | dgp | 2018-03-07 | 1 | -2/+17 |
|
|
| * | | Establish 4 symbols for categories of parsed index values: | dgp | 2018-03-07 | 1 | -18/+25 |
|
|
| * | | Incorporate sebres work on the same ticket. Good stuff! | dgp | 2018-03-07 | 1 | -4/+11 |
| |\ \ |
|
| | * | | try to fix [db36fa5122]: better compiled variants of several indices-related ... | sebres | 2018-03-06 | 1 | -4/+11 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2018-03-07 | 1 | -0/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | various bits of ranting commentary | dgp | 2018-03-06 | 1 | -0/+19 |
| |/ / |
|
* | | | merge 8.6 | dgp | 2018-03-01 | 1 | -62/+10 |
|\ \ \
| |/ / |
|
| * | | Refactor to eliminate duplicate routine parsing tokens as indices. | dgp | 2018-03-01 | 1 | -62/+10 |
| |/ |
|
* | | 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 | -3/+3 |
|\ \
| |/ |
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -9/+9 |
|/ |
|
* | More places where unsigned quantities should be decared such. | dgp | 2016-03-22 | 1 | -1/+1 |
|
|
* | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -6/+6 |
|
|