Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 82ad0d5770 details 26 years ago
  Roberto Ierusalimschy 256d1bea08 missing #include 26 years ago
  Roberto Ierusalimschy f2d35bdc78 format for file source is independent of "ldo". 26 years ago
  Roberto Ierusalimschy 78edc241e9 details about debug info. 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 e3a02e6a9c comments 26 years ago
  Roberto Ierusalimschy bb5627f3a4 better control over calls to _ALERT and _ERRORMESSAGE (to avoid error 26 years ago
  Roberto Ierusalimschy 21107d7c2c debug state is restored after a dofile/dostring 26 years ago
  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 28 years ago
  Roberto Ierusalimschy 807ba6301c error method *always* gets a string (otherwise it is not called at all) 28 years ago
  Roberto Ierusalimschy 03f3f9e707 "zio" now keeps its "name". 28 years ago
  Roberto Ierusalimschy de79e7fc58 back to "lua_upvalue"... (seems better choice) 28 years ago
  Roberto Ierusalimschy 8b5b42563c "lua_dobuffer" (is not official, but its there...) 28 years ago
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 28 years ago
  Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) 28 years ago
  Roberto Ierusalimschy 5482992dec other access method for C upvalues (as arguments) 28 years ago
  Roberto Ierusalimschy 9e029f98b9 details 28 years ago