| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -3/+2 |
|
|
* | Move declarations to the top of the file, add boilerplate comments to some | dkf | 2009-12-24 | 1 | -190/+203 |
|
|
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+2 |
|
|
* | fix comment | Miguel Sofer | 2009-12-13 | 1 | -7/+5 |
|
|
* | remove accidentally committed c++ style temp comments | Miguel Sofer | 2009-12-13 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Release TclPopCallFrame() from its | Miguel Sofer | 2009-12-13 | 1 | -7/+13 |
|
|
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 1 | -11/+1 |
|
|
* | fix comment | Miguel Sofer | 2009-12-11 | 1 | -4/+3 |
|
|
* | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to | Miguel Sofer | 2009-12-11 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 1 | -11/+2 |
|
|
* | * generic/tclBasic.c: small cleanup | Miguel Sofer | 2009-12-10 | 1 | -24/+23 |
|
|
* | reorganization and better comments in TclNRCoroutineObjCmd() | Miguel Sofer | 2009-12-10 | 1 | -49/+46 |
|
|
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 1 | -24/+3 |
|
|
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 1 | -23/+1 |
|
|
* | remove accidentally committed C++ style comments | Miguel Sofer | 2009-12-09 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Insure correct lifetime of varFrame's | Miguel Sofer | 2009-12-09 | 1 | -7/+15 |
|
|
* | Add missing Tcl_SetErrorCode calls. | dkf | 2009-12-09 | 1 | -24/+35 |
|
|
* | added comment confessing my puzzlement | Miguel Sofer | 2009-12-08 | 1 | -1/+8 |
|
|
* | minor cleanup | Miguel Sofer | 2009-12-08 | 1 | -10/+7 |
|
|
* | baby steps towards nre-enabling coroutine first run | Miguel Sofer | 2009-12-08 | 1 | -28/+8 |
|
|
* | * generic/tclBasic.c: Partial nre-enabling of coroutines. | Miguel Sofer | 2009-12-08 | 1 | -38/+49 |
|
|
* | Small corrections (enforcing ANSI style declarations, etc.) | dkf | 2009-12-08 | 1 | -133/+145 |
|
|
* | * generic/tclBasic.c: arrange for [tailcall] to be created with | Miguel Sofer | 2009-12-07 | 1 | -8/+2 |
|
|
* | * generic/tclBasic.c: add ::tcl::unsupported::yieldTo | Miguel Sofer | 2009-12-07 | 1 | -5/+66 |
|
|
* | missing declaration | Miguel Sofer | 2009-12-07 | 1 | -1/+2 |
|
|
* | factoring TclSpliceTailcall out of TclPopStackFrame | Miguel Sofer | 2009-12-06 | 1 | -1/+52 |
|
|
* | * generic/tclBasic.c: Small changes for clarity in tailcall | Miguel Sofer | 2009-12-06 | 1 | -10/+32 |
|
|
* | * generic/tclBasic.c: Fixed things so that you can tailcall | Miguel Sofer | 2009-12-05 | 1 | -1/+2 |
|
|
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -12/+12 |
|
|
* | Revert mistaken commit | dgp | 2009-11-16 | 1 | -7/+1 |
|
|
* | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -1/+7 |
|
|
* | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT | andreas_kupries | 2009-11-10 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of | andreas_kupries | 2009-11-09 | 1 | -8/+7 |
|
|
* | [Bug 2889593]: Make [expr round()] give the right error. | dkf | 2009-10-31 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -14/+148 |
|
|
* | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -2/+2 |
|
|
* | Added *unsupported* command to report an object's representation. | dkf | 2009-08-02 | 1 | -2/+4 |
|
|
* | fix SunCC warning | das | 2009-07-23 | 1 | -2/+2 |
|
|
* | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | fix 64bit int <-> ptr cast warnings | das | 2009-07-14 | 1 | -3/+3 |
|
|
* | * generic/tclInt.h (TclNRSwitchObjCmd): | Kevin B Kenny | 2009-07-14 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -70/+150 |
|
|
* | Fix [Bug 2414858]. | dkf | 2009-05-08 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c: Let coroutines start with a much smaller | Miguel Sofer | 2009-05-08 | 1 | -3/+8 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc | Miguel Sofer | 2009-04-30 | 1 | -2/+7 |
|
|
* | * generic/tclBasic.c: NR-enable the handling of unknown commands | Miguel Sofer | 2009-03-22 | 1 | -19/+44 |
|
|
* | * generic/tclBasic.c: fixed "leaks" in aliases, imports and | Miguel Sofer | 2009-03-21 | 1 | -2/+7 |
|
|
* | * generic/tclBasic.c: Fix for (among others) [Bug 2699087] | Miguel Sofer | 2009-03-21 | 1 | -23/+33 |
|
|