summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tip-548jan.nijtmans2019-08-291-10/+61
|\
* \ Merge tip-548jan.nijtmans2019-08-151-2/+2
|\ \ | |/
| * 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.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
|\ \ \ | | |/ | |/|
| * | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| |/
* | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
|/
* And the command version of the new operators too.dkf2019-06-051-0/+44
* Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-18/+18
* merge 8.7dgp2019-04-081-1/+1
|\
| * Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-1/+1
| * Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-1/+1
* | merge 8.7dgp2019-02-141-26/+23
|\ \ | |/
| * More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-22/+19
| * Internal minor optimization of TIP #502 implementation. No difference in any ...jan.nijtmans2018-12-181-6/+6
* | merge 8.7dgp2018-11-191-3/+15
|\ \ | |/
| * 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
* | | merge 8.7dgp2018-10-171-5/+2
|\ \ \ | | |/ | |/|
| * | isspace -> TclIsSpaceProc in various places.jan.nijtmans2018-10-091-1/+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
* | | merge 8.7dgp2018-09-111-7/+7
|\ \ \ | |/ /
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-7/+7
* | | A compiler for [string insert] mirroring the one for [linsert].dgp2018-03-211-0/+57
|/ /
* | 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
| * | Establish 4 symbols for categories of parsed index values:dgp2018-03-071-18/+25
| * | Incorporate sebres work on the same ticket. Good stuff!dgp2018-03-071-4/+11
| |\ \
| | * | try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-4/+11
* | | | Merge 8.6jan.nijtmans2018-03-071-0/+19
|\ \ \ \ | |/ / /
| * | | various bits of ranting commentarydgp2018-03-061-0/+19
| |/ /
* | | merge 8.6dgp2018-03-011-62/+10
|\ \ \ | |/ /
| * | Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-62/+10
| |/
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-4/+4
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-3/+3
|\ \ | |/
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-9/+9
|/
* More places where unsigned quantities should be decared such.dgp2016-03-221-1/+1
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-6/+6
* Fix failing testdgp2015-07-181-6/+6
* Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd]Miguel Sofer2014-09-271-1/+0
* Applied patch by Andreas Leitgeb so that [string cat]'s compiled bytecode opt...ferrieux2014-09-271-2/+2
* merge trunkdkf2014-09-141-1/+2
|\
| * [cee90e4e88] Correct error in stack depth checking.dgp2014-09-101-0/+1
| * [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-1/+1