Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 3a29087cb7 'lua_setlocal' should not pop value when failing (to be consistent há 10 anos atrás
  Roberto Ierusalimschy 6909b5a2b4 In 'debug.gethook', does not query hook table (which may not exist) if há 10 anos atrás
  Roberto Ierusalimschy fee3aa518d using address key (light userdata) for hook table, instead of há 10 anos atrás
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before há 10 anos atrás
  Roberto Ierusalimschy 05afee0f50 definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' há 10 anos atrás
  Roberto Ierusalimschy ea3155e380 'debug.sizeof' removed há 10 anos atrás
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) há 11 anos atrás
  Roberto Ierusalimschy e401513086 new option 'p' for 'debug.sizeof' (size of a pointer) há 11 anos atrás
  Roberto Ierusalimschy 01549fb1ed 'Csize' -> 'sizeof' + removed its 'b' option há 11 anos atrás
  Roberto Ierusalimschy 6a5d87771f added lots of new comments + small changes in code há 11 anos atrás
  Roberto Ierusalimschy 6b630c0fa0 debug.numbits replaced by debug.Csize há 11 anos atrás
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value há 11 anos atrás
  Roberto Ierusalimschy c86b9da022 userdata can have any Lua value as uservalue há 11 anos atrás
  Roberto Ierusalimschy 4244da96bf 'debug.subtype' -> 'math.type' (to distinguish integers and floats) há 12 anos atrás
  Roberto Ierusalimschy fcf99bf788 'math.isfloat' replaced by 'debug.subtype' há 12 anos atrás
  Roberto Ierusalimschy 15fdbd26fe 'numbits' moved from 'math' to 'debug' library há 12 anos atrás
  Roberto Ierusalimschy 7dcc02b165 BUG: coroutine hooks were not collected together with coroutine há 13 anos atrás
  Roberto Ierusalimschy af00a0772c new functions lua_rawsetp/lua_rawgetp há 13 anos atrás
  Roberto Ierusalimschy 19fbdf6cae 'luaL_findtable' -> 'luaL_getsubtable' há 14 anos atrás
  Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) há 14 anos atrás
  Roberto Ierusalimschy c2e3cc4c89 using 'luaL_findtable' to manage hook table há 14 anos atrás
  Roberto Ierusalimschy 8d579c5bc5 'debug.setmetatable' returns object (like 'setmetatable') há 14 anos atrás
  Roberto Ierusalimschy 566758de79 'getuservalue' accepts any type of argument há 14 anos atrás
  Roberto Ierusalimschy 1b54197491 better error message when light userdata is used instead of a há 14 anos atrás
  Roberto Ierusalimschy 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' há 15 anos atrás
  Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register há 15 anos atrás
  Roberto Ierusalimschy ca3865cf1b 'getlocal' gets information about parameters of Lua functions há 15 anos atrás
  Roberto Ierusalimschy 064e406f67 no more fenvs! há 15 anos atrás
  Roberto Ierusalimschy 4274738e81 new macro 'luai_writestringerror' há 15 anos atrás
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' há 15 anos atrás