summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+9
| | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-4/+9
| | * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+111
| | * * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-4/+1
| | * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-6/+4
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+10
| | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+76
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-6/+48
| * | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreas_kupries2010-02-021-1/+5
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+11
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-4/+8
| * | typodas2008-08-141-4/+1
| * | * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+122
| * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-4/+1
| * | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-7/+4
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+11
* | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+9
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-7/+2
* | | * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-3/+2
* | | * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-291-5/+5
* | | Convert many multi-line macros to use the best-practice do-while(0) formdkf2010-02-251-151/+183
* | | Hive off the ensemble code into its own file.dkf2010-02-131-1/+89
* | | Make the [unset] command be bytecode compiled.dkf2010-01-301-2/+8
* | | * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-1/+3
* | | * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-1/+2
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-2/+8
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+11
* | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-6/+11
* | | * generic/tclBasic.c: Let coroutines start with a much smallerMiguel Sofer2009-05-081-2/+2
* | | [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-271-9/+9
* | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-2/+2
* | | CONSTify TclDTraceInfonijtmans2008-10-281-3/+3
* | | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-4/+4
* | | * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-2/+2
* | | CONSTify char* DTrace probe argumentsdas2008-10-101-5/+3
* | | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-071-3/+3
* | | * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-051-10/+10
* | | * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-101-1/+2
* | | * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-1/+2
* | | fix unused variable warnings when USE_DTRACE is not defineddas2008-08-141-4/+4
* | | typodas2008-08-141-2/+4
* | | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probesdas2008-08-141-8/+123
* | | * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-091-1/+2
* | | duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-041-3/+5
* | | made function staticMiguel Sofer2008-08-031-3/+1
* | | * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-2/+4
* | | * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-2/+2