458 Commits (131e3fd814a6e818b412407a222186aab08f3525)

Author SHA1 Message Date
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
Roberto Ierusalimschy 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' 6 years ago
Roberto Ierusalimschy b56d4e570a Changes in the warning system 6 years ago
Roberto Ierusalimschy cf71a5ddc7 Details 6 years ago
Roberto Ierusalimschy 4ace93ca65 No more to-be-closed functions 6 years ago
Roberto Ierusalimschy c6f7181e91 No more LUA_ERRGCMM errors 6 years ago
Roberto Ierusalimschy 437a5b07d4 Added a warning system to Lua 6 years ago
Roberto Ierusalimschy af6d9f3116 Details 6 years ago
Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 years ago
Roberto Ierusalimschy 7e63d3da02 Some bugs with stack reallocation by 'luaF_close' 6 years ago
Roberto Ierusalimschy 5fda30b4f9 'lua_toclose' gets the index to be closed as an argument 6 years ago
Roberto Ierusalimschy b8fed93215 New syntax for to-be-closed variables 6 years ago
Roberto Ierusalimschy e8c779736f Removed internal cache for closures 6 years ago
Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos 6 years ago
Roberto Ierusalimschy 34840301b5 To-be-closed variables in the C API 6 years ago
Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy 4d5de1c1fb Fixed bug in line info. when using 'not' operator 6 years ago
Roberto Ierusalimschy b08c9079c5 Opcode names moved to a new header file 6 years ago
Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can 6 years ago
Roberto Ierusalimschy 992b6d2712 no more 'TESTGRAYBIT' (to free this bit for real uses) 7 years ago
Roberto Ierusalimschy 9e3db70482 details (casts between 'lua_Number' and 'double') 7 years ago
Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables 7 years ago
Roberto Ierusalimschy ca6fe7449a userdata can have multiple user values 7 years ago
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago