432 Commits (5382a22e0eea878339c504b2a9a3b36bcd839fcc)

Author SHA1 Message Date
Roberto Ierusalimschy bf6d2ccf92 details 26 years ago
Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
Roberto Ierusalimschy e87fddf1ad GC can be called during parsing, if needed. 26 years ago
Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 years ago
Roberto Ierusalimschy ee912e5a7f auxiliar function "luaD_calln". 27 years ago
Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. 27 years ago
Roberto Ierusalimschy d97af0de26 "lua_dobuffer" gets an extra argument, with the chunk name 27 years ago
Roberto Ierusalimschy 741c6f5006 'dobuffer' addpoted. 27 years ago
Roberto Ierusalimschy aee3f97acb put back quotes (") when string in dostring ends with a \n 27 years ago
Roberto Ierusalimschy 46968b8ffa "volatile is the only reliable way to ensure that a local variable 27 years ago
Roberto Ierusalimschy 07ff251a17 details in "dostring" identification 27 years ago
Roberto Ierusalimschy 26679b1a48 back to upavalues as extra arguments for C closures; this way it's 27 years ago
Roberto Ierusalimschy da96eb2cce some details related to OLD_ANSI 27 years ago
Roberto Ierusalimschy 807ba6301c error method *always* gets a string (otherwise it is not called at all) 27 years ago
Roberto Ierusalimschy 03f3f9e707 "zio" now keeps its "name". 27 years ago
Roberto Ierusalimschy de79e7fc58 back to "lua_upvalue"... (seems better choice) 27 years ago
Roberto Ierusalimschy 8b5b42563c "lua_dobuffer" (is not official, but its there...) 27 years ago
Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 27 years ago
Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) 27 years ago
Roberto Ierusalimschy 5482992dec other access method for C upvalues (as arguments) 27 years ago
Roberto Ierusalimschy 9e029f98b9 details 27 years ago
Roberto Ierusalimschy e962330df9 "stacklimit" is not necessary. 27 years ago
Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) 27 years ago
Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 27 years ago
Roberto Ierusalimschy 92791b9dd6 small details 27 years ago
Roberto Ierusalimschy 45cad43c3f "lua_open": now lua has an explicit open operation. 27 years ago
Roberto Ierusalimschy 66713181c1 no need of "emergency error"... 27 years ago
Roberto Ierusalimschy e78cf96c97 first version of Cclosures. 27 years ago
Roberto Ierusalimschy 907368ead5 GC now considers an "estimate" of object size, instead of just the number 27 years ago
Roberto Ierusalimschy 45ccb0e881 "nupvalues" is kept in Closure, not in prototype (as a preparation 27 years ago
Roberto Ierusalimschy a580480b07 new implementation for globals: Global value is stored in TaggedString 28 years ago
Roberto Ierusalimschy 43a2ee6ea1 Stack and Call structure of Lua 28 years ago