summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-11/+35
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-201-19/+24
* * generic/tclExecute.c (ReleaseDictIterator): Factored out the releasedkf2010-10-161-27/+53
* * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-131-3/+3
* * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-091-4/+6
* * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdkf2010-10-021-1/+24
* * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-86/+107
* reverting faulty commitMiguel Sofer2010-09-281-12/+31
* * generic/tclExecute.c: remove TEBCreturn() callback, the job canMiguel Sofer2010-09-281-31/+12
* fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-541/+308
* * tests/stringComp.test: improved string test coveragehobbs2010-09-251-97/+71
* * generic/tclExecute: one more DECACHE_STACK_INFO() missing; thisMiguel Sofer2010-09-221-2/+2
* * generic/tclExecute: protect all possible writes to ::errorInfoMiguel Sofer2010-09-221-2/+44
* * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-5/+4
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-7/+7
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-20/+1
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-5/+5
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-181-4/+4
* * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-38/+1
* silence compiler warningsdgp2010-07-191-2/+5
* * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get]dkf2010-07-151-1/+3
* * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Madedkf2010-07-021-1/+2
* Ensure proper reset of [info errorstack] even when compiling constant expr's ...ferrieux2010-06-071-6/+4
* * generic/tclBasic.c: Fix for #3008307: make callerPtr chainsMiguel Sofer2010-06-051-3/+1
* Eliminate some casts to (Tcl_HashTable *)nijtmans2010-05-311-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): Restore correct operationdkf2010-05-281-15/+21
* * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimizationdkf2010-04-301-1/+26
* Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-2/+2
* * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so thatdkf2010-04-281-1908/+1929
* Code reordering to slightly shorten generated object code.dkf2010-04-271-330/+239
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-3/+1
* * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-241-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): Improve commenting anddkf2010-04-191-170/+180
* [Bug 2976508] tcl HEAD fails on HP-UXnijtmans2010-03-261-2/+3
* Reduce ifdef-fery and size of activation record. More variables shared acrossdkf2010-02-241-603/+449
* Convert literal tabs in strings into \t sequences.dkf2010-02-221-59/+59
* 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