Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy bc439e21cd avoid an unprotected call to 'lua_tostring' which theoretically may hace 16 años
  Roberto Ierusalimschy 5bff2aaf47 calls with LUA_MULTRET may leave no free slots in the stack hace 16 años
  Roberto Ierusalimschy 4a818f068a 'checkversion' implemented in the auxiliary library hace 16 años
  Roberto Ierusalimschy f36e319658 'fputs' changed to 'luai_writestring' + use of 'lua_checkversion' hace 16 años
  Roberto Ierusalimschy f9dec5fc84 do not use compatibility macros in Lua hace 17 años
  Roberto Ierusalimschy 9e7de9473c message from -v option goes to stdout, as it is not an error message hace 17 años
  Roberto Ierusalimschy 1527d8f00d GC called after errors now are called after showing error message (to hace 17 años
  Roberto Ierusalimschy c676f13e1a stand-alone error-message details hace 18 años
  Roberto Ierusalimschy 72c2f75648 detail (LUA_COPYRIGHT includes release number) hace 18 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 afa0d0ac0d new constant LUA_OK hace 19 años
  Roberto Ierusalimschy d22526ec30 'lua_strlen' is for compatibility only hace 19 años
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces hace 19 años
  Roberto Ierusalimschy 74832b2a10 detail hace 19 años
  Roberto Ierusalimschy 475b0ecbf1 new macro LUA_RELEASE hace 19 años
  Roberto Ierusalimschy 20f4bbdc3a does not accept garbage after options (e.g., -ixxx) hace 19 años
  Roberto Ierusalimschy 672bb67ee6 environment variable names should be configurable hace 19 años
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) hace 19 años
  Roberto Ierusalimschy 30eebb2d1c detail (stop collector while openning libraries) hace 19 años
  Roberto Ierusalimschy 3592c08a2c avoid printing two copyright messages with '-v -i' options hace 19 años
  Roberto Ierusalimschy ff7638b0ed VC warnings hace 20 años
  Roberto Ierusalimschy 7f376e6ea8 do a complete garbage collection in case of errors hace 20 años
  Roberto Ierusalimschy 86704cffe9 detail in usage message hace 20 años
  Roberto Ierusalimschy fa41fafa6e reorganization of argument handling hace 20 años
  Roberto Ierusalimschy 506c89cef8 just in case, flush all output hace 20 años
  Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) hace 20 años
  Roberto Ierusalimschy be666a662b detail hace 20 años
  Roberto Ierusalimschy 39cdbce23e no more '-w' option + new way to check module existence hace 20 años
  Roberto Ierusalimschy f7720bebe3 more precise way to check incomplete lines hace 20 años