| Commit message (Expand) | Author | Age | Files | Lines |
* | macro 'ngcotouv' is the same as 'gco2uv', so it was removed | Roberto Ierusalimschy | 2009-12-11 | 1 | -2/+1 |
* | comment typos | Roberto Ierusalimschy | 2009-11-26 | 1 | -2/+2 |
* | new scheme for debug info about tail calls: no more 'fake' stack entries, | Roberto Ierusalimschy | 2009-11-25 | 1 | -2/+2 |
* | (huge) simplification of GC management | Roberto Ierusalimschy | 2009-11-18 | 1 | -4/+2 |
* | no more one environment per thread: all threads share a single global | Roberto Ierusalimschy | 2009-10-23 | 1 | -8/+2 |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -2/+1 |
* | new function 'lua_version' (so that 'checkversion' can be implemented | Roberto Ierusalimschy | 2009-06-18 | 1 | -2/+2 |
* | no more L->base + ci->base only for Lua functions (C functions may use | Roberto Ierusalimschy | 2009-06-01 | 1 | -3/+2 |
* | several small improvements based on 'ci' being fixed now (including | Roberto Ierusalimschy | 2009-04-17 | 1 | -3/+2 |
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -5/+8 |
* | first implementation of yieldable 'pcall' | Roberto Ierusalimschy | 2009-04-08 | 1 | -5/+11 |
* | 'context' added to suspendable calls | Roberto Ierusalimschy | 2009-03-23 | 1 | -2/+4 |
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+5 |
* | initial separation, in CallInfo, of what is relevant only to Lua | Roberto Ierusalimschy | 2009-03-04 | 1 | -2/+6 |
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+2 |
* | better control of call status through CallInfo | Roberto Ierusalimschy | 2008-08-26 | 1 | -4/+11 |
* | new field 'status' in CallInfo structure | Roberto Ierusalimschy | 2008-08-13 | 1 | -2/+3 |
* | simplification in the handling of finalizers: no more 'tmudata' list + | Roberto Ierusalimschy | 2008-06-26 | 1 | -3/+28 |
* | outdated comment | Roberto Ierusalimschy | 2008-06-23 | 1 | -2/+2 |
* | userdata with finalizers are kept in a separated list | Roberto Ierusalimschy | 2008-02-19 | 1 | -6/+9 |
* | more options for 'kinds' of Garbage Collection | Roberto Ierusalimschy | 2008-02-11 | 1 | -2/+7 |
* | first implementation of ephemerons | Roberto Ierusalimschy | 2007-10-31 | 1 | -4/+4 |
* | some changes toward ephemerons | Roberto Ierusalimschy | 2007-10-29 | 1 | -2/+4 |
* | should not manipulate NULL pointers (even without accessing them) | Roberto Ierusalimschy | 2007-02-07 | 1 | -3/+2 |
* | avoid local "pc" in interpreter loop (tricky optimization with no real gain) | Roberto Ierusalimschy | 2006-09-19 | 1 | -1/+2 |
* | BUG: there is only one C stack, so nCcalls must be global | Roberto Ierusalimschy | 2006-08-15 | 1 | -2/+3 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -2/+2 |
* | small improvements for allignments | Roberto Ierusalimschy | 2006-02-06 | 1 | -5/+5 |
* | avoid names starting with '_' | Roberto Ierusalimschy | 2005-07-09 | 1 | -7/+7 |
* | small improvement | Roberto Ierusalimschy | 2005-06-03 | 1 | -3/+3 |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+2 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -3/+3 |
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 1 | -1/+2 |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -2/+2 |
* | call limit may be larger than shorts | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -3/+3 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -1/+2 |
* | all collected userdata must go to the end of the list of finalizers | Roberto Ierusalimschy | 2005-02-11 | 1 | -2/+2 |
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -2/+2 |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -5/+4 |
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -2/+1 |
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -2/+2 |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -1/+3 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -2/+2 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 1 | -2/+4 |
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 1 | -3/+4 |
* | new macro `lua_threadyield' + lock stuff in `luaconf.h' + details | Roberto Ierusalimschy | 2004-06-02 | 1 | -34/+3 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -4/+5 |
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2004-03-24 | 1 | -1/+2 |