| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -10/+14 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|
|
* | Use TCL_ERROR to signal inability to compile. | dgp | 2020-10-27 | 1 | -1/+1 |
|
|
* | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
|
|
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -8/+10 |
|
|
* | Make tclStringClassTable a little bit smaller, and save a pointer access when... | jan.nijtmans | 2020-06-19 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -17/+17 |
|\ |
|
| * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -20/+20 |
|
|
| * | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -0/+1 |
|
|
* | | 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 |
|
|