aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-25Details in the manualRoberto Ierusalimschy1-6/+9
2020-09-16Details in comments and documentationRoberto Ierusalimschy2-0/+21
2020-09-15DetailRoberto Ierusalimschy2-2/+7
2020-09-15New release number (5.4.1)Roberto Ierusalimschy1-1/+1
2020-09-09Better documentation for the GC of strings in the C APIRoberto Ierusalimschy1-20/+58
2020-09-03Better documentation for 'lctype.h'Roberto Ierusalimschy1-4/+10
2020-08-18Fixed bug of long strings in binary chunksRoberto Ierusalimschy2-1/+18
2020-08-17Better control of gray objectsRoberto Ierusalimschy1-44/+50
2020-08-13Small changes in macros that change GC colorsRoberto Ierusalimschy3-39/+40
2020-08-13TOUCHED2 objects are not always blackRoberto Ierusalimschy2-8/+19
2020-08-07Open upvalues should be gray when entering gen. modeRoberto Ierusalimschy2-14/+21
2020-08-07Better tests for gray listsRoberto Ierusalimschy3-10/+37
2020-08-07Free bit 7 of GC 'marked' fieldRoberto Ierusalimschy6-7/+31
2020-08-03Detail (in asserts)Roberto Ierusalimschy2-5/+3
2020-08-03Threads don't need to always go to 'grayagain'Roberto Ierusalimschy1-18/+29
2020-08-03Clearer handling of gray lists when entering generational modeRoberto Ierusalimschy3-18/+79
2020-07-29Optimization in 'markold'Roberto Ierusalimschy4-19/+76
2020-07-29DetailsRoberto Ierusalimschy4-25/+32
2020-07-29OLD1 ages advanced by 'markold'Roberto Ierusalimschy1-5/+6
2020-07-28Same changes around 'correctgraylist'Roberto Ierusalimschy1-53/+66
2020-07-27Fixed bug: line hooks in stripped functionsRoberto Ierusalimschy2-2/+21
2020-07-27Fixed bug: Negation overflow in getlocal/setlocalRoberto Ierusalimschy1-3/+3
2020-07-27All objects are kept 'new' in incremental GCRoberto Ierusalimschy2-19/+24
2020-07-27Function 'printobj' in 'ltests.c' made publicRoberto Ierusalimschy2-1/+11
2020-07-27Fixed bug: barriers cannot be active during sweepRoberto Ierusalimschy2-17/+59
2020-07-17Fixed bug: 'luaD_callnoyield' called twice in a rowRoberto Ierusalimschy1-5/+4
2020-07-17Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy6-21/+36
2020-07-15Fixed bug: invalid mode can crash 'io.popen'Roberto Ierusalimschy2-0/+22
2020-07-13Fixed bug: wrong stack limit when entering a coroutineRoberto Ierusalimschy2-1/+17
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