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

Roberto Ierusalimschy d5a23dde90 little better error messages for internal arrays overflows %!s(int64=19) %!d(string=hai) anos
bugs ca7e5b5cb6 wrong message error in some cases involving closures %!s(int64=19) %!d(string=hai) anos
lapi.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lapi.h 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
lauxlib.c ee41bc03ab details %!s(int64=19) %!d(string=hai) anos
lauxlib.h 18330b6091 lua_dostring/lua_dofile should return any values returned by the chunk %!s(int64=19) %!d(string=hai) anos
lbaselib.c cedd2092eb 'coroutine.running' should return nil (instead of nothing) for main thread %!s(int64=19) %!d(string=hai) anos
lcode.c d5a23dde90 little better error messages for internal arrays overflows %!s(int64=19) %!d(string=hai) anos
lcode.h e1dda047b2 unused macro %!s(int64=19) %!d(string=hai) anos
ldblib.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ldebug.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ldebug.h 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
ldo.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ldo.h 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
ldump.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lfunc.c c505f341d6 small changes in casts %!s(int64=20) %!d(string=hai) anos
lfunc.h 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
lgc.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lgc.h 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
linit.c bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) %!s(int64=19) %!d(string=hai) anos
liolib.c ee41bc03ab details %!s(int64=19) %!d(string=hai) anos
llex.c 6087e67771 no more compatibility option for long strings %!s(int64=19) %!d(string=hai) anos
llex.h 90df6b7a54 detail %!s(int64=19) %!d(string=hai) anos
llimits.h a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lmathlib.c 5019b2dd20 math.log now accepts an optional base %!s(int64=19) %!d(string=hai) anos
lmem.c d5a23dde90 little better error messages for internal arrays overflows %!s(int64=19) %!d(string=hai) anos
lmem.h 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
loadlib.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lobject.c 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
lobject.h a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lopcodes.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lopcodes.h a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
loslib.c c351392940 details %!s(int64=19) %!d(string=hai) anos
lparser.c d5a23dde90 little better error messages for internal arrays overflows %!s(int64=19) %!d(string=hai) anos
lparser.h 3d61c31e5a 'lparser.h' should not include 'ltable.h' %!s(int64=19) %!d(string=hai) anos
lstate.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lstate.h 93bf618504 BUG: there is only one C stack, so nCcalls must be global %!s(int64=19) %!d(string=hai) anos
lstring.c 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
lstring.h 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
lstrlib.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ltable.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ltable.h 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
ltablib.c 056b6a8ef4 more robust implementation for table.insert %!s(int64=20) %!d(string=hai) anos
ltests.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
ltests.h 2b5c1f99e5 small simplifications %!s(int64=19) %!d(string=hai) anos
ltm.c dd1221582b details %!s(int64=19) %!d(string=hai) anos
ltm.h d987cf1f81 new mark LUAI_DATA for extern data %!s(int64=20) %!d(string=hai) anos
lua.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lua.h a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
luaconf.h 6087e67771 no more compatibility option for long strings %!s(int64=19) %!d(string=hai) anos
lualib.h a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lundump.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lundump.h 2753134a38 new versions by lhf %!s(int64=20) %!d(string=hai) anos
lvm.c a7c9e45c64 avoid trailing white spaces %!s(int64=19) %!d(string=hai) anos
lvm.h 6fcd334ca0 small improvements %!s(int64=20) %!d(string=hai) anos
lzio.c eca9fa02d2 small improvement %!s(int64=20) %!d(string=hai) anos
lzio.h 67578ec51f several small details %!s(int64=20) %!d(string=hai) anos
makefile 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos