Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" hace 13 años
  Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' hace 13 años
  Roberto Ierusalimschy fded7bef19 options for 'collectgarbage' renamed: "inc" -> "incremental"; hace 13 años
  Roberto Ierusalimschy 6cce5c0601 new function 'luaL_loadfilex' hace 13 años
  Roberto Ierusalimschy 7133e20c94 make treatment of 'pcall' and 'xpcall' more similar hace 13 años
  Roberto Ierusalimschy 888d39ea75 refactoring of common parts of 'pcall' and 'xpcall' + avoids hace 13 años
  Roberto Ierusalimschy 162ce8256e lint (unused struct field) hace 14 años
  Roberto Ierusalimschy 43c873895f tonumber: base 10 is not special, no base is hace 14 años
  Roberto Ierusalimschy 79cbc3468c removed and deprecated functions really removed from the code base hace 14 años
  Roberto Ierusalimschy 2f125ebc33 'deprecated' x 'removed' (they are not the same thing) hace 14 años
  Roberto Ierusalimschy 22e1c5ebad avoid conversion from 'const char*' to 'void *' (warning about 'const') hace 14 años
  Roberto Ierusalimschy ee7d0c2649 new macro 'luai_writeline' to print newlines (and flush 'stdout') hace 14 años
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' hace 14 años
  Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) hace 14 años
  Roberto Ierusalimschy 511679313f new function 'rawlen' hace 14 años
  Roberto Ierusalimschy aa6faa6331 own implementation of 'tunumber', so that it works correctly with hace 14 años
  Roberto Ierusalimschy d51743b0c7 removed 'newproxy' hace 14 años
  Roberto Ierusalimschy b83b6ba015 'loadin' -> 'load' hace 14 años
  Roberto Ierusalimschy 81646af13b 'loadstring' deprecated; use 'load' instead hace 14 años
  Roberto Ierusalimschy 233b71c092 comment hace 14 años
  Roberto Ierusalimschy c79b4a97aa using 'strspn' to skip spaces in 'tonumber' hace 14 años
  Roberto Ierusalimschy e642cc4206 correct handling of negative numbers in non-10 bases by 'tonumber' hace 14 años
  Roberto Ierusalimschy a289a62717 'loadin' should not check whether upvalue is called '_ENV', hace 15 años
  Roberto Ierusalimschy 0df2238063 name "_ENV" configurable through 'luaconf.h' hace 15 años
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections hace 15 años
  Roberto Ierusalimschy daa5fe3e31 'loadin' should accept any value for the environment (not only tables) + hace 15 años
  Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register hace 15 años
  Roberto Ierusalimschy b98de30b8f 'ipair' is back hace 15 años
  Roberto Ierusalimschy bd262d591f 'coroutine' library separated from 'baselib' hace 15 años
  Roberto Ierusalimschy cca71912e6 'gcinfo' was deprecated in version 5.0. hace 15 años