| Commit message (Expand) | Author | Age | Files | Lines |
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -254/+137 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+6 |
|
|
* | * generic/tclBasic.c: Added numLevels field to CommandFrame, | Miguel Sofer | 2008-07-22 | 1 | -1/+2 |
|
|
* | use TclEvalObjv instead of Tcl_EvalObjv at selected spots | Miguel Sofer | 2008-07-21 | 1 | -4/+4 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 1 | -1/+6 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -126/+113 |
|
|
* | new TclNRAddCallback macro for internal use instead of the public | Miguel Sofer | 2008-07-18 | 1 | -2/+2 |
|
|
* | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: Remove unneeded TclInterpReady call | Miguel Sofer | 2008-07-14 | 1 | -12/+1 |
|
|
* | * generic/tclBasic.c.: Embedded Tcl_Canceled() calls into | Miguel Sofer | 2008-07-14 | 1 | -5/+1 |
|
|
* | * generic/tclBasic.c.: NRE left too many calls to | Miguel Sofer | 2008-07-14 | 1 | -3/+1 |
|
|
* | silence compiler warnings about uninited variables (gcc can't follow the logic) | Miguel Sofer | 2008-07-13 | 1 | -4/+6 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -202/+560 |
|
|
* | formatting, whitespace | das | 2008-06-30 | 1 | -75/+73 |
|
|
* | Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. | ferrieux | 2008-06-29 | 1 | -1/+57 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -5/+38 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -3/+18 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | Miguel Sofer | 2008-04-08 | 1 | -5/+18 |
|
|
* | fix and simplify the OFFSET computation for TclStackAlloc | Miguel Sofer | 2008-03-18 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 1 | -11/+4 |
|
|
* | typo | dgp | 2008-03-10 | 1 | -2/+2 |
|
|
* | commentary cleanup | dgp | 2008-03-07 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 1 | -41/+107 |
|
|
* | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount | dgp | 2008-02-29 | 1 | -1/+2 |
|
|
* | fix comments in INST_CONCAT | Miguel Sofer | 2008-02-04 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c (INST_CONCAT1): fix optimisation for | Miguel Sofer | 2008-02-04 | 1 | -3/+6 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -6/+9 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -9/+2 |
|
|
* | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] | Miguel Sofer | 2008-01-16 | 1 | -1/+8 |
|
|
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -21/+61 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 1 | -8/+4 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use | hobbs | 2007-12-07 | 1 | -2/+5 |
|
|
* | INST_EXIST_*: simplify result setting | das | 2007-11-19 | 1 | -26/+9 |
|
|
* | Minor fixes (e.g. comment readability) | dkf | 2007-11-18 | 1 | -251/+296 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read | das | 2007-11-17 | 1 | -20/+30 |
|
|
* | move TCL_DTRACE_INST_NEXT after async handlers check | das | 2007-11-16 | 1 | -3/+3 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+116 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -3/+3 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -1/+34 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -30/+29 |
|
|
* | * generic/tclExecute.c: fast path for INST_LIST_INDEX when the | Miguel Sofer | 2007-11-10 | 1 | -7/+20 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 1 | -5/+3 |
|
|
* | fix (unsigned char*) vs. (char*) warnings | das | 2007-11-08 | 1 | -3/+3 |
|
|
* | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 1 | -1/+10 |
|
|
* | * generic/tclCompile.c: Fix comments. | Miguel Sofer | 2007-10-20 | 1 | -2/+2 |
|
|