5316 Commits (d9d2904f09a8039522dfd6f118d4e37bffd5bdf6)
 

Author SHA1 Message Date
Roberto Ierusalimschy d9d2904f09 Details 4 years ago
Roberto Ierusalimschy 65d2294454 Changed access to global table in the registry 4 years ago
Roberto Ierusalimschy 131e3fd814 Avoid using 'signal' when 'sigaction' is available 4 years ago
Roberto Ierusalimschy 9d067ab73b Optimization for 'n^2' 4 years ago
Roberto Ierusalimschy 2f4162bc47 Compiler optimization back to '-O2' 4 years ago
Roberto Ierusalimschy ab1aca94e8 Removed optimization for «if ... then goto» 4 years ago
Roberto Ierusalimschy d282652561 Bug when growing a stack 4 years ago
Roberto Ierusalimschy 58216600eb 'luaL_newstate' should not allocate extra memory 4 years ago
Roberto Ierusalimschy 94cbe46511 Details 4 years ago
Roberto Ierusalimschy 69b71a6919 _PROMPT can have non-string values 4 years ago
Roberto Ierusalimschy d742a193e5 Comments 4 years ago
Roberto Ierusalimschy e4a38eb0e8 Fixed wrong trace of vararg functions 4 years ago
Roberto Ierusalimschy f07de22576 Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 4 years ago
Roberto Ierusalimschy 52c8679760 Fixed bug of keys removed from tables vs 'next' 4 years ago
Roberto Ierusalimschy 849b2ecbd2 New release number (5.4.2) 4 years ago
Roberto Ierusalimschy 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
Roberto Ierusalimschy 9a89fb1c9d Hash always use all characters in a long string 4 years ago
Roberto Ierusalimschy c23cc86c54 Details 4 years ago
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