summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* General code style cleanup.dkf2018-05-131-8/+6
* merge core-8-6-branchpooryorick2018-05-071-171/+41
|\
| * Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd.pooryorick2018-05-071-242/+127
| * Factor options handling out of StringCmpCmd.pooryorick2018-05-061-36/+58
| * Preparation to deduplicate code between byte-compiled and legacypooryorick2018-05-061-0/+122
* | Remove some tip389 restrictions in test-cases, which are no longer necessary. jan.nijtmans2018-05-071-7/+7
| |
| \
*-. \ TIP #389 implementation.jan.nijtmans2018-04-201-6/+10
|\ \ \ | | |/
| * | merge 8.7dgp2018-04-111-1/+0
| |\ \ | |/ / |/| |
| * | merge 8.7dgp2018-03-151-66/+43
| |\ \
| * \ \ merge 8.7dgp2018-01-181-1/+0
| |\ \ \
| * \ \ \ merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 s...jan.nijtmans2018-01-111-4/+0
| |\ \ \ \
| * | | | | Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost...jan.nijtmans2018-01-111-2/+10
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-291-1/+1
* | | | | | merge 8.6dgp2018-04-071-1/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | merge 8.5dgp2018-04-071-1/+0
| |\ \ \ \
| | * | | | Correct out-of-date documentation for [string is].dgp2018-04-071-1/+0
* | | | | | unused variable fixdgp2018-03-141-2/+1
* | | | | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-141-16/+7
* | | | | | cherry pick the desirable part of the merge.dgp2018-03-141-2/+1
* | | | | | backout the latest mergedgp2018-03-141-1/+2
* | | | | | merge 8.6dgp2018-03-141-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.5dgp2018-03-141-2/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Make TclTrim* routines robust against some malformation in inputs.dgp2018-03-141-2/+1
| | |\ \ \ \
| | | * | | | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten:sebres2018-03-131-2/+1
* | | | | | | merge 8.6dgp2018-03-131-8/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad.dgp2018-03-131-8/+13
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Tidy up and comment [string replace] and its corner cases.dgp2018-03-131-8/+21
| | |/ / / /
| | * | | | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-2/+4
* | | | | | merge 8.6dgp2018-03-121-11/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | It is confusingly stupid to use variable "length" to hold an actual lengthdgp2018-03-121-11/+24
* | | | | | Distingish between boolean and int when checking whether a boolean is true or...jan.nijtmans2018-02-151-5/+5
* | | | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int'dgp2018-02-061-7/+1
|\ \ \ \ \ \
| * | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-1/+1
| * | | | | | merge core-8-branchjan.nijtmans2018-01-221-1/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | merge core-8-branchjan.nijtmans2017-12-061-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge dgp's "end-int-registration" branch, but slightly different: In stead o...jan.nijtmans2017-11-151-2/+2
| * | | | | | merge 8.7dgp2017-11-141-3/+20
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-3/+1
| * | | | | | more progress in code simplificationsjan.nijtmans2017-10-301-4/+0
| * | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-2/+2
* | | | | | | Rework TclStringReverse to consistent standard form.dgp2018-02-061-1/+1
* | | | | | | TclStringLast fixed.dgp2018-02-061-8/+0
* | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays.dgp2018-02-061-9/+1
* | | | | | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-12/+3
* | | | | | | Revise TclStringRepeat() interface so that in place operations are done onlydgp2018-02-051-4/+5
| |_|_|/ / / |/| | | | |
* | | | | | merge core-8-branchjan.nijtmans2017-11-301-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
| | |/ / / | |/| | |
* | | | | Revert [d874801c57]: putting back "string bytelength". It turns out to be to...jan.nijtmans2017-11-211-4/+0
* | | | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-4/+24
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | merge core-8-6-branchjan.nijtmans2017-11-101-3/+20
| |\ \ \ |/ / / / | | _ / | | /