summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-4/+152
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-5/+2
* | | fix 64bit int <-> ptr cast warningsdas2009-07-141-2/+2
* | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-51/+47
* | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+2
* | | fix [Bug 2555129] const compilernijtmans2009-02-091-3/+3
* | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-4/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-27/+26
* | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li...ferrieux2008-11-271-28/+3
* | | Simplification of expanded-literals handling after analysis of dead branchesferrieux2008-11-191-29/+5
* | | Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-5/+54
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-9/+9
* | | Add "const" to many internalnijtmans2008-10-151-4/+4
* | | * generic/tclCompile.c: fix bug in srcDelta encoding withinMiguel Sofer2008-10-121-3/+3
* | | * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-051-12/+12
* | | * generic/tclCompile.c (TclCompileTokens):Miguel Sofer2008-09-081-14/+12
* | | Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-5/+6
* | | * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-18/+26
* | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-3/+5
* | | * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-11/+14
* | | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-16/+27
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-1/+46
* | | * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-4/+33
* | | Small clarifications that code a bit nicer to read.dkf2008-05-301-18/+19
* | | * generic/tclCompile.c: fix crash with tcl_traceExec. Found andMiguel Sofer2008-05-161-2/+2
|/ /
* | Reconcile coding style issues between branchesdgp2008-01-231-2/+3
* | * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Minor fixes (e.g. comment readability)dkf2007-11-181-17/+17
* | Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-2/+5
* | Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+26
* | Minor fixes (remove double blank lines, etc.)dkf2007-11-131-16/+18
* | Fix a bug in disassembly of INST_START_CMD instructionsdkf2007-11-131-3/+4
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-1/+4
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-2/+2
* | * generic/tclCompile.c: Fix comments.Miguel Sofer2007-10-201-3/+3
* | Fix my silly blunder with an undeclared variable.dkf2007-10-091-2/+3
* | Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-130/+224
* | * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-111-2/+2
* | * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-101-2/+2
* | Correct stack effect value in table.dgp2007-09-091-2/+2
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-1/+3
* | * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-301-1/+2
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-59/+11
* | * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-271-9/+5
* | * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-241-5/+5
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-9/+13
* | 2007-07-11 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2007-07-111-14/+21
* | * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-211-31/+35
* | Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-211-2/+2