summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the builddkf2010-01-311-31/+35
* Make the [unset] command be bytecode compiled.dkf2010-01-301-340/+480
* Improve error code generation from some of the tailcall-related bits of TEBC.dkf2010-01-221-29/+32
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-24/+22
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-131-5/+4
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-131-1/+4
* code commentsMiguel Sofer2009-12-111-20/+14
* code commentsMiguel Sofer2009-12-111-12/+13
* code commentsMiguel Sofer2009-12-111-13/+15
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-111-29/+14
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-101-5/+5
* * generic/tclExecute.c: fix panic in http11.test caused by buggyMiguel Sofer2009-12-101-2/+2
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-1/+2
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-8/+10
* * generic/tclBasic.c: Insure correct lifetime of varFrame'sMiguel Sofer2009-12-091-12/+15
* * generic/tclExecute.c (TclStackFree): Improved panic msgMiguel Sofer2009-12-091-2/+3
* baby steps towards nre-enabling coroutine first runMiguel Sofer2009-12-081-4/+14
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-27/+46
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-081-1/+3
* Reduce size of TEBC activation record a bit.dkf2009-12-081-366/+389
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-081-319/+327
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-081-217/+160
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-061-1/+2
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-061-7/+10
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-10/+10
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-3/+2
* * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-2/+4
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-1/+20
* TIP #353 IMPLEMENTATIONdgp2009-08-121-57/+125
* minor cleanupsdgp2009-07-241-1/+3
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-3/+1
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-6/+94
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-5/+5
* fix signed vs unsigned comparison warningsdas2009-06-031-12/+12
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-021-44/+10
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-021-41/+63
* fix TCL_COMPILE_DEBUG 64bit warningsdas2009-05-161-5/+5
* * generic/tclBasic.c: Let coroutines start with a much smallerMiguel Sofer2009-05-081-7/+6
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-061-1/+4
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-6/+25
* * generic/tclExecute.c: proper fix for [Bug 2415422]. ReenabledMiguel Sofer2009-03-211-8/+11
* * generic/tclExecute.c: fix both test and code for tailcallMiguel Sofer2009-03-211-1/+9
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-5/+17
* * generic/tcl.h:Miguel Sofer2009-03-191-132/+13
* * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-251-22/+6
* Const correctness fixes in the debug build.dgp2009-02-141-5/+5
* - eliminate some unnessary type castsnijtmans2009-02-101-12/+12
* Fix [Bug 2568434]dkf2009-02-051-2/+6
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-56/+62
* * generic/tclExecute.c: Disabled apparently faulty assertion.dgp2008-12-181-2/+4