Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 9e613b8583 missing argument to 'assert' raises "assertion failed" error 16 years ago
  Roberto Ierusalimschy 9428ec42d0 new optional argument to 'load', to control allowed modes (binary or 16 years ago
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 16 years ago
  Roberto Ierusalimschy 5d3cc5def8 'writestring' changed into a configurable macro 16 years ago
  Roberto Ierusalimschy 53db607963 avoid using 'fputs' in 'print' to avoid problems with embedded zeros 16 years ago
  Roberto Ierusalimschy f9dec5fc84 do not use compatibility macros in Lua 17 years ago
  Roberto Ierusalimschy 202de59254 useless #include removed (pointed by lint) 17 years ago
  Roberto Ierusalimschy 7316d61a66 'coroutine.running' should work for the main thread too 17 years ago
  Roberto Ierusalimschy fa19baab7f proxies must be created with a __gc field in their metatables to work 17 years ago
  Roberto Ierusalimschy 5ac3386888 bug: unpack with maximum indices may crash due to arithmetic overflow 17 years ago
  Roberto Ierusalimschy 015e973899 bug: auxresume should reserve stack space for boolean result 17 years ago
  Roberto Ierusalimschy daddc57abd luaL_tostring -> luaL_tolstring (more generic) 17 years ago
  Roberto Ierusalimschy b4164a9aa7 details 17 years ago
  Roberto Ierusalimschy 2fa476655f detail 18 years ago
  Roberto Ierusalimschy ab09732986 new metamethods for '__pairs' and '__ipairs' 18 years ago
  Roberto Ierusalimschy 8d3dd04137 clearing some old compatibility code 18 years ago
  Roberto Ierusalimschy d3c304e92e BUG: setfenv accepts invalid argument 18 years ago
  Roberto Ierusalimschy cf86576a83 new function luaL_tostring 18 years ago
  Roberto Ierusalimschy be822a5f1c xpcall now may get arguments to function to be called 19 years ago
  Roberto Ierusalimschy fc875334fd detail 19 years ago
  Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK 19 years ago
  Roberto Ierusalimschy cedd2092eb 'coroutine.running' should return nil (instead of nothing) for main thread 19 years ago
  Roberto Ierusalimschy 475b0ecbf1 new macro LUA_RELEASE 19 years ago
  Roberto Ierusalimschy 414359b2f1 new version number 19 years ago
  Roberto Ierusalimschy baffc37f5c detail 19 years ago
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) 19 years ago
  Roberto Ierusalimschy 6a516878e9 collectgarbage"count" returns kilobytes (where K = 1024) 19 years ago
  Roberto Ierusalimschy 053e873145 new macro luaL_opt to avoid evaluating defaults when no needed 20 years ago
  Roberto Ierusalimschy 9f4211310f more precision for gc count 20 years ago
  Roberto Ierusalimschy 5fc92cce12 registry._LOADED created "on demand" and baselib created as module _G 20 years ago