37 Commits (a94cba4b88a940cba7a35244b8a1b393f33a905c)

Author SHA1 Message Date
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 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 6d4db86888 open functions are lua_Cfunctions 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 7e3d3e1f70 details 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy 22914afab3 avoid the use of (non const) static data 24 years ago
Roberto Ierusalimschy 40a4c76773 setlinehook/setcallhook return old hook 24 years ago
Roberto Ierusalimschy 93a5649d40 hooks may call `error' to break a chunk. 24 years ago
Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 24 years ago
Roberto Ierusalimschy 563b1f5704 new way to ensure uniqueness of registry keys 24 years ago
Roberto Ierusalimschy 4670476584 details. 24 years ago
Roberto Ierusalimschy cdc8139e29 registry mechanism 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy 01ce1ce48c field short_src 25 years ago
Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 8714cc02d6 `getinfo' gets information about non-active functions, too. 25 years ago
Roberto Ierusalimschy cfe6ca819b default for `getstack' is to get everything 25 years ago
Roberto Ierusalimschy 4aa9ad6514 functions must return explicit `nil' on failure 25 years ago
Roberto Ierusalimschy 556a89e537 new names for debug types 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 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 7d1499ba88 new macro luaL_openl 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 years ago
Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
Roberto Ierusalimschy dea400bc1d "getstack" returns func, too. 26 years ago
Roberto Ierusalimschy 8081f39dab header missing. 26 years ago
Roberto Ierusalimschy 01772cefa5 new library for debbuging 26 years ago