| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -44/+256 |
|
|
* | whitespace | das | 2008-07-21 | 1 | -22/+22 |
|
|
* | use TclEvalObjv instead of Tcl_EvalObjv at selected spots | Miguel Sofer | 2008-07-21 | 1 | -3/+3 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 1 | -37/+61 |
|
|
* | fix uninited and unused var warnings | Miguel Sofer | 2008-07-21 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -99/+220 |
|
|
* | new TclNRAddCallback macro for internal use instead of the public | Miguel Sofer | 2008-07-18 | 1 | -23/+9 |
|
|
* | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -26/+26 |
|
|
* | Minor fixes (clearer panic messages, formatting of comments) | dkf | 2008-07-18 | 1 | -55/+50 |
|
|
* | * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix | Miguel Sofer | 2008-07-18 | 1 | -16/+15 |
|
|
* | Fix [Bug 2018603] | dkf | 2008-07-15 | 1 | -33/+24 |
|
|
* | Tidy up code for clarity. | dkf | 2008-07-14 | 1 | -388/+382 |
|
|
* | Store ClientDatas in NRE callback storage as an array; that's how they are | dkf | 2008-07-14 | 1 | -7/+7 |
|
|