提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 521b38532a better interfaces for luaD_calln (x luaD_call) 26 年之前
  Roberto Ierusalimschy cdd0fe9946 some C compilers cannot initialize a local struct 26 年之前
  Roberto Ierusalimschy bc8619342a better control of stack size (only for DEBUG). 26 年之前
  Roberto Ierusalimschy 0bbd96bd5f details. 26 年之前
  Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) 26 年之前
  Roberto Ierusalimschy 0870a2d1d8 new opcode TAILCALL 26 年之前
  Roberto Ierusalimschy 677188de8a details. 26 年之前
  Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging 26 年之前
  Roberto Ierusalimschy c364e9f97e LONGARGW (for completeness). 26 年之前
  Roberto Ierusalimschy b82ff713e3 new name for opcode 26 年之前
  Roberto Ierusalimschy ad6c7b0dd4 small corrections in opcodes. 26 年之前
  Roberto Ierusalimschy 8b2d97d187 assignment expression may be multiple 26 年之前
  Roberto Ierusalimschy fb1cf6ab2d clearer way to set tables. 26 年之前
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 年之前
  Roberto Ierusalimschy cbc58af260 new opcode for "long" arguments (3 bytes) 26 年之前
  Roberto Ierusalimschy 27407fc1f5 new syntax: assignment expressions + better order for opcodes 26 年之前
  Roberto Ierusalimschy 1a17da2ff9 opcodes with builtin parameters are too complicated for very little extra 26 年之前
  Roberto Ierusalimschy 4a13f513f8 luaH_set does the set! 26 年之前
  Roberto Ierusalimschy 595738f6fe small optimizations 26 年之前
  Roberto Ierusalimschy b5eb4f3126 small optimization in getglobal 26 年之前
  Roberto Ierusalimschy fb663f768d "%.16g" already formats integers as integers, so we do not need an 26 年之前
  Roberto Ierusalimschy 8396027516 better precision when converting numbers to strings. 26 年之前
  Roberto Ierusalimschy 59f8e6fb77 details ("settable") 26 年之前
  Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" 26 年之前
  Roberto Ierusalimschy 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because 26 年之前
  Roberto Ierusalimschy a881abfd1e "strtod" is cleaner than "scanf" for this job. 27 年之前
  Roberto Ierusalimschy 5ca2709ba0 small warnings 27 年之前
  Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes 27 年之前
  Roberto Ierusalimschy 1917149fdd details. 27 年之前
  Roberto Ierusalimschy 62c36a6056 better error message when '^' is not defined. 27 年之前