Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy a83ed55f1e added 'return' (when possible) to calls to error functions %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 65e31fb179 Bug: load/loadfile returns wrong result when given an environment %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy fc24a3a6c4 small bug: a reader function should not modify the Lua stack %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy c5da4f4cd0 unused variable removed %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy fded7bef19 options for 'collectgarbage' renamed: "inc" -> "incremental"; %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 6cce5c0601 new function 'luaL_loadfilex' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 7133e20c94 make treatment of 'pcall' and 'xpcall' more similar %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 888d39ea75 refactoring of common parts of 'pcall' and 'xpcall' + avoids %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 162ce8256e lint (unused struct field) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 43c873895f tonumber: base 10 is not special, no base is %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 79cbc3468c removed and deprecated functions really removed from the code base %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 2f125ebc33 'deprecated' x 'removed' (they are not the same thing) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 22e1c5ebad avoid conversion from 'const char*' to 'void *' (warning about 'const') %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy ee7d0c2649 new macro 'luai_writeline' to print newlines (and flush 'stdout') %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 511679313f new function 'rawlen' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy aa6faa6331 own implementation of 'tunumber', so that it works correctly with %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy d51743b0c7 removed 'newproxy' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy b83b6ba015 'loadin' -> 'load' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 81646af13b 'loadstring' deprecated; use 'load' instead %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 233b71c092 comment %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c79b4a97aa using 'strspn' to skip spaces in 'tonumber' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy e642cc4206 correct handling of negative numbers in non-10 bases by 'tonumber' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy a289a62717 'loadin' should not check whether upvalue is called '_ENV', %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 0df2238063 name "_ENV" configurable through 'luaconf.h' %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy daa5fe3e31 'loadin' should accept any value for the environment (not only tables) + %!s(int64=15) %!d(string=hai) anos