summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-3/+3
* Re-fix [2431847]ferrieux2008-12-161-5/+2
* Fi [Bug 2431847]dkf2008-12-151-2/+5
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+8
* * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-3/+3
* Add "const" to many internalnijtmans2008-10-161-27/+27
* * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.dgp2008-10-141-3/+3
* undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-071-5/+5
* fix warnings from 2008-10-05 constificationdas2008-10-071-6/+8
* * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-051-6/+6
* * generic/tclExecute.c (NEXT_INST_F):Miguel Sofer2008-09-181-22/+24
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-101-1/+8
* * generic/tclCompile.c (TclCompileTokens):Miguel Sofer2008-09-081-7/+7
* * generic/tclExecute.c (CACHE_STACK_INFO):Miguel Sofer2008-09-041-2/+3
* * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,Miguel Sofer2008-08-231-1/+3
* Squelch warningdkf2008-08-201-2/+2
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-10/+89
* fix last commitMiguel Sofer2008-08-161-1/+4
* * generic/tclExecute.c: better cmdFrame managementMiguel Sofer2008-08-161-7/+5
* * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-091-44/+55