Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy 65ec3379b1 added some casts for the cases when lua_Number != double пре 11 година
bugs 001bb46ae1 bug: Ephemeron table can wrongly collect entry with strong key пре 11 година
lapi.c 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' пре 11 година
lapi.h 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company пре 11 година
lauxlib.c 6384475ec4 'luaL_getmetafield' returns type of metafield (instead of a boolean) пре 11 година
lauxlib.h 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
lbaselib.c 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' пре 11 година
lbitlib.c 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
lcode.c 42ff788e53 comments пре 11 година
lcode.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) пре 11 година
lcorolib.c 979a663d2a detail (error message from 'coroutine.status') пре 11 година
lctype.c d79190e27f missing 'LUA_CORE' definition пре 14 година
lctype.h 32a12e2f3f detail (cleaned whitespaces at end of lines) пре 14 година
ldblib.c 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
ldebug.c 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible пре 11 година
ldebug.h fed236ca7f detail (unknown lines are marked as -1, not 0) пре 11 година
ldo.c 85fc9ecd5f detail ('G(L)' -> 'g') пре 11 година
ldo.h 3617e04e97 'lua_load' has an extra argument 'mode' пре 13 година
ldump.c ca41b43f53 type 'TString' refers directly to the structure inside the union пре 11 година
lfunc.c 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') пре 11 година
lfunc.h 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') пре 11 година
lgc.c 2f4d429071 details (comments) пре 11 година
lgc.h 3c6d0aaa7d 'iswhite' and related macros now can work directly on any object пре 11 година
linit.c a73da6112d deprecated library throws an error if called (instead of silently пре 11 година
liolib.c 2f4d429071 details (comments) пре 11 година
llex.c 34b6664dcb better to use 'long' to represent UTF-8 code points пре 11 година
llex.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) пре 11 година
llimits.h 325e44d87e no more "-2" for limits. (Limits should be precise; safety is in пре 11 година
lmathlib.c 65ec3379b1 added some casts for the cases when lua_Number != double пре 11 година
lmem.c 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company пре 11 година
lmem.h d0c038da07 typo in comment пре 12 година
loadlib.c 3ccbae84d2 added some casts between integral types (to avoid warnings) пре 11 година
lobject.c c5cae9362c added two casts to avoid warnings in VS пре 11 година
lobject.h 34b6664dcb better to use 'long' to represent UTF-8 code points пре 11 година
lopcodes.c 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) пре 11 година
lopcodes.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) пре 11 година
loslib.c 65ec3379b1 added some casts for the cases when lua_Number != double пре 11 година
lparser.c 17ee57f8e0 'iswhite' and related macros now can work directly on any object пре 11 година
lparser.h 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') пре 11 година
lstate.c 57d8424146 extra space for new threads is initialized with a copy of the main пре 11 година
lstate.h 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' пре 11 година
lstring.c 17ee57f8e0 'iswhite' and related macros now can work directly on any object пре 11 година
lstring.h bb12903120 type 'Udata' refers directly to structure inside the union (union пре 11 година
lstrlib.c 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
ltable.c 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to пре 11 година
ltable.h 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to пре 11 година
ltablib.c 6384475ec4 'luaL_getmetafield' returns type of metafield (instead of a boolean) пре 11 година
ltests.c 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' пре 11 година
ltests.h 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
ltm.c ca41b43f53 type 'TString' refers directly to the structure inside the union пре 11 година
ltm.h 1a3656e56e more relaxed rules for __eq metamethod (more similar to other пре 11 година
lua.c 8ede2c353c detail in 'report' + message handler always is called with an пре 11 година
lua.h 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' пре 11 година
luaconf.h 4f4e0e49bb easier way to compile Lua 32 пре 11 година
lualib.h 6ccf150039 new library: utf8 пре 11 година
lundump.c 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') пре 11 година
lundump.h 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') пре 11 година
lutf8lib.c 34b6664dcb better to use 'long' to represent UTF-8 code points пре 11 година
lvm.c 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to пре 11 година
lvm.h f5c690b684 details in comments пре 11 година
lzio.c edfa9e007d details (header comments) пре 13 година
lzio.h 5a73e3ad9e simpler way to create messages for errors in escape sequences пре 11 година
makefile eb67828236 changed macro for compatibility options + details пре 11 година