aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-15calls with LUA_MULTRET may leave no free slots in the stackRoberto Ierusalimschy1-1/+2
2009-07-15new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy10-78/+100
2009-07-08new definition for 'luaD_checkstack' to avoid possible overflowsRoberto Ierusalimschy1-4/+3
2009-07-08errors in 'resume' should be all protectedRoberto Ierusalimschy1-5/+9
2009-07-02smart use of varargs may create functions that return tooRoberto Ierusalimschy1-2/+22
2009-07-01BUG: 'luaV_settable' may invalidate a reference to a table and tryRoberto Ierusalimschy1-5/+46
2009-07-01bug: 'luaV_settable' may invalidate a reference to a table and tryRoberto Ierusalimschy1-3/+6