Revīziju vēsture

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