summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previou...Miguel Sofer2016-01-181-19/+26
* elim stray refs to removed macroMiguel Sofer2016-01-161-9/+0
* remove empty macroMiguel Sofer2016-01-161-2/+0
* small bug fixMiguel Sofer2016-01-121-1/+3
* fixing a few bugsMiguel Sofer2016-01-111-10/+11
* still some errors, but now valgrind-cleanMiguel Sofer2016-01-111-21/+35
* no-280 branch, it still has many errorsMiguel Sofer2016-01-111-910/+103
* plugging leaks, valgrind happyMiguel Sofer2015-12-211-19/+15
* remove interp->result and all supporting code; remove other deprecated apisMiguel Sofer2015-12-201-42/+1
* removed [case]Miguel Sofer2015-12-181-3/+0
* remove trampoline bounces: invoke commands directly from tebcMiguel Sofer2015-12-121-2/+1
* incorporate limit checks into TclInterpReadyMiguel Sofer2015-12-121-4/+4
* removing useless trampoline bounces in cmd dispatch; added comments to README...Miguel Sofer2015-12-121-22/+7
* transforming the NRE stack from a linked list to a real stackMiguel Sofer2015-12-111-31/+165
|\
| * code reordering, no func changesmig_nre_modsMiguel Sofer2015-12-111-101/+107
| * transforming the NRE stack from a linked list to a real stack; incompleteMiguel Sofer2015-12-111-30/+158
* | new branch for experimental modsMiguel Sofer2015-12-091-9/+0
|/
* Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NR...jan.nijtmans2015-11-221-3/+0
* explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-10/+2
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-15/+15
* improve comments for TclMarkTailcall and friendsMiguel Sofer2015-04-081-3/+10
* fix comments describing tailcall implementationMiguel Sofer2015-03-231-2/+2
* more commentsmig_tailcall_cleanupMiguel Sofer2015-03-231-2/+42
* updated, improved tailcall commentsMiguel Sofer2015-03-231-24/+21
* merge trunkdkf2014-02-081-10/+29
|\
| * [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-10/+29
| |\
| | * [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-10/+29
* | | merge trunkdkf2014-02-031-14/+9
|\ \ \ | |/ /
| * | minor tidying updkf2014-01-221-3/+2
| * | [a90d9331bc]: must not crash when yieldto called in vanishing namespacedkf2014-01-221-11/+7
| * | implementation of [yieldto] in bytecodedkf2014-01-211-1/+1
* | | merge trunkdkf2014-01-091-2/+5
|\ \ \ | |/ /
| * | merge trunkdkf2013-12-231-0/+3
| |\ \
| | * | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimizemig2013-12-181-0/+3
| * | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-1/+1
| * | | Added 'linsert' compiler. Factored out constant list index parser.dkf2013-10-051-1/+1
| |/ /
* | | merge trunkdkf2013-09-201-211/+238
|\ \ \ | |/ /
| * | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer thedgp2013-09-071-2/+22
| |\ \ | | |/
| | * Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler.unbreak_tclcompilerdgp2013-09-051-2/+22
| * | Add test and improve errorInfo.bug_010f4162efdgp2013-09-021-6/+16
| * | [010f4162ef] First step of fix on stammering errorstack. errorstack fixed.dgp2013-09-021-0/+6
| * | New internal eval flag value so that all TclNREvalObjv() callers thatbug_2502002dgp2013-08-291-27/+48
| * | Rework the re-resolution after enter traces machinery with cleanerdgp2013-08-281-145/+69
| * | Clarfy and prettify influence of flag settings and command lookups.dgp2013-08-281-37/+40
| * | Tidy up indenting for clarity in refactoring.dgp2013-08-271-61/+62
| * | Exceptions raised from enter traces take priority over re-resolution games.dgp2013-08-271-6/+6
| * | Inline TEOV_RunEnterTraces() so its interface can be redesigned.dgp2013-08-271-3/+71
| * | merge trunkdgp2013-08-231-18/+33
| |\ \
| | * | Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised.dgp2013-08-231-17/+32
| * | | merge trunkdgp2013-08-231-19/+1
| |\ \ \ | | |/ /