192 Commits (beeff4ccafe5877d00119cb3d93f1f937d46dcfb)

Author SHA1 Message Date
Roberto Ierusalimschy 08da48a73c detail 23 years ago
Roberto Ierusalimschy 5016f43aa4 (much) cleaner way to control function states 23 years ago
Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 years ago
Roberto Ierusalimschy 4e23699aa6 new implementation for error handling 23 years ago
Roberto Ierusalimschy e5146fb01f CallInfo has different fields for C functions and Lua functions 23 years ago
Roberto Ierusalimschy c51aa6ee33 details 23 years ago
Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 years ago
Roberto Ierusalimschy 3e52573c72 details (error messages) 23 years ago
Roberto Ierusalimschy 88607acc2c details 23 years ago
Roberto Ierusalimschy 3941af53ad first implementation of independent global table per function 23 years ago
Roberto Ierusalimschy eec0905173 better tests (assertions) for debug hooks 23 years ago
Roberto Ierusalimschy 6ee2dbdfe9 traceback stops at first protected call 23 years ago
Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 years ago
Roberto Ierusalimschy 94c2449d25 undump may return LUA_ERRRUN 23 years ago
Roberto Ierusalimschy 35a22ed1ab lua_load* replaced by a simple lua_load 23 years ago
Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 years ago
Roberto Ierusalimschy ee4859b3e3 new way to handle errors (temporary version) 23 years ago
Roberto Ierusalimschy c11d374c59 `panic' function configurable via API 23 years ago
Roberto Ierusalimschy 62dd4cbe91 check for errors while loading file 23 years ago
Roberto Ierusalimschy f1f271ae76 details 23 years ago
Roberto Ierusalimschy 81215cd59f simpler way to control stack overflow 23 years ago
Roberto Ierusalimschy 44a5484d73 small bug (L->ci->top may be larger than L->top...) 23 years ago
Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information 23 years ago
Roberto Ierusalimschy 63a614e145 some improvements in stack control 23 years ago
Roberto Ierusalimschy da81845cd5 an error may call GC and find an incomplete `ci' 23 years ago
Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' 23 years ago
Roberto Ierusalimschy e19eba7219 cannot store `top' in local variables... 23 years ago
Roberto Ierusalimschy 8f837e83b2 using `ci->top' to control acceptable indices in C calls 23 years ago
Roberto Ierusalimschy b0a5e156b8 no more maximum stack size 23 years ago
Roberto Ierusalimschy e01f5e6809 better order of record fields for 64-bit machines 23 years ago
Roberto Ierusalimschy addbe8c8b0 protected execution of `resume' 23 years ago
Roberto Ierusalimschy 653977a0ac callhook can be static 23 years ago
Roberto Ierusalimschy 50e2952593 first version of dynamic stack 23 years ago
Roberto Ierusalimschy 448517e47e no more linehook field in CallInfo 23 years ago
Roberto Ierusalimschy 6272c843de `yield' passes its arguments to `resume' 23 years ago
Roberto Ierusalimschy f083812c02 first implementation of coroutines 23 years ago
Roberto Ierusalimschy facfec0687 small optimizations 23 years ago
Roberto Ierusalimschy 42754c0f15 small optimizations 23 years ago
Roberto Ierusalimschy 18afb90349 first version of stackless Lua 23 years ago
Roberto Ierusalimschy 101cee3032 LUA_ERRERR also cannot generate error message 23 years ago
Roberto Ierusalimschy a4c35a3269 it doesn't pay to optimize absence when it is an error 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy dfaf8c5291 details 23 years ago
Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 23 years ago