Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' il y a 10 ans
  Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' il y a 10 ans
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' il y a 10 ans
  Roberto Ierusalimschy 15f4150518 alpha -> beta il y a 10 ans
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) il y a 11 ans
  Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) il y a 11 ans
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' il y a 11 ans
  Roberto Ierusalimschy fba9050d3d release changed to (5.3) alpha il y a 11 ans
  Roberto Ierusalimschy baa0e23456 better support for extra user space associated with a Lua state il y a 11 ans
  Roberto Ierusalimschy 97e299c395 'lua_replace' implemented as a macro using 'lua_copy' il y a 11 ans
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type il y a 11 ans
  Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) il y a 11 ans
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' il y a 11 ans
  Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' il y a 11 ans
  Roberto Ierusalimschy 1bd70a8e40 new function 'lua_isyieldable' (and 'coroutine.isyieldable') il y a 11 ans
  Roberto Ierusalimschy 4fe11ae232 'lua_getuservalue' returns type of user value il y a 11 ans
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of il y a 11 ans
  Roberto Ierusalimschy f96872a534 copyright year -> 2014 il y a 11 ans
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value il y a 11 ans
  Roberto Ierusalimschy 6318de80d3 added 'strip' parameter to lua_dump/string.dump il y a 11 ans
  Roberto Ierusalimschy 733c58595b no more local collection il y a 11 ans
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), il y a 11 ans
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) il y a 11 ans
  Roberto Ierusalimschy 16493b777f 'lua_sethook' returns void il y a 11 ans
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable il y a 12 ans
  Roberto Ierusalimschy 677d90165f no more generational collection !!! il y a 12 ans
  Roberto Ierusalimschy 5519c98655 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers il y a 12 ans
  Roberto Ierusalimschy a14992992a new version (5.3) il y a 12 ans
  Roberto Ierusalimschy c5069528e1 details ('Type* id' -> 'Type *id') il y a 12 ans