summaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* no more support for old-style varargsRoberto Ierusalimschy2009-03-261-21/+1
* 'context' added to suspendable callsRoberto Ierusalimschy2009-03-231-4/+3
* yielding across lua_call (first version)Roberto Ierusalimschy2009-03-101-62/+41
* initial separation, in CallInfo, of what is relevant only to LuaRoberto Ierusalimschy2009-03-041-4/+4
* if thread has no error handling, try main thread handler before panickingRoberto Ierusalimschy2009-03-031-7/+13
* panic mode does not reset stack (so that panic function can gatherRoberto Ierusalimschy2009-02-181-14/+1
* concat TM can yieldRoberto Ierusalimschy2008-11-061-11/+21
* generic for coded as two dedicated instructions to simplify resumptionRoberto Ierusalimschy2008-10-301-11/+7
* yields accross metamethods and for iterators (except for __concat)Roberto Ierusalimschy2008-10-281-10/+59
* better control of call status through CallInfoRoberto Ierusalimschy2008-08-261-9/+10
* first steps towards yielding through longjumpRoberto Ierusalimschy2008-08-131-14/+19
* avoid calling "tail return" hooks if the hook itself turns off the eventRoberto Ierusalimschy2008-01-181-2/+2
* no more optimization to avoid LOADNIL at function startRoberto Ierusalimschy2007-03-271-5/+2
* new constant LUA_OKRoberto Ierusalimschy2006-10-101-7/+7
* avoid local "pc" in interpreter loop (tricky optimization with no real gain)Roberto Ierusalimschy2006-09-191-3/+6
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-2/+2
* avoid "too complex" conditional expression (some compilers get confused...)Roberto Ierusalimschy2006-09-111-3/+3
* BUG: there is only one C stack, so nCcalls must be globalRoberto Ierusalimschy2006-08-151-11/+19
* emergency garbage collector (core forces a GC when allocation fails)Roberto Ierusalimschy2006-07-111-9/+12
* BUG: debug hooks may get wrong when mixed with coroutinesRoberto Ierusalimschy2006-06-051-3/+4
* small changes in castsRoberto Ierusalimschy2005-12-221-9/+8
* small bugRoberto Ierusalimschy2005-10-231-2/+5
* small bug when debugging dead threadsRoberto Ierusalimschy2005-10-141-1/+2
* detailRoberto Ierusalimschy2005-10-061-6/+4
* detailRoberto Ierusalimschy2005-09-091-2/+2
* some bugs related to stack reallocationRoberto Ierusalimschy2005-08-241-18/+14
* small changes to facilitate external C coroutinesRoberto Ierusalimschy2005-08-221-7/+7
* small improvementsRoberto Ierusalimschy2005-08-221-28/+24
* small changes (to easy integration with Coco)Roberto Ierusalimschy2005-08-091-15/+16
* better recovery at panicRoberto Ierusalimschy2005-07-111-15/+32
* detailRoberto Ierusalimschy2005-06-131-2/+1
* better control for compatibility code for varargsRoberto Ierusalimschy2005-06-131-2/+3
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-5/+5
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-2/+2
* better tests for correctness of `savedpc'Roberto Ierusalimschy2005-05-031-1/+2
* small optimizationsRoberto Ierusalimschy2005-04-051-2/+5
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-1/+3
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-2/+2
* call limit may be larger than shortsRoberto Ierusalimschy2005-03-181-3/+3
* detailRoberto Ierusalimschy2005-03-161-1/+2
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-12/+12
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-12/+12
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-1/+2
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-2/+2
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-3/+3
* added an `L' parameter to macros L_TRY & L_THROW (someone may need it).Roberto Ierusalimschy2004-12-011-3/+3
* removal of unused variableRoberto Ierusalimschy2004-09-221-3/+1
* cleaner API for coroutinesRoberto Ierusalimschy2004-09-151-18/+14
* tighter tests for stack overflowRoberto Ierusalimschy2004-09-081-12/+22
* two bugs related to varargsRoberto Ierusalimschy2004-09-031-5/+9