485 Commits (d862da6d04111ce7e5b225040fbe7e526761f478)

Author SHA1 Message Date
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 666e95a66d Option 0 for step multiplier makes GC non-incremental 11 months ago
Roberto Ierusalimschy 789e7acdea Major collections done incrementally 11 months ago
Roberto Ierusalimschy 63d68bd657 Comments detailing the ages for generational GC 11 months ago
Roberto Ierusalimschy 25cd3d377e Buffer in 'luai_makeseed' measured in bytes 12 months ago
Roberto Ierusalimschy 024f9064f1 External strings 1 year ago
Roberto Ierusalimschy 43c8e5bded Full abstraction for representation of array values 1 year ago
Roberto Ierusalimschy 14e416355f Added suport for Fixed Buffers 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 40565b4a08 Revamp of GC parameters 2 years ago
Roberto Ierusalimschy d738c8d18b New function 'luaL_openselectedlibs' 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 8047b2d03e Tables have a 'lastfree' information only when needed 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 14d2803e55 Details 2 years ago
Roberto Ierusalimschy 439e45a2f6 Bug: luaL_tolstring may get confused with negative index 3 years ago
Roberto Ierusalimschy 9a2de786de Stack check in warning function for tests 4 years ago
Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables 4 years ago
Roberto Ierusalimschy cc1692515e New API function 'lua_closeslot' 4 years ago
Roberto Ierusalimschy 748d6d4e7a Review of asserts in 'ltests.c' 4 years ago
Roberto Ierusalimschy 58216600eb 'luaL_newstate' should not allocate extra memory 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 f13dc59416 Better tests for gray lists 4 years ago
Roberto Ierusalimschy b9b554e0f6 Clearer handling of gray lists when entering generational mode 4 years ago
Roberto Ierusalimschy b4c353434f Details 4 years ago
Roberto Ierusalimschy 8c7c9ea065 Function 'printobj' in 'ltests.c' made public 4 years ago
Roberto Ierusalimschy d39ea8b3ce Make sure that main thread is non yieldable 4 years ago
Roberto Ierusalimschy bfcf06d91a Avoid memory allocation in some functions from 'ltests.c' 4 years ago
Roberto Ierusalimschy 993c58fde3 In 'lua_checkmemory', userdata can be gray, too 4 years ago
Roberto Ierusalimschy 364e569945 Avoid calling 'fprintf' with NULL 4 years ago
Roberto Ierusalimschy 513559cc47 Fixed bug in 'string.format("%p")' 5 years ago
Roberto Ierusalimschy 6eb53b7526 Details 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy bd1b87c579 Comments (mosty typos) 5 years ago
Roberto Ierusalimschy e592f94a64 Details (mostly comments) 5 years ago
Roberto Ierusalimschy be78aeae4c Default for warnings changed to "off" 5 years ago
Roberto Ierusalimschy 9405472565 Improvement in warn-mode '@store' (for testing) 5 years ago
Roberto Ierusalimschy ca13be9af7 Supressed errors in '__close' generate warnings 5 years ago
Roberto Ierusalimschy a1d8eb2743 Added control messages to warnings 5 years ago
Roberto Ierusalimschy f645d31573 To-be-closed variables must be closed on initialization 5 years ago
Roberto Ierusalimschy dc07719b0d Tag LUA_TUPVALTBC replaced by a flag 5 years ago
Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 5 years ago
Roberto Ierusalimschy 4487c28ced A few more tests for table access in the API 5 years ago
Roberto Ierusalimschy 0b63d79b36 Details 6 years ago