提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 4998e852ec new function 'log2' to test 'luaO_ceillog2' (if needed) 10 年之前
  Roberto Ierusalimschy 331632e8d8 code detail ('if' -> '?:') 10 年之前
  Roberto Ierusalimschy 0cf3b6495a 'ci_func' don't need to be exported 10 年之前
  Roberto Ierusalimschy 7e2015a46d size of short strings stored in a single byte, to reduce the size 10 年之前
  Roberto Ierusalimschy 77e786d436 stupid bug in T.stacklevel (not in use by the tests) 10 年之前
  Roberto Ierusalimschy 741ad97e92 new parameter for testC instruction 'pcall' (error handler) 10 年之前
  Roberto Ierusalimschy 177807f21e casts ('(int)' -> 'cast_int') 10 年之前
  Roberto Ierusalimschy fd179ab4b8 clearer notation for "compare" instruction 10 年之前
  Roberto Ierusalimschy 5bdfefd3a5 allows calling luaL_checkstack with no message (in runC) 10 年之前
  Roberto Ierusalimschy 6624ccff26 independent code for 'printstack' + test for panic function can 10 年之前
  Roberto Ierusalimschy 79b0d05480 new function 'T.checkpanic' (to check panic errors) 10 年之前
  Roberto Ierusalimschy b6911c177d luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring) 10 年之前
  Roberto Ierusalimschy a113e1498d when checking thread consistency, check its entire stack (always 10 年之前
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before 10 年之前
  Roberto Ierusalimschy 4542fb9f78 comments (a few extra quotes around identifiers) 10 年之前
  Roberto Ierusalimschy 7314acaa80 'T.limits' reports some more useful limits 10 年之前
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 年之前
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' 10 年之前
  Roberto Ierusalimschy e14a02c24f when thread yields, real "func" is in field 'extra', not in 'func' 10 年之前
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 10 年之前
  Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to 11 年之前
  Roberto Ierusalimschy 22952d8973 'T.gccolor' classify dead objects too 11 年之前
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' 11 年之前
  Roberto Ierusalimschy 73ad16b5c6 no need for type 'pCallInfo' 11 年之前
  Roberto Ierusalimschy 3c6d0aaa7d 'iswhite' and related macros now can work directly on any object 11 年之前
  Roberto Ierusalimschy bb12903120 type 'Udata' refers directly to structure inside the union (union 11 年之前
  Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union 11 年之前
  Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small 11 年之前
  Roberto Ierusalimschy 9aec500a26 no need for field 'gch' anymore 11 年之前
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type 11 年之前