summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* closes bug [27520c9b17]sebres2022-04-261-0/+3
|\
| * fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-6/+6
* | Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-6/+8
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | 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.5jan.nijtmans2019-06-261-7/+7
|/
* Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-1/+1
* 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
* 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
* | various bits of ranting commentarydgp2018-03-061-0/+19
|/
* Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-62/+10
* 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
* | merge trunkdkf2014-08-301-0/+72
|\ \ | |/
| * Fix comment inaccuracy.ferrieux2014-08-051-1/+1
| * More aggressive constant folding in [string cat]. Thanks AndreasK for kicking.ferrieux2014-08-051-20/+27
| * Better organize [string cat] by chunks of 255 args.ferrieux2014-08-051-7/+9
| * Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ...ferrieux2014-08-051-16/+46
| * TIP 429 Implementation: [string cat]ferrieux2014-08-021-0/+33
* | merge trunkdkf2014-02-031-3/+361
|\ \ | |/
| * add compilation of [string is]dkf2014-02-021-0/+313
| |\
| | * Compile [string is] with character classes in a non-awful way. Needs more wor...dkf2014-01-291-9/+90
| | * merge principal development branchdkf2014-01-251-0/+45
| | |\
| | * | extend [string is] to booleansdkf2014-01-131-4/+47
| | * | a different approachdkf2014-01-101-70/+80
| | * | use compact formdkf2014-01-091-26/+25
| | * | redevelop code to have more in common with the interpreted [string is] and to...dkf2014-01-021-69/+78
| | * | merge main working branchdkf2014-01-021-31/+1
| | |\ \
| | * \ \ merge main working branchdkf2013-12-301-707/+925
| | |\ \ \
| | * \ \ \ merge main dev branchdkf2012-12-191-7/+35
| | |\ \ \ \
| | * \ \ \ \ merge main dev branchdkf2012-11-051-196/+94
| | |\ \ \ \ \
| | * | | | | | Work on compilation of [string is].dkf2012-11-021-0/+190
| * | | | | | | add compilation for [nextto] and [yieldto]; fix [a90d9331bc]dkf2014-01-221-0/+45
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | implementation of [yieldto] in bytecodedkf2014-01-211-0/+45
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha...jan.nijtmans2014-01-081-3/+3
| |/ / / / /
* | | | | | merge trunkdkf2014-01-091-55/+353
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Factor out the definition of the default string trim set; define it once only.dkf2013-12-301-31/+1
| | |_|_|/ | |/| | |