5348 Commits (4e47f81188d37e29027158b76271d02a781242e2)
 

Author SHA1 Message Date
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 e70f275f32 Bug: 'Vardesc' array can be reallocated in 'localstat' 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 9e6807c3c9 Do not collect open upvalues 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 440a5ee78c Fixed bug for emergency collection in upvalue creation 5 years ago
Roberto Ierusalimschy dc07719b0d Tag LUA_TUPVALTBC replaced by a flag 5 years ago
Roberto Ierusalimschy 9cdf6b7082 Some details in 'lmem.c' and 'lgc.c' 5 years ago
Roberto Ierusalimschy 3c1d415bd3 Details 5 years ago
Roberto Ierusalimschy d36a31e673 Reviving HARDMEMTESTS 5 years ago
Roberto Ierusalimschy 024a6071ca Small bug with stack reallocation 5 years ago
Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used 5 years ago
Roberto Ierusalimschy 9c28ed05c9 Calls 'luaF_close' in 'lua_settop' only when needed 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 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL 5 years ago
Roberto Ierusalimschy c220b0a5d0 '__close' method may be called again in case of error 5 years ago
Roberto Ierusalimschy 298f383ffc Avoid setting the stack top below upvalues to be closed 5 years ago
Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 5 years ago
Roberto Ierusalimschy dd6d8db49a Reordering of instructions in the main loop 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 3d296304ef Towards constant propagation 5 years ago
Roberto Ierusalimschy 54f7b46c1e New implementation for constants 5 years ago
Roberto Ierusalimschy e888976bc6 Details (typos in comments) 5 years ago
Roberto Ierusalimschy 4d46289331 Local attributes can be used in list of local variables 5 years ago
Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation 5 years ago
Roberto Ierusalimschy 924bed7297 Methods separated from metamethods in 'io' 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 e4b02ca8e4 Structure 'Vardesc' does not need a 'name' field 5 years ago
Roberto Ierusalimschy 20a9853e02 Cleaning macros in 'luaV_execute' 5 years ago
Roberto Ierusalimschy 1d70708a78 Fixed bug [5.4 alpha] for errors in finalizers 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 d2a9b4ffb8 Detail in the manual 5 years ago
Roberto Ierusalimschy f39e8c06d6 Updated the documentation for the API function 'lua_gc' 6 years ago
Roberto Ierusalimschy 6aeaeb5656 Detail in makefile 6 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