summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-04-162-8/+4
|\
| * Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-165-84/+75
| |\
| | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-166-551/+593
* | | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), ...jan.nijtmans2020-04-151-2/+8
* | | Merge 8.6jan.nijtmans2020-04-152-7/+56
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-04-152-7/+56
| |\ \ | | |/
| | * New test command "testutfnext", not used yet in actual test-cases. Being merg...jan.nijtmans2020-04-152-7/+56
| | * Backport test-cases from 8.6jan.nijtmans2020-04-141-5/+65
* | | Merge 8.6jan.nijtmans2020-04-151-1/+1
|\ \ \ | |/ /
| * | fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if gener...sebres2020-04-151-1/+1
| * | TclTrimRight/TclTrimLeft: removed mixed declarations and code (forbidden in I...sebres2020-04-151-3/+4
| * | Backport encoding-15.3 test-case from 8.7, together with missing "teststringb...jan.nijtmans2020-04-141-222/+160
* | | Fix windows build (with older compilers)jan.nijtmans2020-04-141-1/+1
* | | Add test-case for bug [c61818e4c9]jan.nijtmans2020-04-141-1/+1
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-04-1413-260/+339
|\ \ \ | |/ /
| * | Fix unit-test, change expectations according to current 8.6 branch (not handl...jan.nijtmans2020-04-141-8/+2
| * | Create separate tables to serve Tcl_UtfPrev and Tcl_UtfComplete.dgp2020-04-141-2/+19
| * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-1312-262/+331
| |\ \ | | |/
| | * 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
| | |/
* | | Merge 8.6jan.nijtmans2020-04-101-3/+3
|\ \ \ | |/ /
| * | Since Tcl_UtfCharComplete() now guarantees that at least 3 more bytes are ava...jan.nijtmans2020-04-101-3/+3
* | | Teach "split", "string wordstart" and "string wordend" how to handle Unicode ...jan.nijtmans2020-04-081-17/+12
* | | Fix [dd010cadfb]: [string trim] mishandles surrogatesjan.nijtmans2020-04-061-6/+6
* | | Make Tcl_UtfCharComplete() usable for both Tcl_UtfToUniChar() and Tcl_UtfToCh...jan.nijtmans2020-04-061-5/+2