5598 Commits (bb7bb5944c9b3c868c6ab9cbe7d11b611251066b)
 

Author SHA1 Message Date
Roberto Ierusalimschy 171dcd7d74 'recover' finish of 'luaD_pcall' should follow the original 4 years ago
Roberto Ierusalimschy 5aa36e894f No more field 'lua_State.stacksize' 4 years ago
Roberto Ierusalimschy 9ecd446141 Avoid shrinking stacks to often 4 years ago
Roberto Ierusalimschy fb172d0a92 No need for 'volatile' in string.pack/unpack 4 years ago
Roberto Ierusalimschy 0085db4596 Avoid GCs when testing stack overflow 4 years ago
Roberto Ierusalimschy 490d42b5f8 Correct handling of 'luaV_execute' invocations 4 years ago
Roberto Ierusalimschy 287b302acb Revision of stackless implementation 4 years ago
Roberto Ierusalimschy 5d8ce05b3f Back to a stackless implementation 4 years ago
Roberto Ierusalimschy f83de8e34e Wrong cast in 'str_unpack' 4 years ago
Roberto Ierusalimschy 9f791535cd Merge branch 'master' of https://github.com/lua/lua 4 years ago
lhf 51c29ec0c4
Create README.md 4 years ago
Roberto Ierusalimschy fbaf040f5e Details in the manual 4 years ago
Roberto Ierusalimschy e51564d1be Details in comments and documentation 4 years ago
Roberto Ierusalimschy 98ec799591 Detail 4 years ago
Roberto Ierusalimschy b6888a158b New release number (5.4.1) 4 years ago
Roberto Ierusalimschy 613513d09f Better documentation for the GC of strings in the C API 4 years ago
Roberto Ierusalimschy 8496112a18 Better documentation for 'lctype.h' 4 years ago
Roberto Ierusalimschy 6bc0f13505 Fixed bug of long strings in binary chunks 4 years ago
Roberto Ierusalimschy 8a89da07ba Better control of gray objects 4 years ago
Roberto Ierusalimschy f849885a4b Small changes in macros that change GC colors 4 years ago
Roberto Ierusalimschy f7ce7e5faa TOUCHED2 objects are not always black 4 years ago
Roberto Ierusalimschy 65141832d2 Open upvalues should be gray when entering gen. mode 4 years ago
Roberto Ierusalimschy f13dc59416 Better tests for gray lists 4 years ago
Roberto Ierusalimschy 7c3cb71fa4 Free bit 7 of GC 'marked' field 4 years ago
Roberto Ierusalimschy 68109afcdb Detail (in asserts) 4 years ago
Roberto Ierusalimschy 9cf3299faf Threads don't need to always go to 'grayagain' 4 years ago
Roberto Ierusalimschy b9b554e0f6 Clearer handling of gray lists when entering generational mode 4 years ago
Roberto Ierusalimschy 0dc5deca1c Optimization in 'markold' 4 years ago
Roberto Ierusalimschy b4c353434f Details 4 years ago
Roberto Ierusalimschy 71f70df327 OLD1 ages advanced by 'markold' 4 years ago
Roberto Ierusalimschy 663f83f647 Same changes around 'correctgraylist' 4 years ago
Roberto Ierusalimschy ae5b5ba529 Fixed bug: line hooks in stripped functions 4 years ago
Roberto Ierusalimschy a585eae6e7 Fixed bug: Negation overflow in getlocal/setlocal 4 years ago
Roberto Ierusalimschy d2c2e32e8a All objects are kept 'new' in incremental GC 4 years ago
Roberto Ierusalimschy 8c7c9ea065 Function 'printobj' in 'ltests.c' made public 4 years ago
Roberto Ierusalimschy a6da1472c0 Fixed bug: barriers cannot be active during sweep 4 years ago
Roberto Ierusalimschy 34affe7a63 Fixed bug: 'luaD_callnoyield' called twice in a row 4 years ago
Roberto Ierusalimschy a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 4 years ago
Roberto Ierusalimschy 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' 4 years ago
Roberto Ierusalimschy e1d8770f12 Fixed bug: wrong stack limit when entering a coroutine 4 years ago
Roberto Ierusalimschy 0f1cd0eba9 Added test for fix 127e7a6c89 4 years ago
Roberto Ierusalimschy 127e7a6c89 Fixed bug of old finalized objects in the GC 4 years ago
Roberto Ierusalimschy 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on 4 years ago
Roberto Ierusalimschy 56ec432281 Change in macro HARDMEMTESTS for testing GC 4 years ago
Roberto Ierusalimschy 31b8c2d438 Fixed bug of access violation in finalizers 4 years ago
Roberto Ierusalimschy eb41999461 Fixed bugs of stack reallocation x GC 4 years ago
Roberto Ierusalimschy 314c6057b7 Avoid any code before locks in the API 4 years ago
Roberto Ierusalimschy d39ea8b3ce Make sure that main thread is non yieldable 4 years ago
Roberto Ierusalimschy 6298903e35 Keep minimum size when shrinking a stack 4 years ago
Roberto Ierusalimschy b57574d6fb Keep memory errors as memory errors 4 years ago