summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...bug_47d66253c9jan.nijtmans2014-05-121-24/+0
* [82e7f67325] Fix an evil refcount problem in compiled [string replace].dkf2014-04-301-2/+12
* [e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundarydgp2014-04-141-6/+22
* Fix bug [e663138a06]: Test failures in "string is"jan.nijtmans2014-04-101-0/+9
* [8d5f5b8034] Flush internal representations in [string tolower] of unshared objdkf2014-02-251-0/+3
* [971cb4f1db]: Make debugging traces less inclined to serious visual corruptiondkf2014-02-041-4/+24
* add compilation of [string is]dkf2014-02-021-0/+38
|\
| * Compile [string is] with character classes in a non-awful way. Needs more wor...dkf2014-01-291-0/+19
| * merge principal development branchdkf2014-01-251-23/+191
| |\
| * | extend [string is] to booleansdkf2014-01-131-0/+11
| * | a different approachdkf2014-01-101-0/+8
* | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san...jan.nijtmans2014-01-311-1/+3
|\ \ \ | |_|/ |/| |
| * | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san...jan.nijtmans2014-01-311-3/+5
| * | Suggested fix for [bdd91c7e43]: tclsh crashes in [interp delete]bug_bdd91c7e43jan.nijtmans2013-09-131-0/+1
* | | [a90d9331bc]: must not crash when yieldto called in vanishing namespacedkf2014-01-221-0/+11
* | | implementation of [yieldto] in bytecodedkf2014-01-211-9/+62
* | | added compilation for [nextto]dkf2014-01-191-14/+118
| |/ |/|
* | reduce the overhead of NR-enabled TclOO [next]dkf2014-01-071-9/+127
* | factor out a common stanzadkf2014-01-051-21/+40
* | merge trunkdkf2014-01-051-24/+16
|\ \
| * | reducing TEBCdata: pc and cleanup now passed in the NREcallbackmig2014-01-051-24/+16
* | | merge main working branch; made opcode work by getting callback ordering rightdkf_bytecode_8_6_nextdkf2014-01-021-23/+17
|\ \ \
| * \ \ merge trunkdkf2014-01-021-4/+4
| |\ \ \ | | |/ /
| | * | ... and more silly errorsdkf2014-01-021-4/+4
| * | | merge trunkdkf2014-01-021-1/+1
| |\ \ \ | | |/ /
| | * | oops...dkf2014-01-021-1/+1
* | | | merge main working branchdkf2014-01-021-396/+422
|\ \ \ \ | |/ / /
| * | | merge trunkdkf2014-01-021-251/+232
| |\ \ \ | | |/ /
| | * | more fixes to instruction tracing; ensure all places that need DECACHE_STACK_...dkf2014-01-021-90/+123
| | * | factor out a common peephole stanzadkf2014-01-011-137/+79
| | * | another jump peephole, this time with string comparisonsdkf2013-12-311-0/+14
| * | | more cleaning up of error-case instruction tracingdkf2013-12-311-13/+8
| * | | merge trunkdkf2013-12-311-176/+226
| |\ \ \ | | |/ /
| | * | more peephole optimizations in TEBC, and better instruction execution tracesdkf2013-12-311-148/+212
| | * | clarify the resume sequence in TEBCresume; make checkInterp a local variable,...mig2013-12-311-28/+14
* | | | merge main working branchdkf2013-12-301-258/+864
|\ \ \ \ | |/ / /
| * | | implement [namespace origin] in bytecodedkf2013-12-301-2/+24
| * | | precondition was wrong, and needed to flush part of the string/internal repdkf_bytecode_8_6_string_replacedkf2013-12-291-5/+27
| * | | completed instruction implementationdkf2013-12-281-21/+51
| * | | interim commit; not yet workingdkf2013-12-241-0/+120
| * | | merge trunkdkf2013-12-121-5/+24
| |\ \ \ | | |/ /
| | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-0/+19
| | * | change NULL to INT2PTR(0), for claritymig_opt_foreachmig2013-12-061-1/+1
| | * | Oops, wrong macro.jan.nijtmans2013-12-061-2/+2
| | * | Introducing a new union member in Tcl_Obj is not a good idea in a patch relea...jan.nijtmans2013-12-061-5/+5
| * | | merge trunkdkf2013-12-061-2/+167
| |\ \ \ | | |/ /
| | * | Stop printing undefined values in disassembled code.dkf2013-12-061-9/+8
| | * | adapted the array-set compiler to use the new foreach opcodesmig2013-12-061-1/+0
| | * | add comments on INST_FOREACH_*mig2013-12-051-0/+2
| | * | add comments on field "misuse"mig2013-12-051-0/+1