Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy c066ac10a9 better line numbers for function calls and unary/binary operators + пре 15 година
  Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) пре 15 година
  Roberto Ierusalimschy d394d5536a new macro 'eqstr' пре 15 година
  Roberto Ierusalimschy 22ef84b6c8 '_ENV' name permanently stored in global state for easier access пре 15 година
  Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables пре 15 година
  Roberto Ierusalimschy 1124cb1247 first step towards _ENV: all chunks have an puvalues _ENV with the пре 15 година
  Roberto Ierusalimschy e560ac4862 when searching for a variable name, look existing upvalues before пре 15 година
  Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues пре 15 година
  Roberto Ierusalimschy 389c890ed3 again changing macro to function to save a few bytes пре 15 година
  Roberto Ierusalimschy e3866afa97 macro 'luaY_checklimit' changed into a function (and renamed 'checklimit'). пре 15 година
  Roberto Ierusalimschy 3c4d970a7b comment typos пре 15 година
  Roberto Ierusalimschy 35fa276099 parser/scanner keep GC running пре 16 година
  Roberto Ierusalimschy 1448e736f0 better documentation for constructor syntax пре 16 година
  Roberto Ierusalimschy 6e415e9387 local function definition does not need to correct debug information пре 16 година
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, пре 16 година
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments пре 16 година
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, пре 16 година
  Roberto Ierusalimschy f8e354e240 detail (space between function name and its parameter list) пре 16 година
  Roberto Ierusalimschy 4e1ffc482a test for 'fs' being NULL at the end of 'close_func' is useless ('fs' пре 16 година
  Roberto Ierusalimschy d7872dcf91 small optimization (reorder of BinOpr enum to unify some cases пре 16 година
  Roberto Ierusalimschy 2598138ece new function 'luaK_codek' (detail) пре 16 година
  Roberto Ierusalimschy d7bc346d7a no more code checking пре 16 година
  Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs пре 16 година
  Roberto Ierusalimschy 84b3daebbd generic for coded as two dedicated instructions to simplify resumption пре 17 година
  Roberto Ierusalimschy 9e58e0df8f some cleaning пре 17 година
  Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra пре 17 година
  Roberto Ierusalimschy 5627d51e05 corrected error message ("too many constants" -> "too many functions") пре 17 година
  Roberto Ierusalimschy 3138afbe2e parser should not call 'luaX_lexerror' пре 18 година
  Roberto Ierusalimschy 4eef0aaad1 detail пре 18 година
  Roberto Ierusalimschy f6a81dbe97 BUG: too many variables in an assignment may cause a C stack overflow пре 18 година