Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | jan.nijtmans | 2014-02-06 | 1 | -4/+22 |
|\ | |||||
| * | make the printing of source much less inclined to be fazed by non-ASCII chars | dkf | 2014-02-04 | 1 | -4/+22 |
* | | merge trunk | jan.nijtmans | 2014-02-03 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | improve the disassemblydkf_bytecode_8_6_string_is | dkf | 2014-02-02 | 1 | -1/+6 |
| * | Compile [string is] with character classes in a non-awful way. Needs more wor... | dkf | 2014-01-29 | 1 | -0/+5 |
| * | merge principal development branch | dkf | 2014-01-25 | 1 | -2/+19 |
| |\ | |||||
| * | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -0/+3 |
| * | | a different approach | dkf | 2014-01-10 | 1 | -0/+4 |
* | | | merge trunk | jan.nijtmans | 2014-01-23 | 1 | -11/+93 |
|\ \ \ | | |/ | |/| | |||||
| * | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -0/+7 |
| * | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -2/+12 |
| |/ | |||||
| * | merge main working branch | dkf | 2013-12-30 | 1 | -565/+1201 |
| |\ | |||||
| | * | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -0/+5 |
| | * | allow generation by assembler | dkf | 2013-12-30 | 1 | -4/+4 |
| | * | completed instruction implementation | dkf | 2013-12-28 | 1 | -0/+4 |
| | * | merge trunk | dkf | 2013-12-23 | 1 | -10/+28 |
| | |\ | |||||
| | * \ | merge trunk; document added instructions | dkf | 2013-12-12 | 1 | -11/+28 |
| | |\ \ | |||||
| | * \ \ | merge trunk | dkf | 2013-12-12 | 1 | -0/+1 |
| | |\ \ \ | | | |/ / | |||||
| | * | | | merge trunk | dkf | 2013-12-06 | 1 | -0/+10 |
| | |\ \ \ | |||||
| | * | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | dkf | 2013-10-29 | 1 | -0/+13 |
| | * | | | | General [concat] compilation. | dkf | 2013-10-26 | 1 | -1/+5 |
| | * | | | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -5/+5 |
| | * | | | | merge fixes from trunk | dkf | 2013-10-22 | 1 | -75/+63 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge trunk | dkf | 2013-10-20 | 1 | -6/+196 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | cleaner and faster 'string trim' | dkf | 2013-10-03 | 1 | -0/+5 |
| | * | | | | | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -0/+11 |
| * | | | | | | | merge main dev branch | dkf | 2013-01-03 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge main dev branch | dkf | 2012-11-05 | 1 | -3/+59 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | reorder to preserve main BC development branch sequence better | dkf | 2012-11-02 | 1 | -5/+5 |
| * | | | | | | | | | merge dkf-compile-misc-info | dkf | 2012-11-02 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -0/+4 |
* | | | | | | | | | | | merge trunk | jan.nijtmans | 2014-01-01 | 1 | -9/+25 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Added new tools for managing and verifying the stack depth during compilation... | mig | 2013-12-23 | 1 | -9/+25 |
* | | | | | | | | | | | merge trunk | jan.nijtmans | 2013-12-19 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimize | mig | 2013-12-18 | 1 | -1/+3 |
|/ / / / / / / / / | |||||
* | | | | | | | | | fix stack computations for lmap | mig | 2013-12-10 | 1 | -1/+1 |
* | | | | | | | | | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var | mig | 2013-12-10 | 1 | -0/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | New compiler and bytecodes for foreach and lmap: 70% faster | mig | 2013-12-05 | 1 | -0/+10 |
* | | | | | | | | silence compiler warning | dgp | 2013-10-23 | 1 | -1/+0 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Fix problems in for.test | dkf | 2013-10-22 | 1 | -74/+62 |
* | | | | | | | silence compiler warnings | dgp | 2013-10-21 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fix handling of 'invokeExpanded' and start to do 'returnStk'. | dkf | 2013-10-19 | 1 | -7/+20 |
* | | | | | | Added missing exception range finalize. | dkf | 2013-10-19 | 1 | -0/+1 |
* | | | | | | Tackle evalStk by reusing existing machinery. | dkf | 2013-10-18 | 1 | -1/+5 |
* | | | | | | Do jump generation at places where INST_RETURN_IMM might occur. | dkf | 2013-10-15 | 1 | -5/+1 |
* | | | | | | update comments | dkf | 2013-10-13 | 1 | -0/+21 |
* | | | | | | Stop crashing in interactive testing. (The unknown and history mechanisms tend | dkf | 2013-10-13 | 1 | -19/+30 |
* | | | | | | Working towards better handling of stack balance with break and continue exce... | dkf | 2013-10-08 | 1 | -3/+147 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix test source-4.1 | dgp | 2013-09-27 | 1 | -1/+5 |
* | | | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 1 | -17/+2 |