Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy f645d31573 To-be-closed variables must be closed on initialization il y a 6 ans
  Roberto Ierusalimschy 35b4efc270 Fixed test in 'main.lua' il y a 6 ans
  Roberto Ierusalimschy 0d52913804 Change in the syntax of attributes il y a 6 ans
  Roberto Ierusalimschy b80077b8f3 Change in the handling of 'L->top' when calling metamethods il y a 6 ans
  Roberto Ierusalimschy e70f275f32 Bug: 'Vardesc' array can be reallocated in 'localstat' il y a 6 ans
  Roberto Ierusalimschy 9a37dc0ce6 Small corrections when setting 'L->top' il y a 6 ans
  Roberto Ierusalimschy 0eb6aa4013 Some improvements in date/time functions il y a 6 ans
  Roberto Ierusalimschy 7f5c31cdca Fixed bug in 'string.format' with option '%f' il y a 6 ans
  Roberto Ierusalimschy 9e6807c3c9 Do not collect open upvalues il y a 6 ans
  Roberto Ierusalimschy 2f22c6bb79 'math.randomseed' always returns the two seed components il y a 6 ans
  Roberto Ierusalimschy 3c0d3c6fbe Avoid using addresses of static variables as unique keys il y a 6 ans
  Roberto Ierusalimschy 440a5ee78c Fixed bug for emergency collection in upvalue creation il y a 6 ans
  Roberto Ierusalimschy dc07719b0d Tag LUA_TUPVALTBC replaced by a flag il y a 6 ans
  Roberto Ierusalimschy 9cdf6b7082 Some details in 'lmem.c' and 'lgc.c' il y a 6 ans
  Roberto Ierusalimschy 3c1d415bd3 Details il y a 6 ans
  Roberto Ierusalimschy d36a31e673 Reviving HARDMEMTESTS il y a 6 ans
  Roberto Ierusalimschy 024a6071ca Small bug with stack reallocation il y a 6 ans
  Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used il y a 6 ans
  Roberto Ierusalimschy 9c28ed05c9 Calls 'luaF_close' in 'lua_settop' only when needed il y a 6 ans
  Roberto Ierusalimschy 8082906c05 Fixed small issue with constant propagation il y a 6 ans
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR il y a 6 ans
  Roberto Ierusalimschy 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL il y a 6 ans
  Roberto Ierusalimschy c220b0a5d0 '__close' method may be called again in case of error il y a 6 ans
  Roberto Ierusalimschy 298f383ffc Avoid setting the stack top below upvalues to be closed il y a 6 ans
  Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST il y a 6 ans
  Roberto Ierusalimschy dd6d8db49a Reordering of instructions in the main loop il y a 6 ans
  Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays il y a 6 ans
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation il y a 6 ans
  Roberto Ierusalimschy be8445d7e4 Details il y a 6 ans
  Roberto Ierusalimschy 3d296304ef Towards constant propagation il y a 6 ans