summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreas_kupries2010-02-021-1/+3
* silence compiler warningsdgp2009-08-261-2/+2
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+156
* * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-5/+2
* fix 64bit int <-> ptr cast warningsdas2009-07-151-2/+2
* * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-51/+12
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+2
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-19/+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/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
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-9/+13
* * generic/tclCompile.c: SetByteCodeFromAny() can no longer returndgp2007-06-141-2/+3
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-153/+4
* * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-231-6/+5
* * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new fieldMiguel Sofer2007-04-231-1/+4
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+4
* * generic/tclCompile (tclInstructionTable): fixed bugs inMiguel Sofer2007-04-081-6/+9
* * generic/tclCompile (tclInstructionTable): fixed bug inMiguel Sofer2007-04-071-2/+2
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-1/+10
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-011-8/+26
* * generic/tclCompile.c:dgp2007-03-301-7/+9