| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 1 | -12/+12 |
|\ |
|
| * | Let local variables declared from within macro's always start with underscore... | jan.nijtmans | 2017-05-09 | 1 | -12/+12 |
|
|
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -1/+3 |
|
|
* | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
|
|
* | | Make compileEpoch "unsigned int", and start counting at 1. | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|
|
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -26/+4 |
|\ \
| |/ |
|
| * | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -2/+2 |
|
|
| * | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -2/+3 |
|
|
* | | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp_init_bytecode | dgp | 2016-04-29 | 1 | -2/+2 |
|
|
* | | Make obj-free bytecode maker available to rest of compile-related files. | dgp | 2016-04-29 | 1 | -0/+1 |
|
|
* | | Refactor bytecode cleanup. | dgp | 2016-04-22 | 1 | -1/+2 |
|/ |
|
* | More places where unsigned quantities should be decared such. | dgp | 2016-03-22 | 1 | -1/+1 |
|
|
* | Don't compare signed and unsigned. Get types right. | dgp | 2016-03-22 | 1 | -2/+2 |
|
|
* | make some MODULE_SCOPE symbols static | jan.nijtmans | 2015-12-15 | 1 | -11/+0 |
|
|
* | Eliminate AuxDataType table: since this table only contains 4 constant entrie... | jan.nijtmans | 2015-12-15 | 1 | -2/+0 |
|
|
* | Member field which should not have been const, because it is dynamically allo... | jan.nijtmans | 2015-06-23 | 1 | -3/+3 |
|\ |
|
* | | Convert the LocalScalar*() macros to rest on TclPushVarName rather than on | dgp | 2014-12-22 | 1 | -4/+6 |
|
|
* | | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd] | Miguel Sofer | 2014-09-27 | 1 | -12/+0 |
|
|
* | | merge trunk | Kevin B Kenny | 2014-08-02 | 1 | -1/+6 |
|\ \ |
|
| * | | [b43f2b49f7] New compilation strategy for lappend that allows multi-value | dkf | 2014-07-18 | 1 | -1/+6 |
|
|
* | | | merge trunk | dkf | 2014-02-03 | 1 | -2/+44 |
|\ \ \
| |/ / |
|
| * | | improve the disassemblydkf_bytecode_8_6_string_is | dkf | 2014-02-02 | 1 | -1/+2 |
|
|
| * | | Compile [string is] with character classes in a non-awful way. Needs more wor... | dkf | 2014-01-29 | 1 | -1/+36 |
|
|
| * | | merge principal development branch | dkf | 2014-01-25 | 1 | -3/+6 |
| |\ \ |
|
| | * | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -1/+3 |
|
|
| | * | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -1/+2 |
|
|
| * | | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -1/+2 |
|
|
| * | | | a different approach | dkf | 2014-01-10 | 1 | -1/+3 |
| |/ / |
|
* | | | merge trunk | dkf | 2014-01-09 | 1 | -7/+58 |
|\ \ \
| |/ / |
|
| * | | merge main working branch | dkf | 2013-12-30 | 1 | -38/+260 |
| |\ \ |
|
| | * | | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -1/+3 |
|
|
| | * | | completed instruction implementation | dkf | 2013-12-28 | 1 | -1/+2 |
|
|
| | * | | merge trunk | dkf | 2013-12-23 | 1 | -3/+28 |
| | |\ \ |
|
| | | * | | Added new tools for managing and verifying the stack depth during compilation... | mig | 2013-12-23 | 1 | -0/+15 |
|
|
| | | * | | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ... | mig | 2013-12-20 | 1 | -0/+12 |
|
|
| | | * | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -2/+0 |
|
|
| | | * | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimize | mig | 2013-12-18 | 1 | -1/+1 |
|
|
| | * | | | merge trunk | dkf | 2013-12-12 | 1 | -8/+9 |
| | |\ \ \
| | | |/ / |
|
| | | * | | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var | mig | 2013-12-10 | 1 | -1/+2 |
|
|
| | * | | | merge trunk | dkf | 2013-12-06 | 1 | -10/+16 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Stop printing undefined values in disassembled code. | dkf | 2013-12-06 | 1 | -0/+1 |
|
|
| | | * | | New compiler and bytecodes for foreach and lmap: 70% faster
| mig | 2013-12-05 | 1 | -3/+9 |
|
|
| | * | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | dkf | 2013-10-29 | 1 | -4/+8 |
|
|
| | * | | | General [concat] compilation. | dkf | 2013-10-26 | 1 | -1/+3 |
|
|
| | * | | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -1/+1 |
|
|
| | * | | | merge trunk | dkf | 2013-10-20 | 1 | -0/+1 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Working towards better handling of stack balance with break and continue exce... | dkf | 2013-10-08 | 1 | -0/+1 |
|
|
| | * | | | cleaner and faster 'string trim' | dkf | 2013-10-03 | 1 | -3/+4 |
|
|
| | * | | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -1/+5 |
| | |/ / |
|