162 Commits (6ef366644f7c3c21cfb17434835edf4ebf970d6d)

Author SHA1 Message Date
Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 years ago
Roberto Ierusalimschy 78c507b7b8 `lua_upcall' -> `lua_call' 23 years ago
Roberto Ierusalimschy eec0905173 better tests (assertions) for debug hooks 23 years ago
Roberto Ierusalimschy 6ee2dbdfe9 traceback stops at first protected call 23 years ago
Roberto Ierusalimschy 8f080fd683 `traceback' returns only the traceback 23 years ago
Roberto Ierusalimschy eb3de8768a `rawcall' -> `upcall' (unprotected call) 23 years ago
Roberto Ierusalimschy 630acb2048 _ERRORMESSAGE `accepts' non-string arguments (at least for now...) 23 years ago
Roberto Ierusalimschy 5b8ee9fa8d new names for standard libraries 23 years ago
Roberto Ierusalimschy cfff013586 detail 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago
Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 years ago
Roberto Ierusalimschy ee4859b3e3 new way to handle errors (temporary version) 23 years ago
Roberto Ierusalimschy 018e50ad7f use addresses as keys to hooks 23 years ago
Roberto Ierusalimschy 13ab5a6bb1 details 23 years ago
Roberto Ierusalimschy d1f220217b when possible, library functions accept nil as none 23 years ago
Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
Roberto Ierusalimschy 86a4de256e no more lua_[gs]etstr 23 years ago
Roberto Ierusalimschy 9cd36059ad new API functions lua_getstr/lua_setstr 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 070204300c more consistent names for auxlib functions 23 years ago
Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 23 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
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