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

Roberto Ierusalimschy 57559547a3 in 'pack'/'unpack', endianness and alignment treated like options + пре 11 година
bugs 001bb46ae1 bug: Ephemeron table can wrongly collect entry with strong key пре 11 година
lapi.c 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' пре 11 година
lapi.h 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company пре 11 година
lauxlib.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
lauxlib.h 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) пре 11 година
lbaselib.c 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' пре 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 ea3155e380 'debug.sizeof' removed пре 11 година
ldebug.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
ldebug.h fed236ca7f detail (unknown lines are marked as -1, not 0) пре 11 година
ldo.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
ldo.h 3617e04e97 'lua_load' has an extra argument 'mode' пре 14 година
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 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' пре 11 година
llex.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 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 ffe7401ceb avoid warnings in macro 'luaM_reallocv' + comments пре 11 година
loadlib.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
lobject.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 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 f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
lparser.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 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 57559547a3 in 'pack'/'unpack', endianness and alignment treated like options + пре 11 година
ltable.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
ltable.h 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to пре 11 година
ltablib.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 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 f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 11 година
lua.h 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' пре 11 година
luaconf.h cfa84e1232 does not use 'long long' when LUA_ANSI is set пре 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 745618d941 'charpatt' -> 'charpattern' пре 11 година
lvm.c f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated пре 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 година