| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tcl.h: | Miguel Sofer | 2009-03-19 | 1 | -53/+49 |
|
|
* | * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. | Miguel Sofer | 2009-03-11 | 1 | -2/+1 |
|
|
* | Move the implementation of [try] from Tcl to C. Not yet bytecoded. | dkf | 2009-03-09 | 1 | -1/+2 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -10/+10 |
|
|
* | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where | dkf | 2009-01-28 | 1 | -40/+44 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted | dgp | 2009-01-14 | 1 | -1/+10 |
|
|
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence | dgp | 2009-01-12 | 1 | -11/+1 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -4/+3 |
|
|
* | Make [source] NRE-aware to enable [yield]. [Bug 2412068] | dkf | 2009-01-05 | 1 | -2/+2 |
|
|
* | don't use ckfree((void *)...) but | nijtmans | 2008-12-17 | 1 | -3/+3 |
|
|
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 1 | -1/+8 |
|
|
* | First hack at TIP#234 | dkf | 2008-12-11 | 1 | -1/+5 |
|
|
* | Implement TIP#335 | dkf | 2008-12-05 | 1 | -1/+25 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -17/+17 |
|
|
* | Check syntax of [info coroutine] args, i.e. there are none. | dkf | 2008-10-19 | 1 | -39/+36 |
|
|
* | * 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 |
|
|