| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 1 | -12/+0 |
| |/ / / / / |
|
| * | | | | | Fix implementation of INST_LIST_EXPANDED. | dkf | 2013-05-12 | 1 | -1/+5 |
|
|
| * | | | | | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 1 | -6/+56 |
|
|
| * | | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -29/+29 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|
|
| * | | | | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -6/+5 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -6/+5 |
|
|
| * | | | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -2/+2 |
|
|
| * | | | | | Silence some compiler warnings. | dgp | 2013-01-24 | 1 | -1/+0 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -3/+3 |
|
|
| | * | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -2/+2 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
| | | * | | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
| | * | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 |
|
|
| | | * | | | Type mismatches in *printf calls. | dgp | 2011-07-11 | 1 | -7/+9 |
|
|
| * | | | | | COMPILE_DEBUG big: fix bug in stack verification for {*} | mig | 2013-01-17 | 1 | -2/+6 |
| | |_|/ /
| |/| | | |
|
| * | | | | discouraging the compiler from re-reading *pc in the peephole loop, part2 (an... | mig | 2013-01-12 | 1 | -6/+2 |
|
|
| * | | | | discouraging the compiler from re-reading *pc in the peephole loop | mig | 2013-01-12 | 1 | -7/+10 |
|
|
| * | | | | even better ... or so I hope: also inlining INST_PUSH1 in the peephole, check... | mig | 2013-01-12 | 1 | -53/+40 |
|
|
| * | | | | better comments | mig | 2013-01-11 | 1 | -2/+6 |
|
|
| * | | | | fix for consecutive ISC (produced by [while 1 {...}) | mig | 2013-01-11 | 1 | -21/+16 |
|
|
| * | | | | testing a cheaper(?) INST_START_COMMAND | mig | 2013-01-11 | 1 | -49/+48 |
|
|
| * | | | | Name functions according to 'what' instead of 'how' in the [tailcall] | mig | 2013-01-11 | 1 | -1/+1 |
|
|
| * | | | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ... | mig | 2013-01-10 | 1 | -13/+7 |
|
|
| * | | | | fix off-by-one error introduced in bd7d7a2061 | mig | 2013-01-10 | 1 | -1/+1 |
|
|
| * | | | | improved stack checking under TCL_COMPILE_DEBUG | mig | 2013-01-05 | 1 | -10/+9 |
|
|
| * | | | | fix the new assertion, it should not trigger when an expansion is in progress | mig | 2013-01-05 | 1 | -2/+5 |
|
|
| * | | | | Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before*... | mig | 2013-01-05 | 1 | -2/+10 |
|
|
| * | | | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. | mig | 2013-01-04 | 1 | -1/+13 |
|
|
* | | | | | merge main dev branch | dkf | 2013-01-03 | 1 | -3/+66 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Added mechanism for pre-parsing built-in ensembles even when they are not going | dkf | 2013-01-03 | 1 | -0/+63 |
| |\ \ \ \ |
|
| | * | | | | Passing more tests. | dkf | 2013-01-02 | 1 | -9/+15 |
|
|
| | * | | | | Working towards more efficient treatment of non-bytecoded ensemble subcommands. | dkf | 2012-12-31 | 1 | -0/+57 |
|
|
| * | | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -3/+3 |
| |/ / / / |
|
* | | | | | merge dkf-compile-misc-info | dkf | 2012-11-20 | 1 | -4/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -3/+0 |
|
|
| * | | | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU... | mig | 2012-11-10 | 1 | -1/+1 |
|
|
* | | | | | merge main dev branch | dkf | 2012-11-05 | 1 | -7/+160 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -6/+108 |
|
|
| * | | | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -1/+47 |
|
|
| * | | | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -0/+5 |
|
|
* | | | | | merge dkf-compile-misc-info | dkf | 2012-11-02 | 1 | -0/+28 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -0/+28 |
|
|
* | | | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -2/+57 |
|/ / / / |
|
* | | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -0/+49 |
|
|
* | | | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -2/+13 |
|
|
* | | | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -2/+23 |
|
|
* | | | | Some corrections and performance tweaks | dkf | 2012-10-30 | 1 | -46/+56 |
|
|
* | | | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 1 | -1/+66 |
|
|