summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-05-141-17/+17
|\
| * Merge 8.6jan.nijtmans2020-05-141-17/+17
| |\
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-20/+20
| | * A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+1
* | | merge 8.7dgp2020-03-171-2/+2
|\ \ \ | |/ /
| * | a few moredgp2020-03-171-2/+2
* | | merge 8.7dgp2020-03-061-165/+57
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-165/+57
* | | Merge 8.7jan.nijtmans2020-02-281-39/+90
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-0/+1
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-291-10/+61
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-2/+2
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \ \
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
* | | | | | Merge 8.7jan.nijtmans2020-01-131-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2020-01-131-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge 8.5jan.nijtmans2019-06-261-7/+7
| | * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-1/+1
* | | | | Merge 8.7jan.nijtmans2019-08-151-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2019-08-141-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2019-06-151-0/+44
|\ \ \ | |/ /
| * | And the command version of the new operators too.dkf2019-06-051-0/+44
* | | Merge 8.7. The changes in tclCmdIL.c fix the travis build.jan.nijtmans2019-05-081-3/+3
|\ \ \ | |/ /
| * | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-18/+18
* | | Fix broken testsdkf2019-04-191-3/+3
* | | merge 8.7dkf2019-04-191-0/+57
|\ \ \ | |/ /
| * | merge 8.7dgp2019-04-081-1/+1
| |\ \
| * \ \ merge 8.7dgp2019-02-141-26/+23
| |\ \ \
| * \ \ \ merge 8.7dgp2018-11-191-3/+15
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-10-171-5/+2
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-09-111-7/+7
| |\ \ \ \ \ \
| * | | | | | | A compiler for [string insert] mirroring the one for [linsert].dgp2018-03-211-0/+57
* | | | | | | | Merge 8.7jan.nijtmans2019-03-241-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2019-02-271-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge trunkjan.nijtmans2019-02-041-1/+1
|\ \ \ \ \ \ \
* | | | | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-14/+14
|/ / / / / / /
* | | | | | | Merge 8.7jan.nijtmans2019-01-161-22/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-22/+19
* | | | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-18/+22
* | | | | | | Merge 8.7jan.nijtmans2018-12-181-6/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Internal minor optimization of TIP #502 implementation. No difference in any ...jan.nijtmans2018-12-181-6/+6
| | |_|_|/ / | |/| | | |
| * | | | | merge core-8-branchdkf2018-11-061-150/+193
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Ok.. that was all it neededhypnotoad2018-02-131-1/+0
| * | | | | Implemetation of tip 501.hypnotoad2018-02-131-3/+16
* | | | | | Adapted TIP 501dgp2018-11-131-3/+15