summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [540bed4bde]: binary format can result in "integer value too large to rep...jan.nijtmans2018-09-041-22/+4
* Purge end-of-line spacingjan.nijtmans2018-08-021-4/+4
* merge 8.6: bug [d051b77fc1] fixedsebres2018-07-261-0/+5
|\
| * amend after merge: 8.6th provide additionally an error-code (so missing `errC...sebres2018-07-261-0/+1
| * merge 8.5 - bug [d051b77fc1] fixedsebres2018-07-261-0/+4
| |\
| | * closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by fo...sebres2018-07-261-0/+4
| | * resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-081-1/+1
* | | [ba921a8d98] Make sure [string cat] includes all data from all bytearrays.dgp2018-07-261-9/+23
|\ \ \ | |/ /
* | | Fix for [ba921a8d98e02a96] - concatenating binary array with empty string yie...pooryorick2018-07-221-11/+9
* | | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no long...jan.nijtmans2018-07-041-0/+3
* | | Merge 8.6. And add more documentation and test-cases regarding the behavior o...jan.nijtmans2018-06-181-0/+4
|\ \ \ | |/ /
| * | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4....jan.nijtmans2018-06-181-0/+6
* | | General code style cleanup.dkf2018-05-131-122/+157
* | | 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
| | |
| \ \
*-. \ \ 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
* | | | | | | | | Plug memleak in [format] applied to bignums.dgp2018-04-051-0/+1
* | | | | | | | | [string cat] was failing to NUL terminate string reps.dgp2018-04-051-0/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Test and fix for botch in binary string replace.dgp2018-03-201-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-141-0/+145
* | | | | | | Don't let presence of a string rep prevent optimizations on "pure" bytearrays.dgp2018-02-231-18/+14
* | | | | | | merge 8.7dgp2018-02-141-120/+85
|\ \ \ \ \ \ \
| * | | | | | | Rework TclStringReverse to consistent standard form.dgp2018-02-061-9/+11
| * | | | | | | TclStringLast fixed.dgp2018-02-061-38/+10
| * | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays.dgp2018-02-061-34/+29
| * | | | | | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-19/+16
| * | | | | | | Revise TclStringRepeat() interface so that in place operations are done onlydgp2018-02-051-16/+15
| * | | | | | | Improved overflow prevention.dgp2018-02-051-2/+2
| * | | | | | | Improved overflow prevention.dgp2018-02-051-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | merge core-8-branchjan.nijtmans2018-01-151-1/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge core-8-6-branchjan.nijtmans2018-01-111-1/+12
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ...jan.nijtmans2018-01-111-1/+12
* | | | | | merge core-8-branchjan.nijtmans2017-12-191-5/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+.dgp2017-12-061-5/+6
| | |_|/ / | |/| | |
* | | | | Don't do same test twicejan.nijtmans2017-12-061-1/+0
* | | | | merge 8.7jan.nijtmans2017-12-061-11/+15
|\ \ \ \ \ | |/ / / /
| * | | | [5808081213] Permit all bytearrays (including impure ones) to report length w...dgp2017-11-301-4/+8
| |\ \ \ \ | | |/ / /
| | * | | [5808081213] Permit all bytearrays (including impure ones) to report length w...dgp2017-11-301-4/+8
| * | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-5/+5