| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
|
|
* | 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 |
|
|
* | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -0/+28 |
|
|
* | 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 |
|
|
* | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 1 | -0/+52 |
|
|
* | fix INST_YIELD so that it worksdkf_bytecode_8_6_yield | mig | 2012-10-28 | 1 | -5/+21 |
|
|
* | Working towards a BCCed [yield]; this doesn't work right now. | dkf | 2012-10-26 | 1 | -0/+26 |
|
|
* | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 1 | -0/+10 |
|
|
* | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -0/+24 |
|
|
* | merge trunk | dkf | 2012-08-04 | 1 | -18/+20 |
|\ |
|
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -18/+20 |
|
|
* | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -0/+64 |
|/ |
|
* | * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation | dkf | 2012-02-16 | 1 | -2/+23 |
|
|
* | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. | dkf | 2011-11-22 | 1 | -99/+98 |
|
|
* | Fix a bug where global precompiled code (A) called from a precompiled
| andreask | 2011-11-21 | 1 | -7/+9 |
|
|
* | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -13/+47 |
|
|
* | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -4/+41 |
|
|
* | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin... | ferrieux | 2011-08-09 | 1 | -4/+8 |
|
|
* | platform portable type matching in debug prints | dgp | 2011-07-12 | 1 | -1/+1 |
|
|
* | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] | Joe Mistachkin | 2011-07-11 | 1 | -1/+1 |
|
|
* | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68])... | andreask | 2011-06-08 | 1 | -3/+3 |
|
|
* | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics n... | mig | 2011-04-07 | 1 | -1/+5 |
|\ |
|
| * | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ... | mig | 2011-04-07 | 1 | -39/+37 |
|
|
* | | last bugfix was incomplete | mig | 2011-04-07 | 1 | -1/+1 |
|
|
* | | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned l... | mig | 2011-04-06 | 1 | -2/+2 |
|
|
* | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -78/+69 |
|
|
* | | remove TD->expanded, not needed now | mig | 2011-03-13 | 1 | -8/+1 |
|
|
* | | * generic/tclExecute.c: remove TEBCreturn() | mig | 2011-03-13 | 1 | -27/+10 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -10/+10 |
|
|
* | | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfies | Miguel Sofer | 2011-03-05 | 1 | -8/+17 |
|
|
* | | * generic/tclExecute.c: cleaner mem management for TEBCdata | Miguel Sofer | 2011-03-05 | 1 | -4/+8 |
|
|
* | | Renamed BottomData to TEBCdata, so that the name refers to what it is rather ... | Miguel Sofer | 2011-03-05 | 1 | -52/+45 |
|
|
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 1 | -2/+2 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -7/+7 |
|
|
| | * | Fix [Bug 2954959] expr abs(-0.0) is -0.0 | nijtmans | 2010-02-22 | 1 | -1/+11 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -3/+3 |
|
|
| | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -7/+7 |
|
|
| | * | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow | dgp | 2009-03-20 | 1 | -2/+8 |
|
|
| | * | Fixed the failure to link in the default (non-TCL_TIP280) build. | dgp | 2008-07-23 | 1 | -1/+3 |
|
|