Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | completing the fix for bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 1 | -1/+0 |
| | |||||
* | [0dca3bfa8f] Strengthen validity checks on fast-path string comparison. | dkf | 2014-12-03 | 1 | -3/+5 |
| | |||||
* | [e087812465] Trim back operatorStrings array to just the entries that are ↵ | dgp | 2014-11-24 | 1 | -4/+2 |
|\ | | | | | | | needed. Trims away the part of the array that was out of sync with the opcodes. | ||||
| * | [e087812465] Trim back operatorStrings array to just the entries that are | dgp | 2014-11-24 | 1 | -4/+2 |
| | | | | | | needed. Trims away the part of the array that was out of sync with the opcodes. | ||||
| * | Fix more corner-cases like ↵ | jan.nijtmans | 2014-05-01 | 1 | -5/+5 |
| | | | | | | | | [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f1]: The only place where a type of &tclByteArrayType can be trusted is when determining its length, because the character length of a (UTF-8) string is always equal to the byte length of the byte array. | ||||
* | | Addition of a cast in tclWinFile.c to match types in a comparison, and | andreask | 2014-08-01 | 1 | -1/+1 |
| | | | | | | | | | | fix of a TRACE string literal in tclExecute.c with a bogus escape. Both would otherwise bug a Windows debug build (where warnings are errors). | ||||
* | | [b43f2b49f7] New compilation strategy for lappend that allows multi-value | dkf | 2014-07-18 | 1 | -1/+166 |
| | | | | | | lappend to not have quadratic performance (through better reference management). | ||||
* | | [9969cf8ca6] Move the bailout when the ->rewind flag is set down after all | dgp | 2014-07-17 | 1 | -4/+4 |
| | | | | | | the housekeeping matters tearing down frames (trace data) is complete. | ||||
* | | [6a2d339e50] Plug memleak in INST_STR_REPLACE instruction. | dgp | 2014-07-16 | 1 | -0/+2 |
| | | |||||
* | | [9b352768e6] Plug memleak in INST_DICT_FIRST. | dgp | 2014-07-11 | 1 | -0/+8 |
| | | |||||
* | | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: ↵bug_47d66253c9 | jan.nijtmans | 2014-05-12 | 1 | -24/+0 |
| | | | | | | | | "lsearch -sorted -integer" on 64bit system | ||||
* | | [82e7f67325] Fix an evil refcount problem in compiled [string replace]. | dkf | 2014-04-30 | 1 | -2/+12 |
| | | |||||
* | | [e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundary | dgp | 2014-04-14 | 1 | -6/+22 |
| | | | | | | | | cases of [string is] on integral values are computed right. Code is now correct, though still suffers from a large amount of ugly. | ||||
* | | Fix bug [e663138a06]: Test failures in "string is" | jan.nijtmans | 2014-04-10 | 1 | -0/+9 |
| | | |||||
* | | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj | dkf | 2014-02-25 | 1 | -0/+3 |
| | | |||||
* | | [971cb4f1db]: Make debugging traces less inclined to serious visual corruption | dkf | 2014-02-04 | 1 | -4/+24 |
| | | |||||
* | | add compilation of [string is] | dkf | 2014-02-02 | 1 | -0/+38 |
|\ \ | |||||
| * | | Compile [string is] with character classes in a non-awful way. Needs more ↵ | dkf | 2014-01-29 | 1 | -0/+19 |
| | | | | | | | | | | | | work to make resulting bytecode disassemble nicely. | ||||
| * | | merge principal development branch | dkf | 2014-01-25 | 1 | -23/+191 |
| |\ \ | |||||
| * | | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -0/+11 |
| | | | | |||||
| * | | | a different approach | dkf | 2014-01-10 | 1 | -0/+8 |
| | | | | |||||
* | | | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before ↵ | jan.nijtmans | 2014-01-31 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | sanity check ? | ||||
| * | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before ↵ | jan.nijtmans | 2014-01-31 | 1 | -3/+5 |
| | | | | | | | | | | | | sanity check ? | ||||
| * | | Suggested fix for [bdd91c7e43]: tclsh crashes in [interp delete]bug_bdd91c7e43 | jan.nijtmans | 2013-09-13 | 1 | -0/+1 |
| | | | |||||
* | | | [a90d9331bc]: must not crash when yieldto called in vanishing namespace | dkf | 2014-01-22 | 1 | -0/+11 |
| | | | |||||
* | | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -9/+62 |
| | | | |||||
* | | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -14/+118 |
| |/ |/| | |||||
* | | reduce the overhead of NR-enabled TclOO [next] | dkf | 2014-01-07 | 1 | -9/+127 |
| | | |||||
* | | factor out a common stanza | dkf | 2014-01-05 | 1 | -21/+40 |
| | | |||||
* | | merge trunk | dkf | 2014-01-05 | 1 | -24/+16 |
|\ \ | |||||
| * | | reducing TEBCdata: pc and cleanup now passed in the NREcallback | mig | 2014-01-05 | 1 | -24/+16 |
| | | | |||||
* | | | merge main working branch; made opcode work by getting callback ordering rightdkf_bytecode_8_6_next | dkf | 2014-01-02 | 1 | -23/+17 |
|\ \ \ | |||||
| * \ \ | merge trunk | dkf | 2014-01-02 | 1 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | ... and more silly errors | dkf | 2014-01-02 | 1 | -4/+4 |
| | | | | |||||
| * | | | merge trunk | dkf | 2014-01-02 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | oops... | dkf | 2014-01-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge main working branch | dkf | 2014-01-02 | 1 | -396/+422 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge trunk | dkf | 2014-01-02 | 1 | -251/+232 |
| |\ \ \ | | |/ / | |||||
| | * | | more fixes to instruction tracing; ensure all places that need ↵ | dkf | 2014-01-02 | 1 | -90/+123 |
| | | | | | | | | | | | | | | | | DECACHE_STACK_INFO have it. jan.nijtmans: Branch moved aside an hidden, so future bisects are not affected by this branch mistakes. | ||||
| | * | | factor out a common peephole stanza | dkf | 2014-01-01 | 1 | -137/+79 |
| | | | | |||||
| | * | | another jump peephole, this time with string comparisons | dkf | 2013-12-31 | 1 | -0/+14 |
| | | | | |||||
| * | | | more cleaning up of error-case instruction tracing | dkf | 2013-12-31 | 1 | -13/+8 |
| | | | | |||||
| * | | | merge trunk | dkf | 2013-12-31 | 1 | -176/+226 |
| |\ \ \ | | |/ / | |||||
| | * | | more peephole optimizations in TEBC, and better instruction execution traces | dkf | 2013-12-31 | 1 | -148/+212 |
| | | | | |||||
| | * | | clarify the resume sequence in TEBCresume; make checkInterp a local ↵ | mig | 2013-12-31 | 1 | -28/+14 |
| | | | | | | | | | | | | | | | | variable, remove it from the saved struct | ||||
* | | | | merge main working branch | dkf | 2013-12-30 | 1 | -258/+864 |
|\ \ \ \ | |/ / / | |||||
| * | | | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -2/+24 |
| | | | | |||||
| * | | | precondition was wrong, and needed to flush part of the string/internal repdkf_bytecode_8_6_string_replace | dkf | 2013-12-29 | 1 | -5/+27 |
| | | | | |||||
| * | | | completed instruction implementation | dkf | 2013-12-28 | 1 | -21/+51 |
| | | | |