aboutsummaryrefslogtreecommitdiff
path: root/testes (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-13Fixed bug: wrong stack limit when entering a coroutineRoberto Ierusalimschy1-0/+16
2020-07-13Added test for fix 127e7a6c894Roberto Ierusalimschy1-0/+30
2020-07-10Fixed bug of old finalized objects in the GCRoberto Ierusalimschy1-6/+4
2020-07-08Macro LUAI_ASSERT eases turning assertions onRoberto Ierusalimschy3-4/+11
2020-07-08Change in macro HARDMEMTESTS for testing GCRoberto Ierusalimschy2-2/+4
2020-07-08Fixed bug of access violation in finalizersRoberto Ierusalimschy1-4/+3
2020-07-07Fixed bugs of stack reallocation x GCRoberto Ierusalimschy4-11/+14
2020-07-06Avoid any code before locks in the APIRoberto Ierusalimschy3-12/+22
2020-07-06Make sure that main thread is non yieldableRoberto Ierusalimschy3-4/+18
2020-07-06Keep minimum size when shrinking a stackRoberto Ierusalimschy1-3/+2
2020-07-06Keep memory errors as memory errorsRoberto Ierusalimschy4-23/+75
2020-07-04Avoid memory allocation in some functions from 'ltests.c'Roberto Ierusalimschy5-17/+30
2020-07-03DetailsRoberto Ierusalimschy2-17/+23
2020-07-03'luaV_concat' can "concat" one single valueRoberto Ierusalimschy3-14/+9
2020-07-03Simplification and smaller buffers for 'lua_pushfstring'Roberto Ierusalimschy2-11/+17