Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy c6254dceff a different option for the GC il y a 20 ans
  Roberto Ierusalimschy 39a8082f50 more options for controling the GC il y a 20 ans
  Roberto Ierusalimschy c78940f21a static names do not need `luaX_' prefix il y a 20 ans
  Roberto Ierusalimschy 2f82bf6fe9 better support for 64-bit machines il y a 20 ans
  Roberto Ierusalimschy 2419f2bf02 cleaner API for coroutines il y a 21 ans
  Roberto Ierusalimschy 0b06241483 better control for GC cycles il y a 21 ans
  Roberto Ierusalimschy 271e05917f bug: lua_getupvalue and setupvalue do not check for index too small. il y a 21 ans
  Roberto Ierusalimschy a7c74c06b9 small bug: lua_gc(count) was falling through to next option il y a 21 ans
  Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables il y a 21 ans
  Roberto Ierusalimschy eab1965c05 bug: `lua_setfenv' needs a write barrier il y a 21 ans
  Roberto Ierusalimschy 96917ff42a "step" option in lua_gc also need to lock Lua. il y a 21 ans
  Roberto Ierusalimschy 75057dfced il y a 21 ans
  Roberto Ierusalimschy 345379b5ff option for garbage-collector `step' il y a 21 ans
  Roberto Ierusalimschy 0dfd04eb60 `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) il y a 21 ans
  Roberto Ierusalimschy 0bda88e6cd small steps towards yields in iterators and tag methods il y a 21 ans
  Roberto Ierusalimschy 7966a4acae avoid name clashes among different files il y a 21 ans
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' il y a 21 ans
  Roberto Ierusalimschy 079facab40 ensures own top is corrected after calling function with multiple results il y a 21 ans
  Roberto Ierusalimschy 21bc05c920 write barrier for C upvalues il y a 21 ans
  Roberto Ierusalimschy b876ec61c0 new (temporary?) API for garbage collector il y a 21 ans
  Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) il y a 21 ans
  Roberto Ierusalimschy b3ce450529 avoid calling `memcmp' with a NULL argument il y a 21 ans
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions il y a 21 ans
  Roberto Ierusalimschy df429f163a First version of incremental GC il y a 21 ans
  Roberto Ierusalimschy af850484a9 default metatable can be NULL il y a 21 ans
  Roberto Ierusalimschy c51bcf4796 it's ok to dump functions with upvalues il y a 22 ans
  Roberto Ierusalimschy 03bab90303 new function `lua_getallocf' to retrieve allocation function and data il y a 22 ans
  Roberto Ierusalimschy 10de467c79 new function `lua_createtable' il y a 22 ans
  Roberto Ierusalimschy 533737f26e new functions `lua_getfield' and `lua_setfield' il y a 22 ans
  Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' il y a 22 ans