Aegisub/vendor/luabins/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
..
fwrite.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
fwrite.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
load.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
luabins.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
luabins.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
luaheaders.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
luainternals.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
luainternals.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
lualess.c Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
lualess.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
save.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
savebuffer.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
savebuffer.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
saveload.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00
write.c Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
write.h Import luabins 831869cdc8c5e7579804e6472a2dc6cbe0b2672b 2014-04-24 23:00:41 +02:00