summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Modify various other functions to use size_t in stead of int argum...jan.nijtmans2018-05-271-13/+10
|\
* \ merge trunkjan.nijtmans2018-05-251-7/+7
|\ \ | |/
* | merge trunkjan.nijtmans2018-05-231-76/+381
|\ \ | |/
| * merge 8.7jan.nijtmans2018-05-131-122/+157
| |\
| | * General code style cleanup.dkf2018-05-131-122/+157
| * | merge 8.7dgp2018-05-081-0/+222
| |\ \ | | |/
| | * merge 8.6dgp2018-05-081-0/+2
| | |\
| | * \ merge core-8-6-branchpooryorick2018-05-071-0/+220
| | |\ \ | | | |/
| | | * Avoid generating string representation when comparing the empty string.pooryorick2018-05-051-0/+45
| * | | merge 8.7jan.nijtmans2018-04-201-11/+59
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ TIP #389 implementation.jan.nijtmans2018-04-201-11/+59
| | |\ \ \ | | | | |/
| | | * | merge 8.7dgp2018-04-111-0/+3
| | | |\ \ | | | |/ / | | |/| |
| | | * | merge 8.7dgp2018-03-301-1/+2
| | | |\ \
| | | * \ \ merge 8.7dgp2018-03-151-176/+306
| | | |\ \ \
| | | * \ \ \ merge core-8-branch.jan.nijtmans2018-01-261-8/+38
| | | |\ \ \ \
| | | * \ \ \ \ merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 s...jan.nijtmans2018-01-111-1/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | * | | | | Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost...jan.nijtmans2018-01-111-2/+31
| | | * | | | | merge core-8-branchjan.nijtmans2017-12-231-5/+6
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-011-4/+8
| | | |\ \ \ \ \ \
| | | * | | | | | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX...jan.nijtmans2017-11-171-5/+5
| | | * | | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-6/+6
* | | | | | | | | | Merge trunkjan.nijtmans2018-04-151-0/+149
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge 8.7dgp2018-04-051-0/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Plug memleak in [format] applied to bignums.dgp2018-04-051-0/+1
| * | | | | | | | | merge 8.7dgp2018-04-051-0/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | [string cat] was failing to NUL terminate string reps.dgp2018-04-051-0/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | merge 8.7dgp2018-03-201-0/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Test and fix for botch in binary string replace.dgp2018-03-201-0/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | merge 8.7dgp2018-03-141-0/+145
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-141-0/+145
* | | | | | | | Merge trunkjan.nijtmans2018-02-271-18/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.7dgp2018-02-231-18/+14
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Don't let presence of a string rep prevent optimizations on "pure" bytearrays.dgp2018-02-231-18/+14
* | | | | | | | merge trunkjan.nijtmans2018-02-221-41/+57
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | fix test-cases, account for differences between Tcl 8.7 and 9.0jan.nijtmans2018-02-141-8/+0
| * | | | | | | merge core-8-branchjan.nijtmans2018-02-141-38/+62
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge 8.7dgp2018-02-141-120/+85
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge core-8-branchjan.nijtmans2018-01-151-1/+12
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | merge core-8-branchjan.nijtmans2017-12-191-5/+6
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Don't do same test twicejan.nijtmans2017-12-061-1/+0
| | * | | | | | | merge 8.7jan.nijtmans2017-12-061-11/+15
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | merge 8.7jan.nijtmans2017-11-071-19/+23
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | merge trunkjan.nijtmans2017-10-161-0/+2
| | |\ \ \ \ \ \ \
| | * | | | | | | | Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A...jan.nijtmans2017-10-161-2/+16
| | * | | | | | | | Fix missing line (after manual merge-conflict). Fix compiler warning on linux64.jan.nijtmans2017-10-131-0/+1
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be cons...jan.nijtmans2017-10-131-8/+19
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-06-291-16/+7
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Implement %a and %A for floating point numbersjan.nijtmans2017-06-281-3/+8
| | | * | | | | | | | | | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just ge...jan.nijtmans2017-06-271-3/+8
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's s...jan.nijtmans2017-06-271-8/+18