summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-4/+5
* * 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/+6
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+11
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-2/+2
* * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-2/+2
* More elimination of pre-C89-isms.dkf2008-05-021-13/+13
* Remove stray trailing "," from enum InstOperandType definition (C99ism).jenglish2008-02-261-2/+2
* * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs todgp2008-01-231-6/+3
* * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-2/+2
* * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-151-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* typodkf2007-11-141-2/+2
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-2/+8
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-2/+6
* * generic/tclCompile.h:Miguel Sofer2007-10-271-3/+1
* whitespacedas2007-10-251-4/+4
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-10/+11
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+90
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-2/+6
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-2/+5
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-7/+13
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-2/+9
* Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-211-2/+2
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-4/+1
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-101-3/+5
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-2/+1
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-4/+11