Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 years ago
  Roberto Ierusalimschy e10788b2ff reorganization of `stat' function. 26 years ago
  Roberto Ierusalimschy 52a206366d bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy e9a670695a details 26 years ago
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 years ago
  Roberto Ierusalimschy d4dce57f5c cannot assign to unlimited variables, because it causes overflow in 26 years ago
  Roberto Ierusalimschy 5c19ed2a13 bigger limit for number of local variables and upvalues 26 years ago
  Roberto Ierusalimschy 613b60c156 detail 26 years ago
  Roberto Ierusalimschy 73308c7605 warnings by clinio 26 years ago
  Roberto Ierusalimschy 288fa05602 opcodes with LONGARG do not use byte variants. 26 years ago
  Roberto Ierusalimschy e9aa98d594 do not generate SETLINE after main (it will be after last line) 26 years ago
  Roberto Ierusalimschy 1f4e2ba7b2 more precise debug information about local variables 26 years ago
  Roberto Ierusalimschy c454dc7bdd no more if expressions. 26 years ago
  Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) 26 years ago
  Roberto Ierusalimschy 0870a2d1d8 new opcode TAILCALL 26 years ago
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 years ago
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact 26 years ago
  Roberto Ierusalimschy 6a853fcb8b details (from lhf) 26 years ago
  Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors 26 years ago
  Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging 26 years ago
  Roberto Ierusalimschy 082aded149 warnings 26 years ago
  Roberto Ierusalimschy b82ff713e3 new name for opcode 26 years ago
  Roberto Ierusalimschy ad6c7b0dd4 small corrections in opcodes. 26 years ago
  Roberto Ierusalimschy 8b2d97d187 assignment expression may be multiple 26 years ago
  Roberto Ierusalimschy fb1cf6ab2d clearer way to set tables. 26 years ago
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
  Roberto Ierusalimschy cbc58af260 new opcode for "long" arguments (3 bytes) 26 years ago
  Roberto Ierusalimschy 27407fc1f5 new syntax: assignment expressions + better order for opcodes 26 years ago
  Roberto Ierusalimschy 1a17da2ff9 opcodes with builtin parameters are too complicated for very little extra 26 years ago