312 Commits (5e7dbd0b8b397ba8fbeb0698ca051829a683a9d8)

Author SHA1 Message Date
Roberto Ierusalimschy 81dd13f4c6 new way to distinguish between indexing tables in registers and 15 years ago
Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' 15 years ago
Roberto Ierusalimschy ca3865cf1b 'getlocal' gets information about parameters of Lua functions 15 years ago
Roberto Ierusalimschy bd619b9311 new macro MAXUPVAL (maximum number of upvalues per closure) 15 years ago
Roberto Ierusalimschy 12c764ed1e semicolons now represent the empty statement 15 years ago
Roberto Ierusalimschy 058279d548 comments 15 years ago
Roberto Ierusalimschy 0d00729e31 detail (breaking a long line) 15 years ago
Roberto Ierusalimschy c066ac10a9 better line numbers for function calls and unary/binary operators + 15 years ago
Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) 15 years ago
Roberto Ierusalimschy d394d5536a new macro 'eqstr' 15 years ago
Roberto Ierusalimschy 22ef84b6c8 '_ENV' name permanently stored in global state for easier access 15 years ago
Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables 15 years ago
Roberto Ierusalimschy 1124cb1247 first step towards _ENV: all chunks have an puvalues _ENV with the 15 years ago
Roberto Ierusalimschy e560ac4862 when searching for a variable name, look existing upvalues before 15 years ago
Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues 15 years ago
Roberto Ierusalimschy 389c890ed3 again changing macro to function to save a few bytes 15 years ago
Roberto Ierusalimschy e3866afa97 macro 'luaY_checklimit' changed into a function (and renamed 'checklimit'). 15 years ago
Roberto Ierusalimschy 3c4d970a7b comment typos 15 years ago
Roberto Ierusalimschy 35fa276099 parser/scanner keep GC running 15 years ago
Roberto Ierusalimschy 1448e736f0 better documentation for constructor syntax 15 years ago
Roberto Ierusalimschy 6e415e9387 local function definition does not need to correct debug information 15 years ago
Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, 15 years ago
Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments 15 years ago
Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, 15 years ago
Roberto Ierusalimschy f8e354e240 detail (space between function name and its parameter list) 15 years ago
Roberto Ierusalimschy 4e1ffc482a test for 'fs' being NULL at the end of 'close_func' is useless ('fs' 15 years ago
Roberto Ierusalimschy d7872dcf91 small optimization (reorder of BinOpr enum to unify some cases 16 years ago
Roberto Ierusalimschy 2598138ece new function 'luaK_codek' (detail) 16 years ago
Roberto Ierusalimschy d7bc346d7a no more code checking 16 years ago
Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs 16 years ago
Roberto Ierusalimschy 84b3daebbd generic for coded as two dedicated instructions to simplify resumption 16 years ago
Roberto Ierusalimschy 9e58e0df8f some cleaning 16 years ago
Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra 17 years ago
Roberto Ierusalimschy 5627d51e05 corrected error message ("too many constants" -> "too many functions") 17 years ago
Roberto Ierusalimschy 3138afbe2e parser should not call 'luaX_lexerror' 17 years ago
Roberto Ierusalimschy 4eef0aaad1 detail 17 years ago
Roberto Ierusalimschy f6a81dbe97 BUG: too many variables in an assignment may cause a C stack overflow 18 years ago
Roberto Ierusalimschy aa003eba8e details 18 years ago
Roberto Ierusalimschy 5f4f0d4a63 no more optimization to avoid LOADNIL at function start 18 years ago
Roberto Ierusalimschy 92dc64e121 more regularity in the use of quotes in error messages 18 years ago
Roberto Ierusalimschy 4d7cfff6df comments 18 years ago
Roberto Ierusalimschy 9f5a052c27 error message 18 years ago
Roberto Ierusalimschy bd869c7b31 details 18 years ago
Roberto Ierusalimschy d5a23dde90 little better error messages for internal arrays overflows 18 years ago
Roberto Ierusalimschy 93bf618504 BUG: there is only one C stack, so nCcalls must be global 18 years ago
Roberto Ierusalimschy 0782416a74 bug: wrong limit for list constructors 19 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy ee41bc03ab details 19 years ago
Roberto Ierusalimschy ed64346b9d details 19 years ago
Roberto Ierusalimschy 3d61c31e5a 'lparser.h' should not include 'ltable.h' 19 years ago