Aegisub/subprojects/luajit
Myaamori 10acc00445 meson: Apply Lua 5.2 compat flags to both native and non-native builds (#69)
Otherwise -DLUAJIT_ENABLE_LUA52COMPAT isn't included when building
buildvm, which will then fail to pick up Lua 5.2-only functions
defined using the LJLIB_CF macro (e.g. table.pack).
2020-06-13 12:40:33 +02:00
..
dynasm meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
include meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
src meson: fix luajit compiler args 2020-02-08 23:42:36 +01:00
COPYRIGHT meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
Makefile meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
README meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
meson.build meson: Apply Lua 5.2 compat flags to both native and non-native builds (#69) 2020-06-13 12:40:33 +02:00
unicode-io.patch meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00
unicode-os.patch meson: move luajit to subprojects directory 2020-02-08 23:41:40 +01:00

README

README for LuaJIT 2.0.4
-----------------------

LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2015 Mike Pall.
LuaJIT is free software, released under the MIT license.
See full Copyright Notice in the COPYRIGHT file or in luajit.h.

Documentation for LuaJIT is available in HTML format.
Please point your favorite browser to:

 doc/luajit.html