Aegisub/vendor/luajit
wangqr 3096376ee6 Revert special naming for LuaJIT shared object
This was a hack on macOS when LuaJIT is dynamic only, and no longer needed as we are also using static LuaJIT on macOS now
2020-03-09 19:56:24 -04:00
..
doc Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
dynasm Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
etc Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
src Revert special naming for LuaJIT shared object 2020-03-09 19:56:24 -04:00
.gitignore Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
0001-lj_str.c-Remove-special-case-string-interning-fastpa.patch lj_str.c: Remove special-case string interning fastpath 2019-11-02 00:23:50 -04:00
COPYRIGHT Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
Makefile LuaJIT: enable Makefile verbosity with V=1 2015-09-12 13:09:32 +02:00
README Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
unicode-io.patch Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00
unicode-os.patch Upgrade LuaJIT to 2.1.0-beta3 2020-03-09 13:01:09 -04:00

README

README for LuaJIT 2.1.0-beta3
-----------------------------

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

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2017 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