Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 years ago
  Roberto Ierusalimschy 8e7451512f some more `const's 26 years ago
  Roberto Ierusalimschy b6ebbb2fee better assertions. 26 years ago
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 years ago
  Roberto Ierusalimschy f7fe04d4b7 details. 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy 521b38532a better interfaces for luaD_calln (x luaD_call) 26 years ago
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 years ago
  Roberto Ierusalimschy 995775e1cb tighter control on the stack when debugging 26 years ago
  Roberto Ierusalimschy 73308c7605 warnings by clinio 26 years ago
  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