| Commit message (Expand) | Author | Files | Lines |
2010-05-24 | GC should not run when stopped, even in hard tests | Roberto Ierusalimschy | 1 | -2/+3 |
2010-05-20 | it is better to call open functions with lua_call to not mess | Roberto Ierusalimschy | 1 | -3/+3 |
2010-05-18 | more comments | Roberto Ierusalimschy | 1 | -9/+9 |
2010-05-18 | bug: loadfile of binary files read first character twice | Roberto Ierusalimschy | 1 | -1/+2 |
2010-05-17 | really stop collection during finalizers | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-17 | lua_pushstring may reallocate the stack, making 'o' a dangling | Roberto Ierusalimschy | 1 | -5/+6 |
2010-05-17 | detail (comment) | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-15 | semicolons now represent the empty statement | Roberto Ierusalimschy | 1 | -3/+5 |
2010-05-14 | patches for last two bugs (string.format and io.read) | Roberto Ierusalimschy | 1 | -5/+42 |
2010-05-14 | updated depenency lists + eliminated duplication of definitions | Roberto Ierusalimschy | 1 | -12/+9 |
2010-05-14 | comments | Roberto Ierusalimschy | 1 | -6/+6 |
2010-05-14 | new "instruction" 'absindex' | Roberto Ierusalimschy | 1 | -1/+4 |
2010-05-14 | in 'absindex', do not need to call gettop (can inline it) | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-13 | one more macro (mvdispatch) to easy experiments with alternative | Roberto Ierusalimschy | 1 | -2/+3 |
2010-05-13 | detail (breaking a long line) | Roberto Ierusalimschy | 1 | -4/+5 |
2010-05-12 | use of macro ('vmcase') to format all cases in main switch of | Roberto Ierusalimschy | 1 | -121/+83 |
2010-05-12 | small changes in 'luaV_execute' to make cases more regularly formatted | Roberto Ierusalimschy | 1 | -8/+7 |
2010-05-12 | added comments to '#else' and '#endif' in long conditionals | Roberto Ierusalimschy | 1 | -13/+14 |
2010-05-12 | new API function 'lua_absindex' | Roberto Ierusalimschy | 3 | -13/+19 |
2010-05-11 | avoid "strong" cast | Roberto Ierusalimschy | 1 | -2/+3 |
2010-05-11 | wrong type being assigned (not detected because of obj2gco macro) | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-10 | udata in 'tobefnz' list be have old bit on (it will be cleared | Roberto Ierusalimschy | 1 | -2/+1 |
2010-05-10 | corrected some places where an old object could end up in front | Roberto Ierusalimschy | 4 | -10/+15 |
2010-05-10 | new macro 'resetoldbit' | Roberto Ierusalimschy | 2 | -7/+9 |
2010-05-10 | macros 'lua_number2int' and 'lua_number2uint' for Visual Studio | Roberto Ierusalimschy | 1 | -11/+12 |
2010-05-10 | avoid reserving LUA_RIDX_LAST slots in any table used by reference | Roberto Ierusalimschy | 1 | -15/+9 |
2010-05-10 | corrected definition of 'lua_register' (there is no LUA_ENVIRONINDEX | Roberto Ierusalimschy | 1 | -3/+2 |
2010-05-07 | slightly better definition for 'changenvalue' | Roberto Ierusalimschy | 1 | -3/+2 |
2010-05-07 | 'lua_assert' can be empty when assertions are off | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-07 | slightly better definition for 'isgray' | Roberto Ierusalimschy | 1 | -2/+3 |
2010-05-07 | avoid 'else assert' (which may result in an empty else) | Roberto Ierusalimschy | 1 | -4/+4 |
2010-05-07 | details (to avoid too long strings in assertions) | Roberto Ierusalimschy | 1 | -4/+4 |
2010-05-07 | bug: incremental sweep was not cleaning old bits (as it stopped in the | Roberto Ierusalimschy | 1 | -28/+28 |
2010-05-07 | stupid bug when calling 'luaC_changemode' (in function lua_gc) | Roberto Ierusalimschy | 1 | -3/+6 |
2010-05-07 | more tests in 'lua_checkmemory' + more information in function | Roberto Ierusalimschy | 1 | -17/+29 |
2010-05-07 | new macro 'isgenerational' + new macro 'isold' + better deffinition | Roberto Ierusalimschy | 1 | -3/+7 |
2010-05-06 | some cleaning in 'sweeplist' (threads do not need to be traversed | Roberto Ierusalimschy | 1 | -28/+29 |
2010-05-06 | comments | Roberto Ierusalimschy | 1 | -18/+9 |
2010-05-06 | more tests in 'lua_checkmemory' | Roberto Ierusalimschy | 1 | -13/+48 |
2010-05-05 | new function 'luaC_changemode' + | Roberto Ierusalimschy | 1 | -13/+42 |
2010-05-05 | new function 'luaC_changemode' | Roberto Ierusalimschy | 2 | -10/+6 |
2010-05-05 | typos in comments | Roberto Ierusalimschy | 3 | -7/+7 |
2010-05-05 | better documentation of GC costs | Roberto Ierusalimschy | 1 | -12/+26 |
2010-05-04 | changes in patch to monitor garbage collection | Roberto Ierusalimschy | 1 | -10/+6 |
2010-05-04 | full GC must run finalizers only after finishing everything else | Roberto Ierusalimschy | 1 | -5/+5 |
2010-05-04 | details (comments) | Roberto Ierusalimschy | 1 | -3/+3 |
2010-05-04 | missing parentheses in declaration | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-04 | no need to handle '\0' differently from other control chars in | Roberto Ierusalimschy | 1 | -2/+2 |
2010-05-03 | no need of a KGC_FORCED collection kind; it has the same behavior of | Roberto Ierusalimschy | 2 | -9/+7 |
2010-05-03 | no more 'finalize' phase in GC; finalizers are called along the | Roberto Ierusalimschy | 3 | -31/+33 |