summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclCompile.c: [Bug 2949302]: Fixed leak of supportandreas_kupries2010-02-111-18/+47
| | * silence compiler warningsdgp2009-08-261-2/+2
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-13/+170
| | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-55/+16
| | * * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+2
| | * * generic/tclBasic.c: Added missing release of extended commandandreas_kupries2008-07-281-14/+22
| | * * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-3/+7
| | * * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-7/+10
| | * * 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/+48
| | * * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-241-5/+5
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-5/+340
| | * * generic/tclCompile.c: handle warning [Bug 969066]Miguel Sofer2004-06-081-2/+6
| | * * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-291-3/+4
| | * * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-03-151-4/+6
| | * * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-181-1/+9
| | * Corrected bogus commentsdgp2003-04-181-7/+2
| | * * generic/tclCompile.c:Miguel Sofer2003-03-191-2/+9
| * | * 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
* | | [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