summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-4/+3
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+177
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-201-4/+6
* remove outdated commentdgp2010-10-131-7/+1
* * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-131-4/+4
* * generic/tclCompile.c: Prevent writing to the intrep fields of adgp2010-10-061-3/+3
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-6/+4
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* Correct some comments (Jos Decoster found...)dkf2010-05-141-4/+4
* * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-291-13/+4
* Code Audit results:dkf2010-03-051-2/+1
* Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-18/+18
* Small changes to align code style with Tcl Engineering Manualdkf2010-02-191-155/+169
* Fix error in stack depth calculation for [dict update], correct misleadingdkf2010-02-171-4/+4
* Make the [unset] command be bytecode compiled.dkf2010-01-301-2/+17
* 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