| Commit message (Expand) | Author | Age | Files | Lines |
* | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -20/+20 |
|
|
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -3/+3 |
|\ |
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -3/+3 |
|
|
* | | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce... | Kevin B Kenny | 2016-05-13 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...bug_3154ea2759 | Kevin B Kenny | 2016-05-13 | 1 | -4/+6 |
| |\ |
|
| | * | Bug fix. Have to arrange to only close a catch once. After the spacebug_3154ea2759 | dgp | 2016-05-06 | 1 | -0/+3 |
| |/ |
|
* | | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp_init_bytecode | dgp | 2016-04-29 | 1 | -3/+1 |
|
|
* | | Refactor bytecode cleanup. | dgp | 2016-04-22 | 1 | -6/+2 |
|/ |
|
* | [b43f2b49f7] New compilation strategy for lappend that allows multi-value | dkf | 2014-07-18 | 1 | -0/+4 |
|
|
* | add compilation of [string is] | dkf | 2014-02-02 | 1 | -1/+4 |
|\ |
|
| * | merge principal development branch | dkf | 2014-01-25 | 1 | -0/+1 |
| |\ |
|
| * | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -0/+1 |
|
|
| * | | a different approach | dkf | 2014-01-10 | 1 | -1/+3 |
|
|
* | | | Squashed C99 syntax breaking the native AIX cc. | andreask | 2014-01-29 | 1 | -3/+3 |
| |/
|/| |
|
* | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -0/+1 |
|/ |
|
* | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -0/+1 |
|
|
* | allow generation by assembler | dkf | 2013-12-30 | 1 | -3/+4 |
|
|
* | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | dkf | 2013-10-29 | 1 | -5/+9 |
|
|
* | General [concat] compilation. | dkf | 2013-10-26 | 1 | -1/+4 |
|
|
* | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -1/+2 |
|
|
* | merge fixes from trunk | dkf | 2013-10-22 | 1 | -31/+3 |
|\ |
|
| * | Fix for assemble.test; problem was a total assumption failure caused by way t... | dkf | 2013-10-22 | 1 | -31/+3 |
|
|
* | | merge trunk | dkf | 2013-10-20 | 1 | -3/+31 |
|\ \
| |/ |
|
| * | And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_work | dkf | 2013-10-20 | 1 | -4/+31 |
|
|
| * | 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 | -1/+2 |
|
|
* | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -1/+4 |
|/ |
|
* | [7b32d8d13b] Insert missing field initialization. | dgp | 2013-09-16 | 1 | -0/+1 |
|
|
* | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 1 | -1/+1 |
|
|
* | more disabled code removal | dgp | 2013-07-24 | 1 | -7/+0 |
|
|
* | [assemble] compile syntax error into bytecode reporting syntax error message.dgp_tcs_rewrite | dgp | 2013-07-18 | 1 | -7/+3 |
|
|
* | merge trunk | dgp | 2013-07-18 | 1 | -7/+8 |
|\ |
|
| * | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 1 | -7/+8 |
|
|
* | | Stop the compileProc routines leaving behind error messages in interp. | dgp | 2013-06-27 | 1 | -2/+30 |
|/ |
|
* | Stack cleanup works now even in the most evil expansion cases. | dkf | 2013-06-05 | 1 | -1/+1 |
|
|
* | Remove useless macro, use existing macro where it makes sense. | dkf | 2013-06-02 | 1 | -2/+2 |
|
|
* | Stop emitting the instructions INST_*_SCALAR_STK*. They are identical to | dgp | 2013-05-29 | 1 | -5/+4 |
|
|
* | Missed bits of dup code elimination. | dgp | 2013-05-28 | 1 | -23/+0 |
|
|
* | Removing a few changes that were not actually needed, and correcting comments. | dkf | 2013-05-15 | 1 | -1/+1 |
|
|
* | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 1 | -1/+2 |
|
|
* | unused variables | dgp | 2013-02-22 | 1 | -5/+0 |
|
|
* | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -38/+0 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -4/+3 |
|
|
* | fix minor memory leak | jan.nijtmans | 2013-01-25 | 1 | -1/+0 |
|
|
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -5/+4 |
|
|
* | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -0/+4 |
|
|
* | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -4/+6 |
|
|
* | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -0/+1 |
|
|
* | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -0/+2 |
|
|
* | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -3/+3 |
|
|