| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -4/+4 |
|\ |
|
| * | 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 | jan.nijtmans | 2019-08-01 | 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 | jan.nijtmans | 2019-06-15 | 1 | -0/+44 |
|\ \
| |/ |
|
| * | And the command version of the new operators too. | dkf | 2019-06-05 | 1 | -0/+44 |
|
|
* | | Merge 8.7. The changes in tclCmdIL.c fix the travis build. | jan.nijtmans | 2019-05-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -18/+18 |
|
|
* | | Fix broken tests | dkf | 2019-04-19 | 1 | -3/+3 |
|
|
* | | merge 8.7 | dkf | 2019-04-19 | 1 | -0/+57 |
|\ \
| |/ |
|
| * | merge 8.7 | dgp | 2019-04-08 | 1 | -1/+1 |
| |\ |
|
| * \ | merge 8.7 | dgp | 2019-02-14 | 1 | -26/+23 |
| |\ \ |
|
| * \ \ | merge 8.7 | dgp | 2018-11-19 | 1 | -3/+15 |
| |\ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2018-10-17 | 1 | -5/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-09-11 | 1 | -7/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | A compiler for [string insert] mirroring the one for [linsert]. | dgp | 2018-03-21 | 1 | -0/+57 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 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 trunk | jan.nijtmans | 2019-02-04 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
* | | | | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -14/+14 |
|/ / / / / / |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-01-16 | 1 | -22/+19 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -22/+19 |
|
|
* | | | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -18/+22 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2018-12-18 | 1 | -6/+6 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Internal minor optimization of TIP #502 implementation. No difference in any ... | jan.nijtmans | 2018-12-18 | 1 | -6/+6 |
| | |_|_|/
| |/| | | |
|
| * | | | | 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 |
|
|
* | | | | | Adapted TIP 501 | dgp | 2018-11-13 | 1 | -3/+15 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2018-10-08 | 1 | -4/+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 |
| | |_|/
| |/| | |
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -18/+18 |
|\ \ \ \
| |/ / / |
|
* | | | | merge trunk | jan.nijtmans | 2018-08-11 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -7/+7 |
| | |/
| |/| |
|
* | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2018-06-27 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
* | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk. | jan.nijtmans | 2018-06-16 | 1 | -14/+14 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2018-04-15 | 1 | -131/+177 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|