| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify TCL_CT_ASSERT | Miguel Sofer | 2008-09-18 | 1 | -4/+2 |
|
|
* | * generic/tclExecute.c (NEXT_INST_F): | Miguel Sofer | 2008-09-18 | 1 | -18/+20 |
|
|
* | * generic/tclInt.h: Correct the TclGetLongFromObj, | dgp | 2008-09-17 | 1 | -4/+4 |
|
|
* | NRE-enable non-compiled [foreach]. [Bug 2017632] | dkf | 2008-08-24 | 1 | -1/+2 |
|
|
* | NRE-enable the ensemble creator (add extra field!) | dkf | 2008-08-23 | 1 | -208/+198 |
|
|
* | * generic/tclBasic.c: Previous fix, now done right. | Miguel Sofer | 2008-08-21 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Fix the cmdFrame level count in | Miguel Sofer | 2008-08-21 | 1 | -1/+2 |
|
|
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -4/+8 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -3/+35 |
|
|
* | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Fix tailcalls falling out of tebc into | Miguel Sofer | 2008-08-07 | 1 | -1/+6 |
|
|
* | remove unneeded declaration | Miguel Sofer | 2008-08-03 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -5/+4 |
|
|
* | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. | Miguel Sofer | 2008-07-31 | 1 | -1/+3 |
|
|
* | nr-enabling [while] | Miguel Sofer | 2008-07-31 | 1 | -1/+3 |
|
|
* | nr-enabling [if] | Miguel Sofer | 2008-07-31 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -1/+2 |
|
|
* | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -1/+66 |
|
|
* | * generic/tclBasic.c: Made use of the thread's alloc cache | Miguel Sofer | 2008-07-29 | 1 | -23/+80 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -13/+11 |
|
|
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -8/+8 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+19 |
|
|
* | * generic/tclBasic.c: Added numLevels field to CommandFrame, | Miguel Sofer | 2008-07-22 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+30 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -4/+1 |
|
|
* | * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree | Miguel Sofer | 2008-07-13 | 1 | -1/+26 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -10/+57 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+25 |
|
|
* | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 1 | -1/+5 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -1/+18 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -4/+9 |
|
|
* | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 1 | -4/+2 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -4/+4 |
|
|
* | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 1 | -2/+3 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h (TclIsNaN): | Kevin B Kenny | 2008-03-30 | 1 | -5/+9 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -4/+4 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -36/+36 |
|
|
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 1 | -2/+47 |
|
|
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -1/+12 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -1/+10 |
|
|
* | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check | hobbs | 2007-12-06 | 1 | -2/+2 |
|
|
* | add TclGetChannelFromObj decl | hobbs | 2007-12-06 | 1 | -1/+4 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 1 | -11/+8 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -2/+2 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -5/+15 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -6/+22 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 1 | -3/+15 |
|
|