172 Commits (f1a1bb23fe29264ec0cf81a8bbfa8f30b0a5b76d)

Author SHA1 Message Date
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
Roberto Ierusalimschy 15462edb0f new definitions for closure structures 23 years ago
Roberto Ierusalimschy c04d9b9ecb small bug when closing closures in error conditions 23 years ago
Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 6c8e652aa6 use macros for 'getc' 24 years ago
Roberto Ierusalimschy 9f25df02d5 new definition for headers of binary files 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy 943b8f5b18 details 24 years ago
Roberto Ierusalimschy 6473f965ca new API functions to load (parse?) a chunk without running it. 24 years ago
Roberto Ierusalimschy 9aedea6ec8 small bug (when parser fails, there is no function on the stack...) 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 6048c4f74d better way to link callinfo's and stack 24 years ago
Roberto Ierusalimschy 7b84f9e65c lower-case for macros with arguments 24 years ago
Roberto Ierusalimschy 35023355f2 details for wchar 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy d164e2294f _ERRORMESSAGE called through get global tag method 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 52ee91dd73 better encapsulation of some types 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 years ago