Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -9/+13 | |
* | better error messages for 'lua_checkversion' | Roberto Ierusalimschy | 2009-02-19 | 1 | -3/+3 | |
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+11 | |
* | GC step does not unblock collector (when it is blocked by "stop") | Roberto Ierusalimschy | 2008-08-01 | 1 | -1/+4 | |
* | bug: GC step could loop forever under very particular circumstances | Roberto Ierusalimschy | 2008-07-04 | 1 | -8/+8 | |
* | userdata with finalizers are kept in a separated list | Roberto Ierusalimschy | 2008-02-19 | 1 | -4/+4 | |
* | bug: lua_checkstack may have arithmetic overflow for large 'size' | Roberto Ierusalimschy | 2008-02-14 | 1 | -5/+4 | |
* | added assertions checking maximum number of upvalues | Roberto Ierusalimschy | 2008-02-12 | 1 | -2/+4 | |
* | comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace) | Roberto Ierusalimschy | 2008-01-25 | 1 | -1/+2 | |
* | BUG: lua_setfenv may crash if called over an invalid object | Roberto Ierusalimschy | 2007-11-28 | 1 | -2/+2 | |
* | 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/+11 | |
* | more specific ident labels | Roberto Ierusalimschy | 2007-02-07 | 1 | -3/+3 | |
* | avoid $URL for ident; it is reserved in subversion | Roberto Ierusalimschy | 2006-10-17 | 1 | -4/+3 | |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -32/+12 | |
* | explicit test for common error (due to compatibility issue) | Roberto Ierusalimschy | 2006-06-07 | 1 | -1/+4 | |
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2006-01-10 | 1 | -9/+8 | |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -6/+6 | |
* | more precision for gc count | Roberto Ierusalimschy | 2005-10-20 | 1 | -1/+5 | |
* | new function 'lua_setallocf' | Roberto Ierusalimschy | 2005-09-20 | 1 | -2/+14 | |
* | separated macros for thread creation and state creation | Roberto Ierusalimschy | 2005-09-14 | 1 | -2/+2 | |
* | small bug (zero is not error code) | Roberto Ierusalimschy | 2005-09-01 | 1 | -2/+2 | |
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -1/+2 | |
* | details | Roberto Ierusalimschy | 2005-07-31 | 1 | -5/+5 | |
* | lua_setfenv/lua_getfenv should also manipulate threads | Roberto Ierusalimschy | 2005-07-06 | 1 | -1/+7 | |
* | detail | Roberto Ierusalimschy | 2005-07-05 | 1 | -2/+2 | |
* | lua_objsize -> lua_objlen (more compatible with use of `len´ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 | |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 | |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -3/+3 | |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -8/+10 | |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -5/+8 | |
* | details | Roberto Ierusalimschy | 2005-04-05 | 1 | -4/+4 | |
* | removed dirt optimizations that gave small gains | Roberto Ierusalimschy | 2005-04-04 | 1 | -5/+5 | |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -4/+4 | |
* | lua_gc(STEP) returns whether collection cycle finished | Roberto Ierusalimschy | 2005-03-21 | 1 | -1/+3 | |
* | small bug: a GC step was not proportional to its "size" | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+3 | |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 | |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -11/+13 | |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -2/+2 | |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 | |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+2 | |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -5/+5 | |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -13/+53 | |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -4/+4 | |
* | details | Roberto Ierusalimschy | 2005-01-07 | 1 | -7/+2 | |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -2/+2 | |
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -4/+4 | |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -1/+11 |