summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge 8.7jan.nijtmans2018-10-091-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | isspace -> TclIsSpaceProc in various places.jan.nijtmans2018-10-091-1/+1
* | | | | Merge 8.7jan.nijtmans2018-10-081-4/+1
|\ \ \ \ \ | |/ / / /
| * | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-1/+1
| * | | | Experiment, resolving platform differences at script level. Don't look ...jan.nijtmans2018-08-161-3/+0
| | |_|/ | |/| |
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-18/+18
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-08-111-7/+7
|\ \ \ \ | |/ / /
| * | | Purge end-of-line spacingjan.nijtmans2018-08-021-7/+7
| | |/ | |/|
* | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-1/+1
* | | merge trunkjan.nijtmans2018-06-271-7/+7
|\ \ \ | |/ /
* | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-14/+14
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2018-04-151-131/+177
|\ \ \ | |/ /
| * | merge 8.6dgp2018-03-131-95/+145
| |\ \
| | * | Rewrite the [string replace] compiler to take advantage of the richerdgp2018-03-131-96/+145
| | * | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad.dgp2018-03-131-0/+1
| * | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-13/+42
| |\ \ \ | | |/ /
| | * | Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-8/+8
| | * | When index parsing alone tells you a [string range] is empty, just push it.dgp2018-03-071-2/+17