| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic (TclInfoCoroutineCmd): | Miguel Sofer | 2008-10-08 | 1 | -5/+8 |
|
|
* | * generic/tclBasic.c: Move [tailcall], [coroutine] and | Miguel Sofer | 2008-10-07 | 1 | -22/+15 |
|
|
* | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 1 | -1/+2 |
|
|
* | TIP #330 IMPLEMENTATION | dgp | 2008-10-02 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Fix the numLevels computations on | Miguel Sofer | 2008-09-28 | 1 | -4/+14 |
|
|
* | * generic/tclBasic.c: move TclResetCancellation to be called on | Miguel Sofer | 2008-09-17 | 1 | -2/+16 |
|
|
* | * tests/nre.test: add missing constraints; enable test of foreach | Miguel Sofer | 2008-09-10 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c (InfoCoroutine): | Miguel Sofer | 2008-08-26 | 1 | -1/+32 |
|
|
* | * generic/tclBasic.c (NRInterpCoroutine): store the caller's | Miguel Sofer | 2008-08-25 | 1 | -2/+2 |
|
|
* | NRE-enable non-compiled [foreach]. [Bug 2017632] | dkf | 2008-08-24 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Removed unused var; fixed function | Miguel Sofer | 2008-08-23 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY, | Miguel Sofer | 2008-08-23 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcode | Miguel Sofer | 2008-08-23 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Previous fix, now done right. | Miguel Sofer | 2008-08-21 | 1 | -10/+1 |
|
|
* | * generic/tclBasic.c: Fix the cmdFrame level count in | Miguel Sofer | 2008-08-21 | 1 | -7/+21 |
|
|
* | Added casts to make MSVC happy and re-enable the debug build. | patthoyts | 2008-08-20 | 1 | -2/+2 |
|
|
* | General whitespace/style policing | dkf | 2008-08-20 | 1 | -281/+271 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -3/+443 |
|
|
* | #define DTraceCmdReturn when USE_DTRACE is not defined | das | 2008-08-14 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes | das | 2008-08-14 | 1 | -14/+92 |
|
|
* | * generic/tclBasic.c: slight cleanup | Miguel Sofer | 2008-08-09 | 1 | -6/+7 |
|
|
* | * generic/tclBasic.c: Fix tailcalls falling out of tebc into | Miguel Sofer | 2008-08-07 | 1 | -2/+14 |
|
|
* | duh ... committed only the ChangeLog entry, not the rest | Miguel Sofer | 2008-08-04 | 1 | -41/+30 |
|
|
* | made function static | Miguel Sofer | 2008-08-03 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -48/+21 |
|
|
* | * generic/tclBasic.c: Revised timing of the CmdFrame stack management | dgp | 2008-08-01 | 1 | -12/+17 |
|
|
* | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | nr-enabling [while] | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | nr-enabling [if] | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -3/+5 |
|
|
* | restricting usage and avoiding panics in [tailcall] | Miguel Sofer | 2008-07-31 | 1 | -50/+32 |
|
|
* | fix macro that gcc swallows but msvc doesn't | Miguel Sofer | 2008-07-31 | 1 | -7/+9 |
|
|
* | * generic/tclBasic.c: Improved tailcalls and tests. | Miguel Sofer | 2008-07-31 | 1 | -29/+40 |
|
|
* | * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg | Miguel Sofer | 2008-07-30 | 1 | -77/+89 |
|
|
* | fixing last commit | Miguel Sofer | 2008-07-30 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: guard against the value of iPtr->evalFlags | Miguel Sofer | 2008-07-30 | 1 | -3/+4 |
|
|
* | a timid start at cleaning up | Miguel Sofer | 2008-07-29 | 1 | -60/+59 |
|
|
* | * generic/tclBasic.c: Made use of the thread's alloc cache | Miguel Sofer | 2008-07-29 | 1 | -2/+3 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -492/+278 |
|
|
* | * generic/tclBasic.c: Added missing ref count when creating an | andreas_kupries | 2008-07-28 | 1 | -2/+2 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -23/+24 |
|
|
* | * generic/tclBasic.c (GetCommandSource): added comment with | Miguel Sofer | 2008-07-23 | 1 | -1/+9 |
|
|
* | Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -1/+41 |
|
|
* | fix warning; formatting | das | 2008-07-22 | 1 | -46/+52 |
|
|
* | * generic/tclBasic.c: Ansified the new functions. | andreas_kupries | 2008-07-22 | 1 | -9/+11 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -38/+102 |
|
|
* | * generic/tclBasic.c: Added numLevels field to CommandFrame, | Miguel Sofer | 2008-07-22 | 1 | -2/+4 |
|
|
* | fix warning, formatting, whitespace | das | 2008-07-21 | 1 | -68/+80 |
|
|