Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy fba9050d3d release changed to (5.3) alpha hace 11 años
  Roberto Ierusalimschy baa0e23456 better support for extra user space associated with a Lua state hace 11 años
  Roberto Ierusalimschy 97e299c395 'lua_replace' implemented as a macro using 'lua_copy' hace 11 años
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type hace 11 años
  Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) hace 11 años
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' hace 11 años
  Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' hace 11 años
  Roberto Ierusalimschy 1bd70a8e40 new function 'lua_isyieldable' (and 'coroutine.isyieldable') hace 11 años
  Roberto Ierusalimschy 4fe11ae232 'lua_getuservalue' returns type of user value hace 11 años
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of hace 11 años
  Roberto Ierusalimschy f96872a534 copyright year -> 2014 hace 11 años
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value hace 11 años
  Roberto Ierusalimschy 6318de80d3 added 'strip' parameter to lua_dump/string.dump hace 11 años
  Roberto Ierusalimschy 733c58595b no more local collection hace 11 años
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) hace 11 años
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), hace 11 años
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) hace 11 años
  Roberto Ierusalimschy 16493b777f 'lua_sethook' returns void hace 11 años
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable hace 12 años
  Roberto Ierusalimschy 677d90165f no more generational collection !!! hace 12 años
  Roberto Ierusalimschy 5519c98655 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers hace 12 años
  Roberto Ierusalimschy a14992992a new version (5.3) hace 12 años
  Roberto Ierusalimschy c5069528e1 details ('Type* id' -> 'Type *id') hace 12 años
  Roberto Ierusalimschy b5ec26101f new API function 'lua_cvtonum' to convert a value (number or string) hace 12 años
  Roberto Ierusalimschy d4e6b75098 "integer" keys in tables are now lua_Integer, not 'int'. hace 12 años
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) hace 12 años
  Roberto Ierusalimschy 01b6fe0cbf new API function 'lua_isinteger' hace 12 años
  Roberto Ierusalimschy 70b0ee6310 export 'lua_ident' to avoid it being removed by C++ linker hace 12 años
  Roberto Ierusalimschy db424053e8 new release number + copyright year hace 12 años
  Roberto Ierusalimschy 8df0198178 release 5.2.1 hace 13 años