110 Commits (643188d6e58dfd3270d689230867289347260b74)

Author SHA1 Message Date
Roberto Ierusalimschy 643188d6e5 Fixed missing case in 'luaV_finishOp' 5 years ago
Roberto Ierusalimschy 3df5624ff4 Fixed bug when yiedling inside OP_ADDK opcode 5 years ago
Roberto Ierusalimschy be78aeae4c Default for warnings changed to "off" 5 years ago
Roberto Ierusalimschy 5bc47fe830 Detail (extra test for warnings when closing state) 5 years ago
Roberto Ierusalimschy 9405472565 Improvement in warn-mode '@store' (for testing) 5 years ago
Roberto Ierusalimschy b96b0b5abb Added macro 'luaL_pushfail' 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 fe040633a1 Tracebacks recognize metamethods '__close' 5 years ago
Roberto Ierusalimschy f645d31573 To-be-closed variables must be closed on initialization 5 years ago
Roberto Ierusalimschy 35b4efc270 Fixed test in 'main.lua' 5 years ago
Roberto Ierusalimschy 0d52913804 Change in the syntax of attributes 5 years ago
Roberto Ierusalimschy b80077b8f3 Change in the handling of 'L->top' when calling metamethods 5 years ago
Roberto Ierusalimschy 9a37dc0ce6 Small corrections when setting 'L->top' 5 years ago
Roberto Ierusalimschy 0eb6aa4013 Some improvements in date/time functions 5 years ago
Roberto Ierusalimschy 7f5c31cdca Fixed bug in 'string.format' with option '%f' 5 years ago
Roberto Ierusalimschy 2f22c6bb79 'math.randomseed' always returns the two seed components 5 years ago
Roberto Ierusalimschy 3c0d3c6fbe Avoid using addresses of static variables as unique keys 5 years ago
Roberto Ierusalimschy 3c1d415bd3 Details 5 years ago
Roberto Ierusalimschy d36a31e673 Reviving HARDMEMTESTS 5 years ago
Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used 5 years ago
Roberto Ierusalimschy 8082906c05 Fixed small issue with constant propagation 5 years ago
Roberto Ierusalimschy d6af81084d New kind of expression VKSTR 5 years ago
Roberto Ierusalimschy c220b0a5d0 '__close' method may be called again in case of error 5 years ago
Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 5 years ago
Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 5 years ago
Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation 5 years ago
Roberto Ierusalimschy be8445d7e4 Details 5 years ago
Roberto Ierusalimschy 54f7b46c1e New implementation for constants 5 years ago
Roberto Ierusalimschy 4d46289331 Local attributes can be used in list of local variables 5 years ago
Roberto Ierusalimschy 8b7cfee26b Small changes around C-stack limit 5 years ago
Roberto Ierusalimschy c1a63c45f8 '__call' metamethod can be any callable object 5 years ago
Roberto Ierusalimschy 4487c28ced A few more tests for table access in the API 5 years ago
Roberto Ierusalimschy 05ba288049 Added script 'packtests' to the project 5 years ago
Roberto Ierusalimschy 6b9490bd72 Details in tests 5 years ago
Roberto Ierusalimschy be73f72fcc New function 'setCstacklimit' 5 years ago
Roberto Ierusalimschy 3cd9b56ae6 Revamp around 'L->nCcalls' count 5 years ago
Roberto Ierusalimschy b4d5dff8ec Multiple errors in '__toclose' report the first one 6 years ago
Roberto Ierusalimschy 14edd364c3 Function 'warn' is vararg 6 years ago
Roberto Ierusalimschy 514d942748 'coroutine.kill' renamed 'coroutine.close' 6 years ago
Roberto Ierusalimschy 4a3fd8488d bug in 5.4 alpha rc1: to-be-closed x vararg functions 6 years ago
Roberto Ierusalimschy 7d0f41df41 Improvements in 'testes/cstack.lua' 6 years ago
Roberto Ierusalimschy b293ae0577 Details 6 years ago
Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables 6 years ago
Roberto Ierusalimschy d881325c2f Flag for to-be-closed variables changed to '<toclose>' 6 years ago
Roberto Ierusalimschy 389116d8ab Coroutines do not unwind the stack in case of errors 6 years ago
Roberto Ierusalimschy 01bded3d8c File 'lib2-v2.so' generated from its own source 6 years ago
Roberto Ierusalimschy 7c5786479c A few more improvements in 'luaO_pushvfstring' 6 years ago
Roberto Ierusalimschy b14609032c Avoid the creation of too many strings in 'package' 6 years ago
Roberto Ierusalimschy b36e26f51b Some more small improvements to 'luaO_pushvfstring' 6 years ago