Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD | Roberto Ierusalimschy | 2009-09-17 | 1 | -3/+7 | |
* | first implementation of 'lua_yieldk' (yield with continuation) | Roberto Ierusalimschy | 2009-09-14 | 1 | -2/+4 | |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -2/+2 | |
* | new function 'lua_version' (so that 'checkversion' can be implemented | Roberto Ierusalimschy | 2009-06-18 | 1 | -3/+2 | |
* | new functions 'lua_arith' and 'lua_compare' | Roberto Ierusalimschy | 2009-06-17 | 1 | -5/+26 | |
* | new API function 'lua_mainthread' | Roberto Ierusalimschy | 2009-06-15 | 1 | -1/+3 | |
* | errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in | Roberto Ierusalimschy | 2009-05-21 | 1 | -2/+3 | |
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -2/+2 | |
* | first implementation of yieldable 'pcall' | Roberto Ierusalimschy | 2009-04-08 | 1 | -2/+5 | |
* | 'context' added to suspendable calls | Roberto Ierusalimschy | 2009-03-23 | 1 | -5/+6 | |
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+6 | |
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+5 | |
* | added missing parentheses around function names | Roberto Ierusalimschy | 2008-08-13 | 1 | -12/+12 | |
* | LUA_COMPAT -> LUA_COMPAT_API (more specific) | Roberto Ierusalimschy | 2008-07-18 | 1 | -2/+2 | |
* | new macro LUA_COMPAT to control some compatibility macros | Roberto Ierusalimschy | 2008-07-11 | 1 | -1/+3 | |
* | updated years in some comments/strings | Roberto Ierusalimschy | 2008-05-09 | 1 | -3/+3 | |
* | bug: pseudo-indices should be linked to maximum C stack size | Roberto Ierusalimschy | 2008-02-11 | 1 | -4/+4 | |
* | detail (LUA_COPYRIGHT includes release number) | Roberto Ierusalimschy | 2007-08-07 | 1 | -2/+2 | |
* | lua_pushstring/pushlstring return string | Roberto Ierusalimschy | 2007-04-17 | 1 | -6/+6 | |
* | new year... | Roberto Ierusalimschy | 2007-02-07 | 1 | -2/+2 | |
* | detail (tab->space) | Roberto Ierusalimschy | 2006-11-30 | 1 | -2/+2 | |
* | towards 5.2 + detail in authors + avoiding reverse plicks | Roberto Ierusalimschy | 2006-10-17 | 1 | -10/+10 | |
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 1 | -2/+3 | |
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -4/+4 | |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 1 | -2/+3 | |
* | new version number | Roberto Ierusalimschy | 2006-05-31 | 1 | -2/+2 | |
* | detail | Roberto Ierusalimschy | 2006-01-10 | 1 | -2/+2 | |
* | copyright will be 2006 | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+2 | |
* | more precision for gc count | Roberto Ierusalimschy | 2005-10-20 | 1 | -4/+5 | |
* | new function 'lua_setallocf' | Roberto Ierusalimschy | 2005-09-20 | 1 | -1/+2 | |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+2 | |
* | comments | Roberto Ierusalimschy | 2005-08-12 | 1 | -2/+2 | |
* | new version (and new copyright)... | Roberto Ierusalimschy | 2005-08-09 | 1 | -5/+5 | |
* | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 | |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -22/+21 | |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -1/+4 | |
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+2 | |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -4/+1 | |
* | change `#ifdef' for `#if defined' | Roberto Ierusalimschy | 2005-03-23 | 1 | -2/+2 | |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -2/+2 | |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+3 | |
* | detail | Roberto Ierusalimschy | 2005-01-17 | 1 | -2/+2 | |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -2/+2 | |
* | all function declarations surround name with parentheses | Roberto Ierusalimschy | 2005-01-10 | 1 | -71/+71 | |
* | details | Roberto Ierusalimschy | 2005-01-07 | 1 | -5/+4 | |
* | 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 | -6/+8 | |
* | `LUA_FIRSTINDEX' should not be configurable | Roberto Ierusalimschy | 2004-12-01 | 1 | -1/+5 | |
* | use of parentheses around macro parameters in call lists, to avoid | Roberto Ierusalimschy | 2004-10-18 | 1 | -14/+14 |