summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext().dgp2020-04-142-1/+4
* | The function of Tcl_UtfNext() is to advance a pointer. There's nothingdgp2020-04-141-3/+13
|/
* Backport test-cases from 8.6jan.nijtmans2020-04-141-5/+65
* Make the comments describing Tcl_UtfPrev more complete and precise.dgp2020-04-131-10/+37
* merge 8.5dgp2020-04-131-3/+5
|\
| * [a7f685a181] Eliminate botched call of Tcl_UtfPrev.dgp2020-04-131-3/+5
* | merge 8.5dgp2020-04-131-2/+12
|\ \ | |/
| * Known bug test string-22.14 is not so hard to fix.dgp2020-04-131-2/+12
* | A NUL byte cannot be mistaken for a trail byte.dgp2020-04-131-5/+0
* | merge 8.5dgp2020-04-131-130/+43
|\ \ | |/
| * TclTrim() can also demand NUL-terminated arguments, and be simplified.dgp2020-04-131-64/+21
| * TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminateddgp2020-04-131-69/+25
* | merge 8.5dgp2020-04-131-3/+11
|\ \ | |/
| * [c61818e4c9] [string trimright] robustly handle backing up over incompletedgp2020-04-131-2/+9
| * Cherrypick partial fix.dgp2020-04-131-5/+4
* | merge 8.5dgp2020-04-121-10/+17
|\ \ | |/
| * Bulletproof the calls to Tcl_UtfPrev in Tcl_AppendLimitedToObj.dgp2020-04-091-10/+17
* | merge 8.5dgp2020-04-099-94/+140
|\ \ | |/
| * Same trouble fixed the same way in Tcl_AppendElement().dgp2020-04-091-1/+10
| * [085913c760] Fix Tcl_DStringAppendElement quoting of #.dgp2020-04-091-12/+32
| * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-098-79/+68
| * [afa4b28153] Correct TclNeedSpace handling of trailing escaped space.dgp2020-04-091-8/+36
* | merge the base branchdgp2020-04-081-7/+3
|\ \
| * | Cherry pick the [string trim] changes.dgp2020-04-081-7/+3
* | | Apply better bug fix that does not create new bugs this time.dgp2020-04-081-1/+1
* | | Restore the original Tcl_UtfPrev routine. Fails a different set of tests.dgp2020-04-081-0/+3
|/ /
* | Convert the tests to use the testing command.dgp2020-04-071-9/+13
* | New testing command so we can directly demonstrate flaws.dgp2020-04-071-0/+48
* | fixes [c61818e4c9] for all variants of string trimsebres2020-04-071-3/+11
* | closes regression in string trimright [c61818e4c9] without modifying of Tcl_U...sebres2020-04-071-5/+4
|/
* Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-175-9/+33
* Update all internal tables to Unicode 13.jan.nijtmans2020-03-053-1333/+1355
|\
| * Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ...jan.nijtmans2020-02-113-1335/+1357
| * TclInitBignumFromWide(U)Int is not used any more.jan.nijtmans2020-02-021-2/+0
| * Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-026-39/+54
| |\
| | * Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-136-39/+54
| * | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-312-13/+25
| * | Merge 8.6jan.nijtmans2020-01-303-105/+35
| |\ \
| | * | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-303-105/+35
| * | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-292-2/+2
| * | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-253-4/+18
| * | | Implement TIP 559dgp2020-01-242-3/+4
| |\ \ \
| | * | | Implement TIP 559 (deprecation part).dgp2020-01-132-3/+4
| | | |/ | | |/|
| * | | Merge 8.6jan.nijtmans2020-01-231-23/+17
| |\ \ \ | | | |/ | | |/|
| | * | Better error-handling in some libtommath calls.jan.nijtmans2020-01-235-31/+33
| * | | Add error-handling to all libtommath function calls. Most likely not perfect ...jan.nijtmans2020-01-235-270/+530
| |\ \ \
| | * \ \ Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-223-49/+92
| | |\ \ \
| | * \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-2118-107/+196
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-173-55/+94
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-155-11/+43
| | |\ \ \ \ \ \