Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 5dcd908add detail il y a 21 ans
  Roberto Ierusalimschy 32d4f304db first implementation of generational GC il y a 21 ans
  Roberto Ierusalimschy 4b12eff801 small correction (less conservative write barrier for tables) 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 fe8c365281 default state (created by `luaL_newstate´) has a default panic function il y a 21 ans
  Roberto Ierusalimschy 2d8b099274 better checking for read errors (with `ferror´) il y a 21 ans
  Roberto Ierusalimschy ff4f8fe59a small bug: calls to upvalues were not correctly traced 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 c7dda42c2f bug (due to new handling of varargs) il y a 21 ans
  Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables il y a 21 ans
  Roberto Ierusalimschy f87057690b `io.lines' also can give the file name in its error message il y a 21 ans
  Roberto Ierusalimschy 9e6aa878c9 string.byte truncates indices out of range il y a 21 ans
  Roberto Ierusalimschy c0fdaf5842 string.byte may return multiple values il y a 21 ans
  Roberto Ierusalimschy 2430d3cb28 small changes (due to Rici Lake) to allow testing non-supported OS functions il y a 21 ans
  Roberto Ierusalimschy 6bddbbde7a details (opcode may not be the first field) il y a 21 ans
  Roberto Ierusalimschy 31e48f26ed small bug il y a 21 ans
  Roberto Ierusalimschy 0d9007b642 no more LUA_OPNAMES il y a 21 ans
  Roberto Ierusalimschy 9609236fbb no more LUA_OPNAMES; it is simpler to "waste" 400 bytes il y a 21 ans
  Roberto Ierusalimschy 942496d767 small bug il y a 21 ans
  Roberto Ierusalimschy a535ad6fee several small changes (mainly function names) il y a 21 ans
  Roberto Ierusalimschy 4206d7ed60 `lua_Chunkwriter' returns 0 in case of success il y a 21 ans
  Roberto Ierusalimschy 7a796a0682 new macro `luaL_typename' il y a 21 ans
  Roberto Ierusalimschy 76d8b8db06 `lua_pushfstring' now supports `%p' option too il y a 21 ans
  Roberto Ierusalimschy ce455481ab separation between io lib and os lib il y a 21 ans
  Roberto Ierusalimschy 85f1d70e68 OS lib (finally separated from io lib) il y a 21 ans
  Roberto Ierusalimschy 31f6540fba back with an "open all libs" function il y a 21 ans
  Roberto Ierusalimschy eab1965c05 bug: `lua_setfenv' needs a write barrier il y a 21 ans
  Roberto Ierusalimschy 3d5187f6e5 `require' uses its private reference to `_LOADED' table il y a 21 ans
  Roberto Ierusalimschy 80ec81926c `lua.c' also needs the default path, so auxlib should provide it il y a 21 ans
  Roberto Ierusalimschy 96917ff42a "step" option in lua_gc also need to lock Lua. il y a 21 ans