Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 1de2f31694 Corrected support for 16-bit systems há 2 anos atrás
  Roberto Ierusalimschy ee645472eb Stack reallocation done with a single realloc há 2 anos atrás
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's há 2 anos atrás
  Roberto Ierusalimschy d61b0c6028 More checks and documentation for uses of EXTRA_STACK há 3 anos atrás
  Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack há 3 anos atrás
  Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow há 3 anos atrás
  Roberto Ierusalimschy f3cfd5bf2b Details há 3 anos atrás
  Roberto Ierusalimschy cf613cdc6f Bug: finalizers can be called with an invalid stack há 3 anos atrás
  Roberto Ierusalimschy 6b3e116d44 Corrected bug in 'luaD_tryfuncTM' há 3 anos atrás
  Roberto Ierusalimschy 74d99057a5 Bug: C stack overflow with coroutines há 3 anos atrás
  Roberto Ierusalimschy 1fce5bea81 More uniform implementation for tail calls há 3 anos atrás
  Roberto Ierusalimschy 3699446aaf Removed goto's in 'luaD_precall' há 3 anos atrás
  Roberto Ierusalimschy 2ff3471722 Using 'inline' in some functions há 4 anos atrás
  Roberto Ierusalimschy 91673a8ec0 'luaD_tryfuncTM' checks stack space by itself há 4 anos atrás
  Roberto Ierusalimschy 41871f1803 Undo simplification of tail calls (commit 901d760) há 4 anos atrás
  Roberto Ierusalimschy dbdc74dc55 Simplification in the parameters of 'luaD_precall' há 4 anos atrás
  Roberto Ierusalimschy 04e19712a5 C functions can be tail called, too há 4 anos atrás
  Roberto Ierusalimschy 901d760093 Simpler implementation for tail calls há 4 anos atrás
  Roberto Ierusalimschy f9d857a81b Stack reallocation done in two phases há 4 anos atrás
  Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints há 4 anos atrás
  Roberto Ierusalimschy bc970005ce '__close' methods can yield in the return of a C function há 4 anos atrás
  Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables há 4 anos atrás
  Roberto Ierusalimschy 2bfa13e520 Fixed some bugs around stack reallocation há 4 anos atrás
  Roberto Ierusalimschy 949187b049 Optimizations for line hook há 4 anos atrás
  Roberto Ierusalimschy 58aa09a0b9 Small improvements in hooks há 4 anos atrás
  Roberto Ierusalimschy 1f81baffad Janitorial work há 4 anos atrás
  Roberto Ierusalimschy 0e9254dfa0 Correct order of return hooks vs. close metamethods há 4 anos atrás
  Roberto Ierusalimschy 6ccd24eff5 Simpler handling of errors when creating tbc variables há 4 anos atrás
  Roberto Ierusalimschy d0f34d9137 Allow yields in '__close' metamethods ater errors há 4 anos atrás
  Roberto Ierusalimschy b07fc10e91 Allow yields inside '__close' metamethods há 4 anos atrás