Commit History

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 7621cc2aa5 for the future... 26 年之前
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 年之前
  Roberto Ierusalimschy 33b8a01032 new way to code CALLs + passing multiple arguments between function calls 26 年之前
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 年之前
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 年之前
  Roberto Ierusalimschy e10788b2ff reorganization of `stat' function. 26 年之前
  Roberto Ierusalimschy 52a206366d bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname 26 年之前
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 年之前
  Roberto Ierusalimschy e9a670695a details 26 年之前
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 年之前
  Roberto Ierusalimschy d4dce57f5c cannot assign to unlimited variables, because it causes overflow in 26 年之前
  Roberto Ierusalimschy 5c19ed2a13 bigger limit for number of local variables and upvalues 26 年之前
  Roberto Ierusalimschy 613b60c156 detail 26 年之前
  Roberto Ierusalimschy 73308c7605 warnings by clinio 27 年之前
  Roberto Ierusalimschy 288fa05602 opcodes with LONGARG do not use byte variants. 27 年之前
  Roberto Ierusalimschy e9aa98d594 do not generate SETLINE after main (it will be after last line) 27 年之前
  Roberto Ierusalimschy 1f4e2ba7b2 more precise debug information about local variables 27 年之前
  Roberto Ierusalimschy c454dc7bdd no more if expressions. 27 年之前
  Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) 27 年之前
  Roberto Ierusalimschy 0870a2d1d8 new opcode TAILCALL 27 年之前
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 27 年之前
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact 27 年之前
  Roberto Ierusalimschy 6a853fcb8b details (from lhf) 27 年之前
  Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors 27 年之前
  Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging 27 年之前
  Roberto Ierusalimschy 082aded149 warnings 27 年之前
  Roberto Ierusalimschy b82ff713e3 new name for opcode 27 年之前
  Roberto Ierusalimschy ad6c7b0dd4 small corrections in opcodes. 27 年之前
  Roberto Ierusalimschy 8b2d97d187 assignment expression may be multiple 27 年之前
  Roberto Ierusalimschy fb1cf6ab2d clearer way to set tables. 27 年之前