Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |