Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -41/+41 |
* | better support for 64-bit machines | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -2/+17 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 1 | -5/+5 |
* | bug: lua_getupvalue and setupvalue do not check for index too small. | Roberto Ierusalimschy | 2004-08-17 | 1 | -3/+3 |
* | small bug: lua_gc(count) was falling through to next option | Roberto Ierusalimschy | 2004-08-12 | 1 | -1/+2 |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 1 | -3/+3 |
* | bug: `lua_setfenv' needs a write barrier | Roberto Ierusalimschy | 2004-07-09 | 1 | -4/+5 |
* | "step" option in lua_gc also need to lock Lua. | Roberto Ierusalimschy | 2004-06-30 | 1 | -10/+13 |
* | (no commit message) | Roberto Ierusalimschy | 2004-06-08 | 1 | -1/+8 |
* | option for garbage-collector `step' | Roberto Ierusalimschy | 2004-06-04 | 1 | -1/+10 |
* | `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) | Roberto Ierusalimschy | 2004-05-31 | 1 | -2/+4 |
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -5/+5 |
* | avoid name clashes among different files | Roberto Ierusalimschy | 2004-05-11 | 1 | -4/+4 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -11/+3 |
* | ensures own top is corrected after calling function with multiple results | Roberto Ierusalimschy | 2004-04-05 | 1 | -2/+9 |
* | write barrier for C upvalues | Roberto Ierusalimschy | 2004-03-23 | 1 | -6/+7 |
* | new (temporary?) API for garbage collector | Roberto Ierusalimschy | 2004-03-09 | 1 | -30/+25 |
* | added include to stdarg.h (as it uses vararg facilities) | Roberto Ierusalimschy | 2004-02-20 | 1 | -1/+2 |
* | avoid calling `memcmp' with a NULL argument | Roberto Ierusalimschy | 2004-01-15 | 1 | -2/+2 |