82 Commits (38b0e6128da7796300e2e8621e87835e16539f5b)

Author SHA1 Message Date
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on 25 years ago
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy ae55f3eead no varargs in Lua API 25 years ago
Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 36e1390631 details. 25 years ago
Roberto Ierusalimschy eab57ed6fd details 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 9c142740c1 stack may not be empty after a correct run... 25 years ago
Roberto Ierusalimschy 617be66015 better control (and error recovery) for begin/end blocks 25 years ago
Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago
Roberto Ierusalimschy 2b3ea61342 mistake in change for multi-state (gc threshold was not corrected) 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy d915cf4f9d ways to measure number of `blocks' for GC + details 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 c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy 705eae9fe4 there is no need for a size for Cblocks 26 years ago
Roberto Ierusalimschy 6eb1399a1c array Cblocks should grow dynamically 26 years ago
Roberto Ierusalimschy cb7f027380 IMtable must be initialized (and IMtable_size is not needed any more) due 26 years ago
Roberto Ierusalimschy 055823c04d "L->Mbuffbase" is better kept as offset instead of pointer 26 years ago
Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
Roberto Ierusalimschy 54840fb256 new functions to manipulate C global variables 26 years ago
Roberto Ierusalimschy 02a6891939 API for functions to manipulate global state. 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 034f16892e better treatment of MARKs and DEBUG cases. 27 years ago
Roberto Ierusalimschy 3393fd7f25 first version of "lua_close" 27 years ago
Roberto Ierusalimschy ef37c87e93 no more 'globalbag' 27 years ago
Roberto Ierusalimschy b79ffdc4ce global state for Lua interpreter 27 years ago