| Commit message (Expand) | Author | Age | Files | Lines |
* | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -7/+2 |
|
|
* | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -3/+2 |
|
|
* | * generic/tclCompExpr.c: Slight change in the literal sharing | Miguel Sofer | 2010-04-29 | 1 | -5/+5 |
|
|
* | Convert many multi-line macros to use the best-practice do-while(0) form | dkf | 2010-02-25 | 1 | -151/+183 |
|
|
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -1/+89 |
|
|
* | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -2/+8 |
|
|
* | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage | Miguel Sofer | 2010-01-21 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -1/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -2/+8 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+11 |
|
|
* | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -6/+11 |
|
|
* | * generic/tclBasic.c: Let coroutines start with a much smaller | Miguel Sofer | 2009-05-08 | 1 | -2/+2 |
|
|
* | [Bug 218977] Tcl_DbCkfree needs a return value | nijtmans | 2009-02-27 | 1 | -9/+9 |
|
|
* | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -2/+2 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -3/+3 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -4/+4 |
|
|
* | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 1 | -2/+2 |
|
|
* | CONSTify char* DTrace probe arguments | das | 2008-10-10 | 1 | -5/+3 |
|
|
* | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but | nijtmans | 2008-10-07 | 1 | -3/+3 |
|
|
* | * generic/tclInt.decls: CONSTified the AuxDataType argument | nijtmans | 2008-10-05 | 1 | -10/+10 |
|
|
* | * tests/nre.test: add missing constraints; enable test of foreach | Miguel Sofer | 2008-09-10 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -1/+2 |
|
|
* | fix unused variable warnings when USE_DTRACE is not defined | das | 2008-08-14 | 1 | -4/+4 |
|
|
* | typo | das | 2008-08-14 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes | das | 2008-08-14 | 1 | -8/+123 |
|
|
* | * generic/tclBasic.c: slight cleanup | Miguel Sofer | 2008-08-09 | 1 | -1/+2 |
|
|
* | duh ... committed only the ChangeLog entry, not the rest | Miguel Sofer | 2008-08-04 | 1 | -3/+5 |
|
|
* | made function static | Miguel Sofer | 2008-08-03 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c: Improved tailcalls and tests. | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -4/+5 |
|
|
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -7/+6 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+11 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -2/+2 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -13/+13 |
|
|
* | Remove stray trailing "," from enum InstOperandType definition (C99ism). | jenglish | 2008-02-26 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to | dgp | 2008-01-23 | 1 | -6/+3 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | typo | dkf | 2007-11-14 | 1 | -2/+2 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -2/+8 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -2/+6 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2007-10-27 | 1 | -3/+1 |
|
|
* | whitespace | das | 2007-10-25 | 1 | -4/+4 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -10/+11 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+90 |
|
|