From 2f933e86b41b1112e6697f95cba7f541f029af8b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:32:23 +1000 Subject: Remove unused LuaJIT 1.1.7, since the 2.0 version works fine. --- libraries/LuaJIT-1.1.7/README | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 libraries/LuaJIT-1.1.7/README (limited to 'libraries/LuaJIT-1.1.7/README') diff --git a/libraries/LuaJIT-1.1.7/README b/libraries/LuaJIT-1.1.7/README deleted file mode 100644 index 3af04b8..0000000 --- a/libraries/LuaJIT-1.1.7/README +++ /dev/null @@ -1,46 +0,0 @@ -README for LuaJIT 1.1.7 ------------------------ - -************************************************************ -* This is only a bugfix release for the LuaJIT 1.1 branch. * -* LuaJIT 2.0 is available with much improved performance! * -************************************************************ - -LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. - - Lua is a powerful, light-weight programming language designed - for extending applications. Lua is also frequently used as a - general-purpose, stand-alone language. More information about - Lua can be found in the docs (see below) or at: http://www.lua.org/ - -LuaJIT 1.x is based on the Lua 5.1.x virtual machine and bytecode -interpreter from lua.org. It compiles bytecode to native x86 (i386+) -machine code to speed up the execution of Lua programs. - -Homepage: http://luajit.org/ - -LuaJIT is Copyright (C) 2005-2011 Mike Pall. LuaJIT is free -software, released under the MIT/X license. - ------------------------ - -Full documentation for LuaJIT is available in HTML format. -Please point your favourite browser to: - - jitdoc/luajit.html - -Detailed installation instructions are here: - - jitdoc/luajit_install.html - -The original documentation for Lua has been included for convenience: - - doc/readme.html - ------------------------ - -LuaJIT 1.1.7 is a heavily modified version of Lua 5.1.4. -The unmodified Lua distribution is available at: - - http://www.lua.org/ftp/lua-5.1.4.tar.gz - -- cgit v1.1