提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' 10 年之前
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated 10 年之前
  Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' 10 年之前
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' 10 年之前
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 10 年之前
  Roberto Ierusalimschy d35fff16d5 'ipairs' always stops at first nil element 11 年之前
  Roberto Ierusalimschy 6384475ec4 'luaL_getmetafield' returns type of metafield (instead of a boolean) 11 年之前
  Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) 11 年之前
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' 11 年之前
  Roberto Ierusalimschy 61fa462535 added cast to avoid warning 11 年之前
  Roberto Ierusalimschy f9037ae8c1 'ipairs' respects metamethods 11 年之前
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type 11 年之前
  Roberto Ierusalimschy 16b4110521 function 'type' keeps type names as upvalues to avoid creating strings 11 年之前
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) 11 年之前
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' 11 年之前
  Roberto Ierusalimschy 9e68c047ae 'assert' does not assume that the error object is a string 11 年之前
  Roberto Ierusalimschy e2be310a85 better(?) implementation for 'pcall'/'xpcall' (regarding the insertion 11 年之前
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 年之前
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value 11 年之前
  Roberto Ierusalimschy 6a24bd17a8 no more second result from 'collectgarbage"count"' (as Lua seldom 11 年之前
  Roberto Ierusalimschy 733c58595b no more local collection 11 年之前
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable 12 年之前
  Roberto Ierusalimschy 677d90165f no more generational collection !!! 12 年之前
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too 12 年之前
  Roberto Ierusalimschy 2b4bd21585 'tonumber': base must be a number 12 年之前
  Roberto Ierusalimschy beff5b078a 'tonumber': does not accept numbers when given a base + convertion from 12 年之前
  Roberto Ierusalimschy 5ca5086c19 'tonumber' now works with integers too 12 年之前
  Roberto Ierusalimschy a83ed55f1e added 'return' (when possible) to calls to error functions 12 年之前
  Roberto Ierusalimschy 65e31fb179 Bug: load/loadfile returns wrong result when given an environment 12 年之前
  Roberto Ierusalimschy fc24a3a6c4 small bug: a reader function should not modify the Lua stack 13 年之前