168 Commits (49c95648a003ea75577c1292c4530cdb798eac02)

Author SHA1 Message Date
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 years ago
Roberto Ierusalimschy 46ec57cbc6 little change when calling tag methods 25 years ago
Roberto Ierusalimschy b3aaa048b0 bug: cannot reopen stdin (for binary mode) 25 years ago
Roberto Ierusalimschy bcdbdaccc3 more debug information (still with bug for tag methods...) 25 years ago
Roberto Ierusalimschy 298d0abff7 first version of extra debug information (NAME) 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy 6c79a0a80d new way to control hooks inside hooks (now the control is done inside Lua) 25 years ago
Roberto Ierusalimschy 617be66015 better control (and error recovery) for begin/end blocks 25 years ago
Roberto Ierusalimschy f356eb010b configurable stack size + some corrections in error recovery in 25 years ago
Roberto Ierusalimschy b097076678 missing include 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago
Roberto Ierusalimschy d29ce75737 new signature for function luaD_call (old luaD_calln) 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 25 years ago
Roberto Ierusalimschy 8e7451512f some more `const's 25 years ago
Roberto Ierusalimschy b6ebbb2fee better assertions. 25 years ago
Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 25 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
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