summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [46a2410650] compiled [unset] was bypassing cleanup of active array search.dgp2018-04-221-1/+2
* Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-11/+6
* optimize compiled (INST_STR_TRIM): use new function TclTrim instead of combin...sebres2018-03-141-6/+1
* Repair the INST_STR_REPLACE instruction.dgp2018-03-131-11/+14
* Screen out empty list value so that assertions are true.dgp2018-03-111-0/+6
* 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
* | Express INST_LIST_INDEX_IMM index processinig in terms of TCL_INDEX_END sodgp2018-03-071-7/+2
* | try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-2/+4
|/
* Modify TclCreateProc to handle arbitrary argument names, not just ASCII.pooryorick2018-02-141-2/+2
* Expose some of the core variable access APIs. dkf2017-06-061-21/+24
* silence uninit variable warningsdgp2017-04-281-1/+1
* [04e26c02c0] Remove useless condition that raises warnings.dgp2017-04-271-4/+2
* redundant end-of-line spacingjan.nijtmans2017-03-151-1/+1
* Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+33
* Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-18/+4
|\
| * Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-18/+4
| * Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ...jan.nijtmans2016-01-211-5/+7
| * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-15/+15
| * Backport the fixes to handling of continue in for-step clauses.dkf2015-08-031-15/+23
* | Repair recently opened memleak.dgp2016-10-201-2/+6
* | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test.dgp2016-10-141-11/+0
* | Another streamline.dgp2016-10-131-29/+19
* | Stop invading the String internals to work around a bug. Fix it instead.dgp2016-10-131-13/+0
* | Streamline the substring copying case of [string replace] bytecode execution.dgp2016-10-131-43/+23
* | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+1
* | [cea0344a1] Restore a clearing of the ensemble rewrite in one execution pathdgp2016-07-111-0/+7
* | [96fe2f1cc7] Plug memory leak.dgp2016-07-101-0/+1
* | Revise INST_INVOKE_REPLACE to call EvalObjv with TCL_EVAL_INVOKE anddgp2016-07-091-15/+14
* | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...dkf2016-07-071-2/+2
* | Fixup the ensemble rewrite conversions.dgp2016-07-041-2/+0
* | merge 8.6dgp2016-06-231-0/+4
|\ \
| * | [d553228d9f] Stop crashes in [dict update] with low refcount dictionaries.dkf2016-06-231-0/+4
* | | excise debug scaffoldingdgp2016-05-261-6/+1
* | | Reduce to minimum set of TclResetRewriteEnsemble() calls.dgp2016-05-261-0/+2
* | | Put in some missing Resets.dgp2016-05-251-1/+3
* | | Appears that the TclInitRewriteEnsemble() routine was created with an intentdgp2016-05-241-3/+5
|/ /
* | Factor out string internal rep definition so fix for [1af8de570511] is less a...dkf2016-03-221-4/+4
* | [1af8de570511] Fix crash in [string replace] caused by cut-n-paste.dkf2016-03-201-22/+13
* | Eliminate AuxDataType table: since this table only contains 4 constant entrie...jan.nijtmans2015-12-151-2/+0
* | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR...jan.nijtmans2015-11-221-3/+0
* | Proposed fix for invalid write, found by valgrind.dkf2015-08-171-1/+0