summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
* wipdgp2011-07-121-6/+6
* Type mismatches in *printf calls.dgp2011-07-111-2/+2
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-2/+5
* * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
* 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 (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-3/+2
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-30/+74
* Removing more CONST-related warnings.dkf2002-09-241-3/+3
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-17/+16
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-5/+5
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-111-3/+3
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-1/+2
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-29/+23
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-12/+27
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-2/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-301-7/+1
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-151-3/+4
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-111-7/+7
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-145/+104
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-3/+3
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+16
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-151-4/+7
* * generic/tclExecute.c (TclExecuteByteCode):hobbs2001-09-191-3/+3
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-3/+8
* fixed incorrect opreands for INST_LIST [Bug: 458241]Miguel Sofer2001-09-041-2/+2
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-1/+31
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-145/+157
* * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanuphobbs2000-03-301-2/+19
* * tests/var.test:hobbs1999-12-121-3/+2
* * tests/expr-old.test:hobbs1999-12-041-129/+12