提交歷史

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy a7c74c06b9 small bug: lua_gc(count) was falling through to next option 21 年之前
  Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables 21 年之前
  Roberto Ierusalimschy eab1965c05 bug: `lua_setfenv' needs a write barrier 21 年之前
  Roberto Ierusalimschy 96917ff42a "step" option in lua_gc also need to lock Lua. 21 年之前
  Roberto Ierusalimschy 75057dfced 21 年之前
  Roberto Ierusalimschy 345379b5ff option for garbage-collector `step' 21 年之前
  Roberto Ierusalimschy 0dfd04eb60 `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) 21 年之前
  Roberto Ierusalimschy 0bda88e6cd small steps towards yields in iterators and tag methods 21 年之前
  Roberto Ierusalimschy 7966a4acae avoid name clashes among different files 21 年之前
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 年之前
  Roberto Ierusalimschy 079facab40 ensures own top is corrected after calling function with multiple results 21 年之前
  Roberto Ierusalimschy 21bc05c920 write barrier for C upvalues 21 年之前
  Roberto Ierusalimschy b876ec61c0 new (temporary?) API for garbage collector 21 年之前
  Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) 21 年之前
  Roberto Ierusalimschy b3ce450529 avoid calling `memcmp' with a NULL argument 21 年之前
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 年之前
  Roberto Ierusalimschy df429f163a First version of incremental GC 21 年之前
  Roberto Ierusalimschy af850484a9 default metatable can be NULL 22 年之前
  Roberto Ierusalimschy c51bcf4796 it's ok to dump functions with upvalues 22 年之前
  Roberto Ierusalimschy 03bab90303 new function `lua_getallocf' to retrieve allocation function and data 22 年之前
  Roberto Ierusalimschy 10de467c79 new function `lua_createtable' 22 年之前
  Roberto Ierusalimschy 533737f26e new functions `lua_getfield' and `lua_setfield' 22 年之前
  Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 22 年之前
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 年之前
  Roberto Ierusalimschy 4b2e71ddb6 ZIO passes Lua state to chunk reader 22 年之前
  Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) 22 年之前
  Roberto Ierusalimschy 433cb1d13a no more checks for non-default compilation options + luaU_dump has 22 年之前
  Roberto Ierusalimschy a73ded2153 Move nothing when there is nothing to move 22 年之前
  Roberto Ierusalimschy dae99205cf no more compatibility code 22 年之前
  Roberto Ierusalimschy f966404ed6 simpler implementation for valid/acceptable indices 22 年之前