summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| | |_|_|/ | |/| | |
| * | | | corrected commentdkf2013-12-301-2/+2
| * | | | use the new instructiondkf2013-12-291-3/+16
| * | | | merge trunkdkf2013-12-231-0/+1
| |\ \ \ \
| | * | | | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ...mig2013-12-201-0/+1
| * | | | | simple compilation of [string replace]dkf2013-12-121-0/+116
| * | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-45/+126
| * | | | | Change name of instruction to make way for future changes.dkf2013-10-261-6/+6
| * | | | | merge trunkdkf2013-10-201-7/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_workdkf2013-10-201-5/+7
| | * | | | Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-2/+2
| * | | | | cleaner and faster 'string trim'dkf2013-10-031-22/+2
| * | | | | First attempt at [string trim] compilation.dkf2013-09-301-0/+135
| |/ / / /
* | | | | merge trunkdkf2013-09-201-26/+69
|\ \ \ \ \ | |/ / / /
| * | | | [3970f54c4e]: Improved fix that is more tolerant of a single variable varname.dkf2013-09-191-25/+57
| * | | | [3970f54c4e]: Corrected regression in argument order processing in [unset].dkf2013-09-191-15/+25