| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -2/+6 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 1 | -2/+5 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -7/+13 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+9 |
|
|
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 1 | -3/+5 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Added bytecode compilers for the | Miguel Sofer | 2007-04-03 | 1 | -4/+11 |
|
|
* | Added a scheme to allow aux-data to be printed out for debugging. For this to... | dkf | 2007-03-02 | 1 | -4/+31 |
|
|
* | More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc... | dkf | 2007-01-19 | 1 | -5/+14 |
|
|
* | Cleanup to follow engineering manual guidelines | dkf | 2006-12-13 | 1 | -27/+29 |
|
|
* | * generic/tclBasic.c: Final step routing all direct evaluation forms | dgp | 2006-12-12 | 1 | -1/+7 |
|
|
* | * generic/tclBasic.c: Another step with all sorting operator commands | dgp | 2006-12-11 | 1 | -1/+4 |
|
|