summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-3/+3
* TIP #356 IMPLEMENTATIONdgp2009-09-241-4/+4
* * generic/tclCompile.c: Correct botch in the conversion ofdgp2009-09-211-2/+4
* * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-171-1/+32
* fix warningdas2009-09-121-2/+2
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-1/+155
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-70/+102
* fix warningsdas2009-08-251-2/+2
* * 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