提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy e7411fab80 Updated release number and copyright year 5 年之前
  Roberto Ierusalimschy 063d4e4543 Lua 5.3.5 ported to git 6 年之前
  Roberto Ierusalimschy 08199ade4a release 5.3.4 (year 2017) 8 年之前
  Roberto Ierusalimschy aa66ca76ce 'lua_pushglobaltable' returns 'void' 9 年之前
  Roberto Ierusalimschy 994374c4df new release number + new year 9 年之前
  Roberto Ierusalimschy fc085aa627 new release number (5.3.2) 9 年之前
  Roberto Ierusalimschy 6628012e9e new release number (5.3.1) 10 年之前
  Roberto Ierusalimschy b66fedadae 'lua_pushliteral' implemented with 'lua_pushstring' (to take 10 年之前
  Roberto Ierusalimschy 965f74525b removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need 10 年之前
  Roberto Ierusalimschy 94eb37dc73 new year (2015) 10 年之前
  Roberto Ierusalimschy 64e25a6186 avoid octal numerals 10 年之前
  Roberto Ierusalimschy 92f02fff11 bug: lua_tounsignedx must cast to lua_Unsigned (of course...) 10 年之前
  Roberto Ierusalimschy 125296c83d next release won't be beta 10 年之前
  Roberto Ierusalimschy 4fde357130 details (matching parameter names with manual) 10 年之前
  Roberto Ierusalimschy b044b8c182 detail (line break) 10 年之前
  Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' 10 年之前
  Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' 10 年之前
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' 10 年之前
  Roberto Ierusalimschy 15f4150518 alpha -> beta 10 年之前
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 10 年之前
  Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) 11 年之前
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' 11 年之前
  Roberto Ierusalimschy fba9050d3d release changed to (5.3) alpha 11 年之前
  Roberto Ierusalimschy baa0e23456 better support for extra user space associated with a Lua state 11 年之前
  Roberto Ierusalimschy 97e299c395 'lua_replace' implemented as a macro using 'lua_copy' 11 年之前
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type 11 年之前
  Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) 11 年之前
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' 11 年之前
  Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' 11 年之前
  Roberto Ierusalimschy 1bd70a8e40 new function 'lua_isyieldable' (and 'coroutine.isyieldable') 11 年之前