summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix warningsdas2008-08-091-17/+18
* generic/tclExecute.c formatting only: remove spaces at the end of a every ...nijtmans2008-08-071-53/+53
* small modif of last commitMiguel Sofer2008-08-071-10/+7
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-9/+7
* * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-051-2/+3
* fix "bad stack top" bug in last commitMiguel Sofer2008-08-041-1/+5
* duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-041-21/+39
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-46/+146
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-5/+9
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-311-17/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-36/+55
* a timid start at cleaning upMiguel Sofer2008-07-291-23/+2
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-5/+6
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-254/+137
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+6
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-1/+2
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-211-4/+4
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-1/+6
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-126/+113
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-2/+2
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3
* * generic/tclExecute.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-12/+1
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-141-5/+1
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-141-3/+1
* silence compiler warnings about uninited variables (gcc can't follow the logic)Miguel Sofer2008-07-131-4/+6
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-202/+560
* formatting, whitespacedas2008-06-301-75/+73
* Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758].ferrieux2008-06-291-1/+57
* TIP 285 ImplementationJoe Mistachkin2008-06-131-5/+38
* * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-3/+18
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
* * generic/tclExecute.c: added comments to the alignment macrosMiguel Sofer2008-04-081-5/+18
* fix and simplify the OFFSET computation for TclStackAllocMiguel Sofer2008-03-181-5/+4
* * generic/tclExecute.c: Patch from Miguel Sofer to correct thedgp2008-03-181-11/+4
* typodgp2008-03-101-2/+2
* commentary cleanupdgp2008-03-071-3/+3
* * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecodedgp2008-03-071-41/+107
* * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcountdgp2008-02-291-1/+2
* fix comments in INST_CONCATMiguel Sofer2008-02-041-5/+4
* * generic/tclExecute.c (INST_CONCAT1): fix optimisation forMiguel Sofer2008-02-041-3/+6
* Reconcile coding style issues between branchesdgp2008-01-231-6/+9
* * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-9/+2
* * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]Miguel Sofer2008-01-161-1/+8
* * generic/tclAlloc.c:Miguel Sofer2007-12-171-21/+61