1110 Commits (d11e5adf55b11a446671775a6c7803e066fc94e8)
 

Author SHA1 Message Date
Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and 25 years ago
Roberto Ierusalimschy 99e340b2ba keep `top' in registers when running basic tasks (settable, getglobal, ...) 25 years ago
Roberto Ierusalimschy 9744255ae9 error in call must be propagated 25 years ago
Roberto Ierusalimschy 512b15b601 small optimizations (relational operators) 25 years ago
Roberto Ierusalimschy 33d3504889 new debug API 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 years ago
Roberto Ierusalimschy 27163f032e Auxiliary functions from Debug Interface module 25 years ago
Roberto Ierusalimschy eab57ed6fd details 25 years ago
Roberto Ierusalimschy ea45f3eb28 better separation between debug code and regular code 25 years ago
Roberto Ierusalimschy 46ec57cbc6 little change when calling tag methods 25 years ago
Roberto Ierusalimschy 62787f1b1f `exp' is "reserved word" in Visual-C++ ;-) 25 years ago
Roberto Ierusalimschy dcb7bb514e details (error messages) 25 years ago
Roberto Ierusalimschy b3aaa048b0 bug: cannot reopen stdin (for binary mode) 25 years ago
Roberto Ierusalimschy aee07c6599 details 25 years ago
Roberto Ierusalimschy bcdbdaccc3 more debug information (still with bug for tag methods...) 25 years ago
Roberto Ierusalimschy 5cafe5af02 tag method must be a function 25 years ago
Roberto Ierusalimschy 607012ece1 tag method must be a function 25 years ago
Roberto Ierusalimschy 0652906e7a details. 25 years ago
Roberto Ierusalimschy 4d1b815b60 return gives wrong line in debug information. 25 years ago
Roberto Ierusalimschy 4ebc183e56 bug: return gives wrong line in debug information. 25 years ago
Roberto Ierusalimschy 298d0abff7 first version of extra debug information (NAME) 25 years ago
Roberto Ierusalimschy 4fbe775154 details 25 years ago
Roberto Ierusalimschy aabefe9d68 details. 25 years ago
Roberto Ierusalimschy fb60283974 better error messages 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy 5b08fcd5a1 no more "lua" in error messages 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy be3212de78 details 25 years ago
Roberto Ierusalimschy 2eaf9a00ae little bug: `1ea' got a wrong token at the error message 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 3daeabb606 new way to pass arguments: with option `-f' 25 years ago
Roberto Ierusalimschy cfdebfbc53 debug information for parameters use line 0 for them (as they are 25 years ago
Roberto Ierusalimschy d61d5bef9d details 25 years ago
Roberto Ierusalimschy 4450efc97e new chunkid for C functions (`luaL_chunkid') 25 years ago
Roberto Ierusalimschy de65253f2d new way to handle _PROMPT 25 years ago
Roberto Ierusalimschy 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy e6d56cd2d8 module for internal use only, with functions for internal tests 25 years ago
Roberto Ierusalimschy c16c63cc59 new module with the debug API functions 25 years ago
Roberto Ierusalimschy dea54a7c71 comments 25 years ago
Roberto Ierusalimschy 544eeb1f9c details 25 years ago
Roberto Ierusalimschy b3fe203c36 keep it simple 25 years ago
Roberto Ierusalimschy 9c142740c1 stack may not be empty after a correct run... 25 years ago
Roberto Ierusalimschy 7621cc2aa5 for the future... 25 years ago
Roberto Ierusalimschy ba1f504970 `optimization' doesn't seem to make any difference... 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 3e38fd2463 `lua_setfallback' leaves things on the stack, so it is better to protect 25 years ago
Roberto Ierusalimschy 533beedad2 new tests for begin/end blocks and multi-state 25 years ago
Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 25 years ago