summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-11/+13
* Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-4/+5
* More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-18/+18
* merge trunkjan.nijtmans2018-06-271-4/+10
|\
| * Merge 8.7jan.nijtmans2018-06-241-4/+10
| |\
| | * Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-4/+10
* | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-3/+3
|\ \ \ | |/ /
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-1/+1
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2018-05-231-95/+21
|\ \ \ | |/ /
| * | merge 8.7dgp2018-05-081-80/+10
| |\ \ | | |/
| | * merge core-8-6-branchpooryorick2018-05-071-80/+10
| | |\
| | | * Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd.pooryorick2018-05-071-1/+1
| | | * Preparation to deduplicate code between byte-compiled and legacypooryorick2018-05-061-118/+2
| | | * Avoid generating string representation when comparing the empty string.pooryorick2018-05-051-5/+51
| * | | merge 8.7dgp2018-04-221-1/+2
| |\ \ \ | | |/ /
| | * | merge 8.6dgp2018-04-221-1/+2
| | |\ \ | | | |/
| | | * [46a2410650] compiled [unset] was bypassing cleanup of active array search.dgp2018-04-221-1/+2
| * | | merge 8.7jan.nijtmans2018-04-201-3/+3
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ TIP #389 implementation.jan.nijtmans2018-04-201-3/+3
| | |\ \ \ | | | | |/
| | | * | merge 8.7dgp2018-03-301-24/+7
| | | |\ \
| | | * \ \ merge 8.7dgp2018-03-151-699/+303
| | | |\ \ \
| | | * | | | Fix [11ae2be95d]: tip-389 branch: string range errors with code points greate...jan.nijtmans2018-01-121-2/+2
| * | | | | | merge 8.7dgp2018-04-191-11/+6
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merge 8.6dgp2018-04-191-11/+6
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-11/+6
* | | | | | Merge trunk. Update (internal) Trim* functions to use size_tjan.nijtmans2018-04-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge trunkjan.nijtmans2018-04-151-399/+113
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.7dgp2018-03-301-24/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge 8.7dgp2018-03-151-686/+294
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Refactored lrange to common function.pspjuth2017-12-291-37/+3
| | * | | | Optimise lrange for unshared object.pspjuth2017-12-281-0/+13
| | | |_|/ | | |/| |
| * | | | merege 8.7dgp2018-03-141-6/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge 8.6dgp2018-03-141-6/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | optimize compiled (INST_STR_TRIM): use new function TclTrim instead of combin...sebres2018-03-141-6/+1
| * | | | merge 8.7dgp2018-03-141-75/+2
| |\ \ \ \ | | |/ / /
| | * | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-141-75/+2
| * | | | merge 8.7dgp2018-03-131-11/+14
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6dgp2018-03-131-11/+14
| | |\ \ \ | | | |/ /
| | | * | Repair the INST_STR_REPLACE instruction.dgp2018-03-131-11/+14
| * | | | merge 8.7dgp2018-03-111-50/+87
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6dgp2018-03-111-0/+6
| | |\ \ \ | | | |/ /
| | | * | Screen out empty list value so that assertions are true.dgp2018-03-111-0/+6
| | * | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-50/+81
| | |\ \ \ | | | |/ /
| | | * | Use LIST_MAX instead of computing an end index.dgp2018-03-101-2/+2
| | | * | Restore safety for legacy bytecode.dgp2018-03-091-1/+34
| | | * | merge 8.6dgp2018-03-091-6/+4
| | | |\ \
| | | * | | Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-26/+13
| | | * | | Streamline index decoding in INST_LIST_RANGE_IMM execution.dgp2018-03-081-41/+31
| | | * | | Reduce the "clever" factor. (Fine line between clever and stupid.)dgp2018-03-081-3/+5
| | | * | | Streamline index decoding in INST_STR_RANGE_IMM execution.dgp2018-03-071-17/+28