| Commit message (Expand) | Author | Age | Files | Lines |
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+10 |
* | allocator function receives the tag of object being allocated in 'osize' | Roberto Ierusalimschy | 2009-12-16 | 1 | -3/+2 |
* | cleaner way to add extra space in a lua state. | Roberto Ierusalimschy | 2009-12-14 | 1 | -11/+22 |
* | (huge) simplification of GC management | Roberto Ierusalimschy | 2009-11-18 | 1 | -11/+3 |
* | no more one environment per thread: all threads share a single global | Roberto Ierusalimschy | 2009-10-23 | 1 | -10/+9 |
* | new function lua_copy | Roberto Ierusalimschy | 2009-10-05 | 1 | -3/+2 |
* | 'cpcall' must ensure correct environment for called function | Roberto Ierusalimschy | 2009-09-30 | 1 | -2/+5 |
* | initialize g->estimate (just in case) | Roberto Ierusalimschy | 2009-09-28 | 1 | -2/+3 |
* | 'cpcall' reimplemented as a predefined value in the registry | Roberto Ierusalimschy | 2009-09-21 | 1 | -3/+30 |
* | 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD | Roberto Ierusalimschy | 2009-09-17 | 1 | -2/+12 |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -14/+5 |
* | 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 | -2/+1 |
* | new way to GC stacks: the entire stack must be correct all the times; | Roberto Ierusalimschy | 2009-04-28 | 1 | -1/+4 |
* | several small improvements based on 'ci' being fixed now (including | Roberto Ierusalimschy | 2009-04-17 | 1 | -2/+1 |
* | 'luaM_freearray' does not need array type as argument | Roberto Ierusalimschy | 2009-04-17 | 1 | -3/+3 |
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -14/+47 |
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+2 |
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+2 |
* | finalizers always called protected | Roberto Ierusalimschy | 2009-02-17 | 1 | -14/+2 |
* | better control of call status through CallInfo | Roberto Ierusalimschy | 2008-08-26 | 1 | -2/+2 |
* | new field 'status' in CallInfo structure | Roberto Ierusalimschy | 2008-08-13 | 1 | -1/+2 |
* | simplification in the handling of finalizers: no more 'tmudata' list + | Roberto Ierusalimschy | 2008-06-26 | 1 | -4/+4 |
* | userdata with finalizers are kept in a separated list | Roberto Ierusalimschy | 2008-02-19 | 1 | -6/+5 |
* | more options for 'kinds' of Garbage Collection | Roberto Ierusalimschy | 2008-02-11 | 1 | -2/+2 |
* | first implementation of ephemerons | Roberto Ierusalimschy | 2007-10-31 | 1 | -4/+2 |
* | some changes toward ephemerons | Roberto Ierusalimschy | 2007-10-29 | 1 | -2/+4 |
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 1 | -4/+4 |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -2/+2 |
* | BUG: there is only one C stack, so nCcalls must be global | Roberto Ierusalimschy | 2006-08-15 | 1 | -3/+4 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -6/+15 |
* | only destroy state after running all finalizers | Roberto Ierusalimschy | 2006-05-24 | 1 | -2/+2 |
* | missing macros 'luai_userstate*' | Roberto Ierusalimschy | 2005-10-06 | 1 | -2/+4 |
* | smaller initial tables (for programs that create many states) | Roberto Ierusalimschy | 2005-09-20 | 1 | -3/+3 |
* | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 2005-08-25 | 1 | -2/+1 |
* | small improvement | Roberto Ierusalimschy | 2005-06-03 | 1 | -2/+2 |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+3 |
* | detail | Roberto Ierusalimschy | 2005-04-05 | 1 | -5/+8 |
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 1 | -1/+2 |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -3/+3 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 |
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 1 | -15/+4 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -3/+3 |
* | cleaner way to free all objects | Roberto Ierusalimschy | 2005-02-10 | 1 | -4/+5 |
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -15/+7 |
* | 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 | -4/+1 |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -3/+3 |
* | 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 |