365 Commits (3e88b72b8e71c0946d089a04876e7bdc61d187a9)

Author SHA1 Message Date
Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' 3 months ago
Roberto Ierusalimschy 15231d4fb2 'nresults' moved into 'callstatus' 4 months ago
Roberto Ierusalimschy 55ac40f859 Cleaning of llimits.h 5 months ago
Roberto Ierusalimschy 9fa63a6268 Some 'unsigned int' changed to 'unsigned' 8 months ago
Roberto Ierusalimschy 7360f8d0fd Removed deprecated function 'setcstacklimit' 9 months ago
Roberto Ierusalimschy 17e0c29d9b Clear interface between references and predefines 10 months ago
Roberto Ierusalimschy 8eb0abc9db Removed uses of LUA_NUMTAGS 10 months ago
Roberto Ierusalimschy e2cc179454 New option "setparms" for 'collectgarbage' 11 months ago
Roberto Ierusalimschy ad0ea7813b GC parameters encoded as floating-point bytes 11 months ago
Roberto Ierusalimschy 925fe8a0f2 First criteria for shifts minor<->major 11 months ago
Roberto Ierusalimschy 63d68bd657 Comments detailing the ages for generational GC 11 months ago
Roberto Ierusalimschy 43c8e5bded Full abstraction for representation of array values 1 year ago
Roberto Ierusalimschy 9b4f39ab14 More disciplined use of 'getstr' and 'tsslen' 1 year ago
Roberto Ierusalimschy 9be74ccc21 Several functions turned 'static' 1 year ago
Roberto Ierusalimschy 6443185167 "Emergency" new version 5.4.6 2 years ago
Roberto Ierusalimschy 5a04f1851e New function 'luaL_makeseed' 2 years ago
Roberto Ierusalimschy 5d8b5b9290 Changed signal of GC debt 2 years ago
Roberto Ierusalimschy 40565b4a08 Revamp of GC parameters 2 years ago
Roberto Ierusalimschy d324a0ccf9 Simpler control for major collections 2 years ago
Roberto Ierusalimschy ec61be9a7e 'l_mem' renamed to 'l_obj' to count objects 2 years ago
Roberto Ierusalimschy f356d5acdd First version of GC counting objects for control 2 years ago
Roberto Ierusalimschy 76953316d1 Added a counter of the total number of existing objects 2 years ago
Roberto Ierusalimschy 9ede317c70 Threads are created like other objects 2 years ago
Roberto Ierusalimschy 413a393e62 Stack indices changed to union's 2 years ago
Roberto Ierusalimschy 1e64c1391f Bug: stack overflow with nesting of coroutine.close 2 years ago
Roberto Ierusalimschy 0bfc572e51 Bug: GC is not reentrant 3 years ago
Roberto Ierusalimschy 1de95e97ef Bug: Lua stack still active when closing a state 3 years ago
Roberto Ierusalimschy bfbff3703e Bug: Wrong status in coroutine during reset 3 years ago
Roberto Ierusalimschy bef250eb8d Details 4 years ago
Roberto Ierusalimschy 1537d6680b New control for reentrancy of emergency collections 4 years ago
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables 4 years ago
Roberto Ierusalimschy c63e5d212b New macro 'completestate' 4 years ago
Roberto Ierusalimschy 6ccd24eff5 Simpler handling of errors when creating tbc variables 4 years ago
Roberto Ierusalimschy b07fc10e91 Allow yields inside '__close' metamethods 4 years ago
Roberto Ierusalimschy 6188f3a654 Reset thread before panicking 4 years ago
Roberto Ierusalimschy 7af27ef59d Cleaner handling of errors in '__close' metamethods 4 years ago
Roberto Ierusalimschy 409256b784 'coroutine.close'/'lua_resetthread' report original errors 4 years ago
Roberto Ierusalimschy 65d2294454 Changed access to global table in the registry 4 years ago
Roberto Ierusalimschy d282652561 Bug when growing a stack 4 years ago
Roberto Ierusalimschy 9a89fb1c9d Hash always use all characters in a long string 4 years ago
Roberto Ierusalimschy 5aa36e894f No more field 'lua_State.stacksize' 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 0dc5deca1c Optimization in 'markold' 4 years ago
Roberto Ierusalimschy b4c353434f Details 4 years ago
Roberto Ierusalimschy a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 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