| Commit message (Expand) | Author | Files | Lines |
2009-07-15 | tail calls do not need to move whole new frame down, only its slice | Roberto Ierusalimschy | 1 | -8/+12 |
2009-07-15 | new macro 'getproto' | Roberto Ierusalimschy | 3 | -7/+8 |
2009-07-15 | detail (comment: 'correspoding' -> 'corresponding') | Roberto Ierusalimschy | 1 | -2/+2 |
2009-07-15 | 'index2adr' -> 'index2addr' (correct spelling) | Roberto Ierusalimschy | 1 | -40/+40 |
2009-07-15 | avoid using 'UNUSED' (not defined outside the kernel) | Roberto Ierusalimschy | 1 | -5/+5 |
2009-07-15 | 'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' and | Roberto Ierusalimschy | 1 | -5/+2 |
2009-07-15 | calls with LUA_MULTRET may leave no free slots in the stack | Roberto Ierusalimschy | 2 | -2/+5 |
2009-07-15 | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 10 | -78/+100 |
2009-07-08 | new definition for 'luaD_checkstack' to avoid possible overflows | Roberto Ierusalimschy | 1 | -4/+3 |
2009-07-08 | errors in 'resume' should be all protected | Roberto Ierusalimschy | 1 | -5/+9 |
2009-07-02 | smart use of varargs may create functions that return too | Roberto Ierusalimschy | 1 | -2/+22 |
2009-07-01 | BUG: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 1 | -5/+46 |
2009-07-01 | bug: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 1 | -3/+6 |