254 Commits (eca9fa02d2887d06cee5e2f742f7e3031ac76a51)

Author SHA1 Message Date
Roberto Ierusalimschy ad3816d0d1 luaD_call is more uniform 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 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy cd2ddaded9 call hooks can only be called when `pc' is active (that is, inside 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy 78bc8e553d new API for garbage collector 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 0f59e3d7a7 details 25 years ago
Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
Roberto Ierusalimschy 6990b06467 finish with parse data before doing main chunk. 25 years ago
Roberto Ierusalimschy a290b84c67 `dohook' to abstract `callhook' and `linehook' 25 years ago
Roberto Ierusalimschy a97f29f154 explicit stack control in the API 25 years ago
Roberto Ierusalimschy 808525e417 new asserts for hooks 25 years ago
Roberto Ierusalimschy 58adbde216 details 25 years ago
Roberto Ierusalimschy 9d60598260 better definitions for MULTRET 25 years ago
Roberto Ierusalimschy ac12f4db4b C upvalues are the last arguments to a function 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy daf09c476f still better error messages 25 years ago
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 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy e3ea307434 small changes to allow redefinition of some buffer sizes. 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 7e30900def better field name 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 44b71ca816 defines for _ERRORMESSAGE and _ALERT 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 870f61d299 code redistribution 25 years ago
Roberto Ierusalimschy 8f0f54ec38 name change 25 years ago
Roberto Ierusalimschy 556a89e537 new names for debug types 25 years ago
Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 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 46ec57cbc6 little change when calling tag methods 25 years ago
Roberto Ierusalimschy b3aaa048b0 bug: cannot reopen stdin (for binary mode) 25 years ago
Roberto Ierusalimschy bcdbdaccc3 more debug information (still with bug for tag methods...) 25 years ago
Roberto Ierusalimschy 298d0abff7 first version of extra debug information (NAME) 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 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 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 b097076678 missing include 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago