| Commit message (Expand) | Author | Age | Files | Lines |
* | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. | dgp | 2016-07-01 | 1 | -17/+2 |
|
|
* | Make the tests pass.bug_f97d4ee020 | dkf | 2016-05-21 | 1 | -14/+26 |
|
|
* | Possible fix for [f97d4ee020]; uses a two-stage approach to avoid quadratic b... | dkf | 2016-05-16 | 1 | -23/+53 |
|
|
* | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i... | Miguel Sofer | 2015-08-01 | 1 | -9/+3 |
|
|
* | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 1 | -1/+1 |
|
|
* | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -7/+7 |
|
|
* | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -1/+1 |
|
|
* | merge 8.5 | dgp | 2013-09-27 | 1 | -30/+65 |
|\ |
|
| * | [d614d63989] Ensure that there are no trailing colons as that causes chaos wh... | dkf | 2013-09-25 | 1 | -24/+59 |
|
|
* | | Revise TclNREvalObjv so that pre-resolution of the Command by a caller | dgp | 2013-04-08 | 1 | -1/+1 |
|
|
* | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_... | jan.nijtmans | 2013-02-27 | 1 | -4/+4 |
|
|
* | | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -44/+20 |
|\ \
| |/ |
|
| * | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -43/+20 |
| |\ |
|
| | * | The flag TCL_LEAVE_ERR_MSG has no effect on the routine | dgp | 2013-02-21 | 1 | -8/+4 |
|
|
| | * | refinement | dgp | 2013-02-20 | 1 | -2/+1 |
|
|
| | * | 36054447 Convert [namespace export -clear] interface to something less stupid. | dgp | 2013-02-20 | 1 | -32/+18 |
|
|
| * | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -7/+7 |
|
|
| * | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
* | | | 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 | -2/+2 |
|
|
* | | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -10/+10 |
|
|
* | | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -19/+19 |
|
|
* | | | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 1 | -1/+1 |
|
|
* | | | Added compilation of [namespace code] (except for gnarly edge cases). | dkf | 2012-10-25 | 1 | -1/+1 |
|
|
* | | | merge trunk | dkf | 2012-08-04 | 1 | -41/+40 |
|\ \ \ |
|
| * | | | more result generation conversion | dkf | 2012-08-04 | 1 | -32/+32 |
|
|
| * | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -7/+6 |
|
|
| * | | | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 1 | -2/+2 |
|
|
* | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -138/+137 |
|/ / / |
|
* | | | 3423059 silence compiler warning | dgp | 2011-10-13 | 1 | -1/+1 |
|
|
* | | | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ... | dkf | 2011-05-09 | 1 | -17/+41 |
|
|
* | | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -19/+19 |
|\ \ \
| |/ / |
|
* | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -1/+6 |
| |\ \
| | |/ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+4 |
|
|
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+4 |
|
|
* | | | More generation of errorCode information. | dkf | 2011-03-26 | 1 | -0/+6 |
|
|
* | | | Squelch another unnecessary cast. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -3/+3 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -21/+19 |
|
|
* | | | Merge to feature branch | dkf | 2011-03-09 | 1 | -13/+9 |
|\ \ \ |
|
| * \ \ | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] | dgp | 2011-03-09 | 1 | -13/+9 |
| |\ \ \
| | |/ / |
|
| | * | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]
bug_3202171 | dgp | 2011-03-09 | 1 | -13/+9 |
|
|
* | | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ... | dkf | 2011-03-09 | 1 | -202/+161 |
|/ / / |
|
* | | | 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/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -4/+7 |
|
|
| | * | * generic/tclNamesp.c: Plugged memory leak related to | dgp | 2007-05-15 | 1 | -2/+8 |
|
|