Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2009-07-15 | calls with LUA_MULTRET may leave no free slots in the stack | Roberto Ierusalimschy | 1 | -1/+2 |
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 |