113 Commits (557f0009c42ddc8466af83460a2be0eb2d932249)

Author SHA1 Message Date
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 c16a35d669 `lua_stackspace' replaced by `lua_checkstack' 23 years ago
Roberto Ierusalimschy b3ffaca638 details 23 years ago
Roberto Ierusalimschy 86a4de256e no more lua_[gs]etstr 23 years ago
Roberto Ierusalimschy d070506a25 new function luaL_errstr 23 years ago
Roberto Ierusalimschy 09e15692f3 rename of lua_isnull to lua_isnone 23 years ago
Roberto Ierusalimschy 9cd36059ad new API functions lua_getstr/lua_setstr 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 46347d768e `ref' support goes to auxlib 23 years ago
Roberto Ierusalimschy 070204300c more consistent names for auxlib functions 23 years ago
Roberto Ierusalimschy ae1cf64348 better names for type-related functions 24 years ago
Roberto Ierusalimschy 572a69b6af name changes 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 5d9b8b7cdc more secure definition for lua_concat 24 years ago
Roberto Ierusalimschy 7e3d3e1f70 details 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy e42a219eeb `lua_typename' accepts LUA_TNONE 24 years ago
Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 24 years ago
Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy ca7fd50a4e small optimizations 24 years ago
Roberto Ierusalimschy 4ef14ba280 new function `luaL_addstring' 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 a97f29f154 explicit stack control in the API 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 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 556a89e537 new names for debug types 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 fb60283974 better error messages 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy 4450efc97e new chunkid for C functions (`luaL_chunkid') 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 1942b58609 details 25 years ago
Roberto Ierusalimschy 88866208f0 `luaL_arg_check' always has an `extramsg'. 26 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy 82ad0d5770 details 26 years ago
Roberto Ierusalimschy f2d35bdc78 format for file source is independent of "ldo". 26 years ago
Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 years ago
Roberto Ierusalimschy 6a853fcb8b details (from lhf) 26 years ago