Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits il y a 26 ans
  Roberto Ierusalimschy d4dce57f5c cannot assign to unlimited variables, because it causes overflow in il y a 26 ans
  Roberto Ierusalimschy 5c19ed2a13 bigger limit for number of local variables and upvalues il y a 26 ans
  Roberto Ierusalimschy 613b60c156 detail il y a 26 ans
  Roberto Ierusalimschy 73308c7605 warnings by clinio il y a 26 ans
  Roberto Ierusalimschy 288fa05602 opcodes with LONGARG do not use byte variants. il y a 26 ans
  Roberto Ierusalimschy e9aa98d594 do not generate SETLINE after main (it will be after last line) il y a 26 ans
  Roberto Ierusalimschy 1f4e2ba7b2 more precise debug information about local variables il y a 26 ans
  Roberto Ierusalimschy c454dc7bdd no more if expressions. il y a 26 ans
  Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) il y a 26 ans
  Roberto Ierusalimschy 0870a2d1d8 new opcode TAILCALL il y a 26 ans
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". il y a 26 ans
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact il y a 26 ans
  Roberto Ierusalimschy 6a853fcb8b details (from lhf) il y a 26 ans
  Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors il y a 26 ans
  Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging il y a 26 ans
  Roberto Ierusalimschy 082aded149 warnings il y a 26 ans
  Roberto Ierusalimschy b82ff713e3 new name for opcode il y a 26 ans
  Roberto Ierusalimschy ad6c7b0dd4 small corrections in opcodes. il y a 26 ans
  Roberto Ierusalimschy 8b2d97d187 assignment expression may be multiple il y a 26 ans
  Roberto Ierusalimschy fb1cf6ab2d clearer way to set tables. il y a 26 ans
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". il y a 26 ans
  Roberto Ierusalimschy cbc58af260 new opcode for "long" arguments (3 bytes) il y a 26 ans
  Roberto Ierusalimschy 27407fc1f5 new syntax: assignment expressions + better order for opcodes il y a 26 ans
  Roberto Ierusalimschy 1a17da2ff9 opcodes with builtin parameters are too complicated for very little extra il y a 26 ans
  Roberto Ierusalimschy 50248e440a "if" expression leaves only one of its expressions on the stack il y a 26 ans
  Roberto Ierusalimschy 0f0079f394 "if" expressions. il y a 26 ans
  Roberto Ierusalimschy 68267ed878 negative numerals do not need a MINUSOPeration; go directly to contant il y a 26 ans
  Roberto Ierusalimschy eec31aaca5 <string.h> is needed because of "memcpy". il y a 26 ans
  Roberto Ierusalimschy e87fddf1ad GC can be called during parsing, if needed. il y a 27 ans