Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
many arguments and overflow the stack of C functions. | |||||
2009-07-01 | BUG: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 1 | -5/+46 | |
to reuse it. | |||||
2009-07-01 | bug: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 1 | -3/+6 | |
to reuse it. |