Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge 8.6. And add more documentation and test-cases regarding the behavior o... | jan.nijtmans | 2018-06-18 | 1 | -0/+4 | |
|\ | ||||||
| * | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4.... | jan.nijtmans | 2018-06-18 | 1 | -0/+6 | |
* | | General code style cleanup. | dkf | 2018-05-13 | 1 | -122/+157 | |
* | | merge 8.6 | dgp | 2018-05-08 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
* | | merge core-8-6-branch | pooryorick | 2018-05-07 | 1 | -0/+220 | |
|\ \ | |/ | ||||||
| * | Avoid generating string representation when comparing the empty string. | pooryorick | 2018-05-05 | 1 | -0/+45 | |
| | | ||||||
| \ | ||||||
*-. \ | TIP #389 implementation. | jan.nijtmans | 2018-04-20 | 1 | -11/+59 | |
|\ \ \ | | |/ | ||||||
| * | | merge 8.7 | dgp | 2018-04-11 | 1 | -0/+3 | |
| |\ \ | |/ / |/| | | ||||||
| * | | merge 8.7 | dgp | 2018-03-30 | 1 | -1/+2 | |
| |\ \ | ||||||
| * \ \ | merge 8.7 | dgp | 2018-03-15 | 1 | -176/+306 | |
| |\ \ \ | ||||||
| * \ \ \ | merge core-8-branch. | jan.nijtmans | 2018-01-26 | 1 | -8/+38 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 s... | jan.nijtmans | 2018-01-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| * | | | | | Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost... | jan.nijtmans | 2018-01-11 | 1 | -2/+31 | |
| * | | | | | merge core-8-branch | jan.nijtmans | 2017-12-23 | 1 | -5/+6 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-01 | 1 | -4/+8 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX... | jan.nijtmans | 2017-11-17 | 1 | -5/+5 | |
| * | | | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ... | jan.nijtmans | 2017-11-07 | 1 | -6/+6 | |
* | | | | | | | | Plug memleak in [format] applied to bignums. | dgp | 2018-04-05 | 1 | -0/+1 | |
* | | | | | | | | [string cat] was failing to NUL terminate string reps. | dgp | 2018-04-05 | 1 | -0/+2 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Test and fix for botch in binary string replace. | dgp | 2018-03-20 | 1 | -0/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | New routine TclStringReplace() serves as a common implementation for both | dgp | 2018-03-14 | 1 | -0/+145 | |
* | | | | | | Don't let presence of a string rep prevent optimizations on "pure" bytearrays. | dgp | 2018-02-23 | 1 | -18/+14 | |
* | | | | | | merge 8.7 | dgp | 2018-02-14 | 1 | -120/+85 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rework TclStringReverse to consistent standard form. | dgp | 2018-02-06 | 1 | -9/+11 | |
| * | | | | | | TclStringLast fixed. | dgp | 2018-02-06 | 1 | -38/+10 | |
| * | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays. | dgp | 2018-02-06 | 1 | -34/+29 | |
| * | | | | | | Revise the TclStringCat() interface to follow a common pattern. | dgp | 2018-02-05 | 1 | -19/+16 | |
| * | | | | | | Revise TclStringRepeat() interface so that in place operations are done only | dgp | 2018-02-05 | 1 | -16/+15 | |
| * | | | | | | Improved overflow prevention. | dgp | 2018-02-05 | 1 | -2/+2 | |
| * | | | | | | Improved overflow prevention. | dgp | 2018-02-05 | 1 | -2/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | merge core-8-branch | jan.nijtmans | 2018-01-15 | 1 | -1/+12 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge core-8-6-branch | jan.nijtmans | 2018-01-11 | 1 | -1/+12 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| | | ||||||
| | * | | | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ... | jan.nijtmans | 2018-01-11 | 1 | -1/+12 | |
* | | | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -5/+6 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. | dgp | 2017-12-06 | 1 | -5/+6 | |
| | |_|/ | |/| | | ||||||
* | | | | Don't do same test twice | jan.nijtmans | 2017-12-06 | 1 | -1/+0 | |
* | | | | merge 8.7 | jan.nijtmans | 2017-12-06 | 1 | -11/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [5808081213] Permit all bytearrays (including impure ones) to report length w... | dgp | 2017-11-30 | 1 | -4/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [5808081213] Permit all bytearrays (including impure ones) to report length w... | dgp | 2017-11-30 | 1 | -4/+8 | |
| * | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -5/+5 | |
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-11-09 | 1 | -3/+3 | |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | ||||||
| | * | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as... | jan.nijtmans | 2017-11-09 | 1 | -3/+3 | |
* | | | merge 8.7 | jan.nijtmans | 2017-11-07 | 1 | -19/+23 | |
|\ \ \ | |/ / | ||||||
| * | | Fix for the weird [string first] behaviour. | dkf | 2017-11-04 | 1 | -19/+23 | |
* | | | merge trunk | jan.nijtmans | 2017-10-16 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Plug some memleaks. | dgp | 2017-10-13 | 1 | -0/+2 | |
* | | | Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A... | jan.nijtmans | 2017-10-16 | 1 | -2/+16 | |
* | | | Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. | jan.nijtmans | 2017-10-13 | 1 | -0/+1 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be cons... | jan.nijtmans | 2017-10-13 | 1 | -8/+19 | |
|\ \ \ \ | | |/ / | ||||||
| * | | | merge trunk | jan.nijtmans | 2017-06-29 | 1 | -16/+7 | |
| |\ \ \ |