Aegisub/vendor/lua/src
Thomas Goyne 5cbbb87f61 Add in-repo copy of Lua and use it rather than the system copy
Aegisub needs Lua built as C++ (for stack unwinding on errors). No one
packages it like that, so at the moment we can't actually use systme
packages for Lua.

Fixes a bunch of memory leaks on Automation errors.
2014-04-06 07:52:49 -07:00
..
lapi.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lapi.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lauxlib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lauxlib.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lbaselib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lcode.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lcode.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldblib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldebug.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldebug.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldo.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldo.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ldump.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lfunc.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lfunc.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lgc.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lgc.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
linit.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
liolib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
llex.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
llex.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
llimits.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lmathlib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lmem.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lmem.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
loadlib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lobject.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lobject.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lopcodes.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lopcodes.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
loslib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lparser.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lparser.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lstate.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lstate.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lstring.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lstring.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lstrlib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ltable.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ltable.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ltablib.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ltm.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
ltm.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lua.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lua.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
luac.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
luaconf.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lualib.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lundump.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lundump.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lvm.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lvm.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lzio.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
lzio.h Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
print.cpp Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00