Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy ea3155e380 'debug.sizeof' removed il y a 10 ans
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) il y a 11 ans
  Roberto Ierusalimschy e401513086 new option 'p' for 'debug.sizeof' (size of a pointer) il y a 11 ans
  Roberto Ierusalimschy 01549fb1ed 'Csize' -> 'sizeof' + removed its 'b' option il y a 11 ans
  Roberto Ierusalimschy 6a5d87771f added lots of new comments + small changes in code il y a 11 ans
  Roberto Ierusalimschy 6b630c0fa0 debug.numbits replaced by debug.Csize il y a 11 ans
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value il y a 11 ans
  Roberto Ierusalimschy c86b9da022 userdata can have any Lua value as uservalue il y a 11 ans
  Roberto Ierusalimschy 4244da96bf 'debug.subtype' -> 'math.type' (to distinguish integers and floats) il y a 12 ans
  Roberto Ierusalimschy fcf99bf788 'math.isfloat' replaced by 'debug.subtype' il y a 12 ans
  Roberto Ierusalimschy 15fdbd26fe 'numbits' moved from 'math' to 'debug' library il y a 12 ans
  Roberto Ierusalimschy 7dcc02b165 BUG: coroutine hooks were not collected together with coroutine il y a 13 ans
  Roberto Ierusalimschy af00a0772c new functions lua_rawsetp/lua_rawgetp il y a 13 ans
  Roberto Ierusalimschy 19fbdf6cae 'luaL_findtable' -> 'luaL_getsubtable' il y a 14 ans
  Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) il y a 14 ans
  Roberto Ierusalimschy c2e3cc4c89 using 'luaL_findtable' to manage hook table il y a 14 ans
  Roberto Ierusalimschy 8d579c5bc5 'debug.setmetatable' returns object (like 'setmetatable') il y a 14 ans
  Roberto Ierusalimschy 566758de79 'getuservalue' accepts any type of argument il y a 14 ans
  Roberto Ierusalimschy 1b54197491 better error message when light userdata is used instead of a il y a 14 ans
  Roberto Ierusalimschy 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' il y a 15 ans
  Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register il y a 15 ans
  Roberto Ierusalimschy ca3865cf1b 'getlocal' gets information about parameters of Lua functions il y a 15 ans
  Roberto Ierusalimschy 064e406f67 no more fenvs! il y a 15 ans
  Roberto Ierusalimschy 4274738e81 new macro 'luai_writestringerror' il y a 15 ans
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' il y a 15 ans
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, il y a 15 ans
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 15 ans
  Roberto Ierusalimschy ac899a6307 'debug.joinupvalue' -> 'debug.upvaluejoin' il y a 15 ans
  Roberto Ierusalimschy 7fe405739c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', il y a 15 ans
  Roberto Ierusalimschy b7d5f18d71 api functions to manipulate upvalues do not need to check their il y a 15 ans