Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy ca3865cf1b 'getlocal' gets information about parameters of Lua functions hace 15 años
  Roberto Ierusalimschy 064e406f67 no more fenvs! hace 15 años
  Roberto Ierusalimschy 4274738e81 new macro 'luai_writestringerror' hace 15 años
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' hace 15 años
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, hace 15 años
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions hace 15 años
  Roberto Ierusalimschy ac899a6307 'debug.joinupvalue' -> 'debug.upvaluejoin' hace 15 años
  Roberto Ierusalimschy 7fe405739c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', hace 15 años
  Roberto Ierusalimschy b7d5f18d71 api functions to manipulate upvalues do not need to check their hace 15 años
  Roberto Ierusalimschy 5598b2bc55 new functions to identify and join upvalues hace 15 años
  Roberto Ierusalimschy a68494fb32 'debug.[gs]etupvalue' should be able to access C upvalues too hace 16 años
  Roberto Ierusalimschy ee5d03b42a small bug: debug.getfenv should check whether it has an argument hace 16 años
  Roberto Ierusalimschy 82749b765e 'db_errorfb' changed to 'db_traceback' for consistency hace 16 años
  Roberto Ierusalimschy 74897bc52f bug: debug.sethook/gethook may overflow thread's stack hace 17 años
  Roberto Ierusalimschy 7a3c8314ac small bug (see http://lua-users.org/lists/lua-l/2007-08/msg00350.html) hace 17 años
  Roberto Ierusalimschy 3f78748ef3 traceback function moved to auxlib hace 18 años
  Roberto Ierusalimschy 4eb49163c6 error handler in 'lua.c' tries '__tostring' metamethod if error hace 18 años
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces hace 19 años
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) hace 19 años
  Roberto Ierusalimschy d4c99b2673 new function 'getregistry' hace 20 años
  Roberto Ierusalimschy ed7039024d avoid some warnings hace 20 años
  Roberto Ierusalimschy 3390f9a35a detail hace 20 años
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar hace 20 años
  Roberto Ierusalimschy 80ac5e83fd details (alphabetical order for list of functions) hace 20 años
  Roberto Ierusalimschy 67578ec51f several small details hace 20 años
  Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages hace 20 años
  Roberto Ierusalimschy a2b78aad49 debug information for active lines hace 20 años
  Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition hace 20 años
  Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them hace 20 años
  Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments hace 20 años