58 Commits (2771050dfa0fe6b2b679a9f91749a1ab19cfe7dd)

Author SHA1 Message Date
Roberto Ierusalimschy 6ccf150039 new library: utf8 11 years ago
Roberto Ierusalimschy a241b6cb3c removed redundant definition for FILEHANDLE 13 years ago
Roberto Ierusalimschy aa13c591f5 avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and 14 years ago
Roberto Ierusalimschy 9e8e60dd5f bitlib renamed to 'bit32' + new function for arithmetic shift 14 years ago
Roberto Ierusalimschy bd262d591f 'coroutine' library separated from 'baselib' 15 years ago
Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions 15 years ago
Roberto Ierusalimschy 3abe3da9fb new module 'lbitlib.c' for bitwise operations 16 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy 0fd6466957 lua_assert is an internal matter, not to be configured 19 years ago
Roberto Ierusalimschy c7b4f44772 correct name to open package library 20 years ago
Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries 20 years ago
Roberto Ierusalimschy 162b66624d no more `lua_userinit' macro 20 years ago
Roberto Ierusalimschy ce455481ab separation between io lib and os lib 21 years ago
Roberto Ierusalimschy 31f6540fba back with an "open all libs" function 21 years ago
Roberto Ierusalimschy 0733c83b8c other modules may need FILEHANDLE definition 21 years ago
Roberto Ierusalimschy 26a9b249db details 21 years ago
Roberto Ierusalimschy 79db75101e detail 22 years ago
Roberto Ierusalimschy b0c40e2405 first version of `loadlib' 22 years ago
Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries 22 years ago
Roberto Ierusalimschy a885b826b3 LUA_ALERT is no longer used 23 years ago
Roberto Ierusalimschy eec0905173 better tests (assertions) for debug hooks 23 years ago
Roberto Ierusalimschy 5b8ee9fa8d new names for standard libraries 23 years ago
Roberto Ierusalimschy 8e1e618606 `baselib' splited in `baselib' and `tablib' 23 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 6d4db86888 open functions are lua_Cfunctions 24 years ago
Roberto Ierusalimschy 8399df5dcf detail 24 years ago
Roberto Ierusalimschy 35023355f2 details for wchar 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 52ee91dd73 better encapsulation of some types 24 years ago
Roberto Ierusalimschy 35d6b15057 some cleaning 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 55c3bc2bcb _ALERT is used (and assumed) only by the libs 25 years ago
Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 89a3ec08f3 function lua_userinit is used only in single-state mode (by lua.c) 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 7808ea3a5f new implementation for '*' in patterns + new option '+' 26 years ago
Roberto Ierusalimschy 01772cefa5 new library for debbuging 26 years ago
Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 9ae0c082a3 small details by lint. 27 years ago
Roberto Ierusalimschy 9f3785a2f3 Lua standard libraries 28 years ago
Roberto Ierusalimschy 264f8c5e7b new (internal?) functions to manipulate userdata 28 years ago
Roberto Ierusalimschy 2de803c250 new header 'auxlib.h' + new function luaL_verror 28 years ago
Roberto Ierusalimschy eea734aa88 new module 'auxlib' centralizes functions to get/check parameters. 28 years ago
Roberto Ierusalimschy 25b6dae7c0 singlematch and item_end are used by "read", in iolib. 29 years ago
Roberto Ierusalimschy 1d373d77de more functions exported. 29 years ago
Roberto Ierusalimschy 3ec9ee0d0f new function "luaI_openlib" to help open libs. 29 years ago