Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 years ago
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 years ago
  Roberto Ierusalimschy d29ce75737 new signature for function luaD_call (old luaD_calln) 26 years ago
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
  Roberto Ierusalimschy 8e7451512f some more `const's 26 years ago
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy 521b38532a better interfaces for luaD_calln (x luaD_call) 26 years ago
  Roberto Ierusalimschy ee912e5a7f auxiliar function "luaD_calln". 27 years ago
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 28 years ago
  Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 28 years ago
  Roberto Ierusalimschy 45cad43c3f "lua_open": now lua has an explicit open operation. 28 years ago
  Roberto Ierusalimschy 43a2ee6ea1 Stack and Call structure of Lua 28 years ago