48 Commits (ac390020e91e14f00200ad3df97682b715d3e59b)

Author SHA1 Message Date
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy 13635f7de7 new version of protected execution 24 years ago
Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on 25 years ago
Roberto Ierusalimschy 397905ef86 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 556a89e537 new names for debug types 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 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 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 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 cde179b369 new implementation for global variable values (separated from strings) 25 years ago
Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 25 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 73308c7605 warnings by clinio 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 22c2704842 "lua_state" is already declared in lua.h, which is included here. 27 years ago
Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 years ago
Roberto Ierusalimschy 468fbdbde7 details 27 years ago
Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 years ago
Roberto Ierusalimschy 02a6891939 API for functions to manipulate global state. 27 years ago
Roberto Ierusalimschy 7e59a8901d NEW LL(1) PARSER 27 years ago
Roberto Ierusalimschy 6ac047afc4 details 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 03160920cf store "functofind" in stack top, so doesn't need this field in 27 years ago
Roberto Ierusalimschy ef37c87e93 no more 'globalbag' 27 years ago
Roberto Ierusalimschy e962330df9 "stacklimit" is not necessary. 27 years ago
Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) 27 years ago
Roberto Ierusalimschy b79ffdc4ce global state for Lua interpreter 27 years ago