Aegisub/vendor/lua/src
Thomas Goyne 9492192b73 Switch back to building Lua as C
In preparation for switching to LuaJIT, which doesn't support PUC Lua's
thing of using C++ exceptions for lua_error.

Requires replacing all uses of lua_error (and things calling lua_error)
with custom versions that throw an exception instead and adding an
exception -> lua error wrapper at all C++ -> Lua boundaries.
2014-04-27 10:37:23 -07:00
..
lapi.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lapi.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lauxlib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lauxlib.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lbaselib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lcode.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lcode.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
ldblib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ldebug.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ldebug.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
ldo.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ldo.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
ldump.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lfunc.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lfunc.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lgc.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lgc.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
linit.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
liolib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
llex.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
llex.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
llimits.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lmathlib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lmem.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lmem.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
loadlib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lobject.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lobject.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lopcodes.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lopcodes.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
loslib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lparser.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lparser.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lstate.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lstate.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lstring.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lstring.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lstrlib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ltable.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ltable.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
ltablib.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ltm.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
ltm.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lua.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lua.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lua.hpp Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
luac.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
luaconf.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lualib.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lundump.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lundump.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lvm.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lvm.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
lzio.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lzio.h Add in-repo copy of Lua and use it rather than the system copy 2014-03-11 12:15:01 -07:00
print.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00