| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.5; adapt fix for 8.6 | dgp | 2021-04-14 | 1 | -1/+8 |
|\ |
|
| * | Bug fix | dgp | 2021-04-14 | 1 | -1/+2 |
|
|
* | | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported... | jan.nijtmans | 2021-02-16 | 1 | -4/+4 |
|
|
* | | Fix [d43f96c1a8]: string trimright is broken for Emoji | jan.nijtmans | 2021-02-15 | 1 | -8/+9 |
|
|
* | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
|
|
* | | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
|
|
* | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -4/+5 |
|
|
* | | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in... | jan.nijtmans | 2020-05-05 | 1 | -22/+22 |
|
|
* | | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L... | jan.nijtmans | 2020-04-20 | 1 | -31/+30 |
|
|
* | | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | merge 8.5 | dgp | 2020-04-16 | 1 | -1/+1 |
| |\ |
|
| | * | Create and use macro TclUtfPrev for Tcl_UtfPrev. | dgp | 2020-04-16 | 1 | -1/+1 |
|
|
| * | | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext(). | dgp | 2020-04-14 | 1 | -1/+1 |
| |/ |
|
* | | TclTrimRight/TclTrimLeft: removed mixed declarations and code (forbidden in I... | sebres | 2020-04-15 | 1 | -3/+4 |
|
|
* | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -232/+181 |
|\ \
| |/ |
|
| * | [a7f685a181] Eliminate botched call of Tcl_UtfPrev. | dgp | 2020-04-13 | 1 | -3/+5 |
|
|
| * | TclTrim() can also demand NUL-terminated arguments, and be simplified. | dgp | 2020-04-13 | 1 | -64/+21 |
|
|
| * | TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminated | dgp | 2020-04-13 | 1 | -69/+25 |
|
|
| * | [c61818e4c9] [string trimright] robustly handle backing up over incomplete | dgp | 2020-04-13 | 1 | -2/+9 |
|
|
| * | Cherrypick partial fix. | dgp | 2020-04-13 | 1 | -5/+4 |
|
|
| * | [085913c760] Fix Tcl_DStringAppendElement quoting of #. | dgp | 2020-04-09 | 1 | -12/+32 |
|
|
| * | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -70/+50 |
|
|
| * | [afa4b28153] Correct TclNeedSpace handling of trailing escaped space. | dgp | 2020-04-09 | 1 | -8/+36 |
|
|
* | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|
|
* | | Minor optimization in TclFormatInt: No need to check for "0" as special value... | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add type-cast, making sure that the unary minus is handled correctly on any c... | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
|\ \
| |/ |
|
| * | Better fix for [3390638]: making the intVal variable unsigned prevents the ne... | jan.nijtmans | 2019-12-16 | 1 | -15/+4 |
|
|
* | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app... | jan.nijtmans | 2019-12-02 | 1 | -1/+1 |
|
|
* | | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem... | jan.nijtmans | 2019-09-12 | 1 | -27/+24 |
|
|
* | | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making... | jan.nijtmans | 2019-09-12 | 1 | -8/+8 |
|
|
* | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -10/+10 |
|\ \
| |/ |
|
* | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
|
|
* | | merge 8.5 | dgp | 2018-11-09 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -4/+17 |
|
|
| * | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl... | sebres | 2018-11-09 | 1 | -0/+4 |
|
|
* | | merge 8.5 | sebres | 2018-03-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | TclTrim: special case for TrimRight on single char result of TrimLeft (this c... | sebres | 2018-03-14 | 1 | -3/+3 |
|
|
| | | |
| \ | |
*-. \ | merge 8.5 | dgp | 2018-03-14 | 1 | -72/+183 |
|\ \ \
| | |/ |
|
| | * | TclTrim must write to *trimRight even when making a quick exit. | dgp | 2018-03-14 | 1 | -0/+1 |
| |/ |
|
| * | A few minor revisions. | dgp | 2018-03-13 | 1 | -11/+16 |
|
|
| * | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 1 | -55/+173 |
|
|
* | | Remove unused argument. | dgp | 2018-03-10 | 1 | -6/+5 |
|
|
* | | Return routine to file scope. | dgp | 2018-03-09 | 1 | -5/+7 |
|
|
* | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -0/+137 |
|
|
* | | New internal routine TclGetEndOffsetFromObj. | dgp | 2018-03-06 | 1 | -7/+39 |
|
|
* | | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 1 | -1/+2 |
|
|
* | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2018-02-14 | 1 | -16/+21 |
|
|