278 Commits (ea16ee41a8b0e6fe2c8f77e901a7d99173065beb)

Author SHA1 Message Date
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 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy dea54a7c71 comments 25 years ago
Roberto Ierusalimschy ba1f504970 `optimization' doesn't seem to make any difference... 25 years ago
Roberto Ierusalimschy 1fdb445e7d details. 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago
Roberto Ierusalimschy 3181dfefee details 25 years ago
Roberto Ierusalimschy 33b8a01032 new way to code CALLs + passing multiple arguments between function calls 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 4e9f2d13d5 new implementation of hash tables. 25 years ago
Roberto Ierusalimschy 7eb2f18621 remove of some useless #includes 26 years ago
Roberto Ierusalimschy 2e13cd77ab new interface for `luaO_strtod', which now checks signal, too. 26 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy a82c8185bc details 26 years ago
Roberto Ierusalimschy 521b38532a better interfaces for luaD_calln (x luaD_call) 26 years ago
Roberto Ierusalimschy cdd0fe9946 some C compilers cannot initialize a local struct 26 years ago
Roberto Ierusalimschy bc8619342a better control of stack size (only for DEBUG). 26 years ago
Roberto Ierusalimschy 0bbd96bd5f details. 26 years ago
Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) 26 years ago
Roberto Ierusalimschy 0870a2d1d8 new opcode TAILCALL 26 years ago
Roberto Ierusalimschy 677188de8a details. 26 years ago
Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging 26 years ago
Roberto Ierusalimschy c364e9f97e LONGARGW (for completeness). 26 years ago
Roberto Ierusalimschy b82ff713e3 new name for opcode 26 years ago
Roberto Ierusalimschy ad6c7b0dd4 small corrections in opcodes. 26 years ago
Roberto Ierusalimschy 8b2d97d187 assignment expression may be multiple 26 years ago
Roberto Ierusalimschy fb1cf6ab2d clearer way to set tables. 26 years ago
Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
Roberto Ierusalimschy cbc58af260 new opcode for "long" arguments (3 bytes) 26 years ago
Roberto Ierusalimschy 27407fc1f5 new syntax: assignment expressions + better order for opcodes 26 years ago
Roberto Ierusalimschy 1a17da2ff9 opcodes with builtin parameters are too complicated for very little extra 26 years ago
Roberto Ierusalimschy 4a13f513f8 luaH_set does the set! 26 years ago
Roberto Ierusalimschy 595738f6fe small optimizations 26 years ago
Roberto Ierusalimschy b5eb4f3126 small optimization in getglobal 26 years ago
Roberto Ierusalimschy fb663f768d "%.16g" already formats integers as integers, so we do not need an 26 years ago
Roberto Ierusalimschy 8396027516 better precision when converting numbers to strings. 26 years ago
Roberto Ierusalimschy 59f8e6fb77 details ("settable") 26 years ago
Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" 26 years ago
Roberto Ierusalimschy 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because 26 years ago
Roberto Ierusalimschy a881abfd1e "strtod" is cleaner than "scanf" for this job. 26 years ago
Roberto Ierusalimschy 5ca2709ba0 small warnings 26 years ago
Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes 27 years ago
Roberto Ierusalimschy 1917149fdd details. 27 years ago
Roberto Ierusalimschy 62c36a6056 better error message when '^' is not defined. 27 years ago