aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-10test for 'fs' being NULL at the end of 'close_func' is useless ('fs'Roberto Ierusalimschy1-2/+4
2009-08-10avoid an unprotected call to 'lua_tostring' which theoretically mayRoberto Ierusalimschy1-2/+14
2009-08-10"stange numbers" (-0 and NaN) also go to the constant table (asRoberto Ierusalimschy1-16/+29
2009-08-07luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,Roberto Ierusalimschy1-9/+9
2009-08-07luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,Roberto Ierusalimschy4-10/+10
2009-08-05"But" -> "Bug" (misspelling)Roberto Ierusalimschy1-5/+5
2009-08-04'debug.getfenv' does not check whether it has an argumentRoberto Ierusalimschy1-2/+21
2009-08-04small bug: debug.getfenv should check whether it has an argumentRoberto Ierusalimschy1-1/+2
2009-08-04'collectgarbage"count"' returns a second argument with the count%1024.Roberto Ierusalimschy1-2/+3
2009-07-16bug: stack must be cleared until its end (including extra size) +Roberto Ierusalimschy1-26/+9
2009-07-15tail calls do not need to move whole new frame down, only its sliceRoberto Ierusalimschy1-8/+12
2009-07-15new macro 'getproto'Roberto Ierusalimschy3-7/+8
2009-07-15detail (comment: 'correspoding' -> 'corresponding')Roberto Ierusalimschy1-2/+2
2009-07-15'index2adr' -> 'index2addr' (correct spelling)Roberto Ierusalimschy1-40/+40
2009-07-15avoid using 'UNUSED' (not defined outside the kernel)Roberto Ierusalimschy1-5/+5
2009-07-15'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' andRoberto Ierusalimschy1-5/+2
2009-07-15calls with LUA_MULTRET may leave no free slots in the stackRoberto Ierusalimschy2-2/+5
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