diff --git a/doc/changes.html b/doc/changes.html deleted file mode 100644 index a20295f2..00000000 --- a/doc/changes.html +++ /dev/null @@ -1,1019 +0,0 @@ - - - -LuaJIT Change History - - - - - - - - -
-Lua -
- - -
-

-This is a list of changes between the released versions of LuaJIT.
-The current stable version is LuaJIT 2.0.5.
-

-

-Please check the -» Online Change History -to see whether newer versions are available. -

- -
-

LuaJIT 2.0.5 — 2017-05-01

- - -

LuaJIT 2.0.4 — 2015-05-14

- - -

LuaJIT 2.0.3 — 2014-03-12

- - -

LuaJIT 2.0.2 — 2013-06-03

- - -

LuaJIT 2.0.1 — 2013-02-19

- - -

LuaJIT 2.0.0 — 2012-11-08

- - -

LuaJIT 2.0.0-beta11 — 2012-10-16

- - -

LuaJIT 2.0.0-beta10 — 2012-05-09

- - -

LuaJIT 2.0.0-beta9 — 2011-12-14

- - -

LuaJIT 2.0.0-beta8 — 2011-06-23

- - -

LuaJIT 2.0.0-beta7 — 2011-05-05

- - -

LuaJIT 2.0.0-beta6 — 2011-02-11

- - -

LuaJIT 2.0.0-beta5 — 2010-08-24

- - -

LuaJIT 2.0.0-beta4 — 2010-03-28

- - -

LuaJIT 2.0.0-beta3 — 2010-03-07

- - -

LuaJIT 2.0.0-beta2 — 2009-11-09

- - -

LuaJIT 2.0.0-beta1 — 2009-10-31

- -
- -
-

LuaJIT 1.1.8 — 2012-04-16

- - -

LuaJIT 1.1.7 — 2011-05-05

- - -

LuaJIT 1.1.6 — 2010-03-28

- - -

LuaJIT 1.1.5 — 2008-10-25

- - -

LuaJIT 1.1.4 — 2008-02-05

- - -

LuaJIT 1.1.3 — 2007-05-24

- - -

LuaJIT 1.1.2 — 2006-06-24

- - -

LuaJIT 1.1.1 — 2006-06-20

- -

-This release is in sync with Coco 1.1.1 (see the -» Coco Change History). -

- -

LuaJIT 1.1.0 — 2006-03-13

- -

-This release is in sync with Coco 1.1.0 (see the -» Coco Change History). -

-
- -
-

LuaJIT 1.0.3 — 2005-09-08

- -

-This is the first public release of LuaJIT. -

- -

LuaJIT 1.0.2 — 2005-09-02

- -

-Not released because Lua 5.1 alpha came out today. -

- -

LuaJIT 1.0.1 — 2005-08-31

- -

-Interim non-public release. -Special thanks to Adam D. Moss for reporting most of the bugs. -

- -

LuaJIT 1.0.0 — 2005-08-29

-

-This is the initial non-public release of LuaJIT. -

-
-
-
- - - diff --git a/doc/contact.html b/doc/contact.html index fbab370c..b5e390a7 100644 --- a/doc/contact.html +++ b/doc/contact.html @@ -10,7 +10,7 @@
-Lua +Lua
@@ -64,7 +59,7 @@ please use the

Please send general questions to the -» LuaJIT mailing list. +LuaJIT mailing list.

You can also send any questions you have directly to me: diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 88017ace..18558995 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html @@ -10,7 +10,7 @@

-Lua +Lua
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index fe74a1d8..6b846c41 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html @@ -10,7 +10,7 @@
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 40fc694b..9772aa5d 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html @@ -15,7 +15,7 @@ td.abiparam { font-weight: bold; width: 6em; }
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index a21e5bd5..ce6313d7 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -15,7 +15,7 @@ td.convop { font-style: italic; width: 40%; }
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 7ca14018..ae376b1f 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html @@ -17,7 +17,7 @@ td.idiomlua b { font-weight: normal; color: #2142bf; }
@@ -219,7 +214,7 @@ a fascinating best-selling game is left as an exercise for the reader.

Accessing the zlib Compression Library

The following code shows how to access the zlib compression library from Lua code. +href="https://zlib.net/">zlib compression library from Lua code. We'll define two convenience wrapper functions that take a string and compress or uncompress it to another string:

@@ -302,7 +297,7 @@ comes pre-installed. Since ffi.load() automatically adds any missing standard prefixes/suffixes, we can simply load the "z" library. On Windows it's named zlib1.dll and you'll have to download it first from the -» zlib site. The check for +zlib site. The check for ffi.os makes sure we pass the right name to ffi.load().

diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 018b4396..c9fcb9cc 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html @@ -10,7 +10,7 @@
diff --git a/doc/extensions.html b/doc/extensions.html index 25d2f7fd..b36e2855 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -27,7 +27,7 @@ td.excinterop {

LuaJIT is fully upwards-compatible with Lua 5.1. It supports all -» standard Lua +standard Lua library functions and the full set of -» Lua/C API +Lua/C API functions.

@@ -102,7 +97,7 @@ LuaJIT comes with several built-in extension modules:

bit.* — Bitwise operations

LuaJIT supports all bitwise operations as defined by -» Lua BitOp: +Lua BitOp:

 bit.tobit  bit.tohex  bit.bnot    bit.band bit.bor  bit.bxor
@@ -111,7 +106,7 @@ bit.lshift bit.rshift bit.arshift bit.rol  bit.ror  bit.bswap
 

This module is a LuaJIT built-in — you don't need to download or install Lua BitOp. The Lua BitOp site has full documentation for all -» Lua BitOp API functions. +Lua BitOp API functions.

Please make sure to require the module before using any of diff --git a/doc/faq.html b/doc/faq.html index be4d9f61..6208882b 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -13,7 +13,7 @@ dd { margin-left: 1.5em; }

@@ -64,16 +59,16 @@ dd { margin-left: 1.5em; }
Q: Where can I learn more about LuaJIT and Lua?
@@ -102,7 +97,7 @@ Q: My vararg functions fail after switching to LuaJIT!
LuaJIT is compatible to the Lua 5.1 language standard. It doesn't support the implicit arg parameter for old-style vararg functions from Lua 5.0.
Please convert your code to the -» Lua 5.1 +Lua 5.1 vararg syntax.
diff --git a/doc/install.html b/doc/install.html index 68de0c10..60665360 100644 --- a/doc/install.html +++ b/doc/install.html @@ -38,7 +38,7 @@ td.compatno {
@@ -241,7 +236,7 @@ Obviously the prefixes given during build and installation need to be the same.

Either install one of the open source SDKs (» MinGW or -» Cygwin), which come with a modified +Cygwin), which come with a modified GCC plus the required development headers. Or install Microsoft's Visual Studio (MSVC).

@@ -363,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux- make HOST_CC="gcc -m32" CROSS=mipsel-linux-

-You can cross-compile for Android using the » Android NDK. +You can cross-compile for Android using the Android NDK. Please adapt the environment variables to match the install locations and the desired target platform. E.g. Android 4.1 corresponds to ABI level 16.

@@ -493,7 +488,7 @@ Make sure the jit library is loaded or the JIT compiler will not be activated.
  • The bit.* module for bitwise operations is already built-in. There's no need to statically link -» Lua BitOp to your application.
  • +Lua BitOp to your application.

    Hints for Distribution Maintainers

    diff --git a/doc/luajit.html b/doc/luajit.html index 3f360a93..c71831bb 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -95,7 +95,7 @@ table.feature small {

    LuaJIT is a Just-In-Time Compiler (JIT) for the -» Lua programming language. +Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.

    LuaJIT is Copyright © 2005-2020 Mike Pall, released under the -» MIT open source license. +MIT open source license.

    @@ -191,7 +186,7 @@ LuaJIT has been successfully used as a scripting middleware in games, appliances, network and graphics apps, numerical simulations, trading platforms and many other specialty applications. It scales from embedded devices, smartphones, desktops up to server farms. It combines -high flexibility with » high performance +high flexibility with high performance and an unmatched low memory footprint.

    diff --git a/doc/running.html b/doc/running.html index 5cfdcc5e..a8c71af0 100644 --- a/doc/running.html +++ b/doc/running.html @@ -32,7 +32,7 @@ td.param_default {

    @@ -92,7 +87,7 @@ The luajit stand-alone executable is just a slightly modified version of the regular lua stand-alone executable. It supports the same basic options, too. luajit -h prints a short list of the available options. Please have a look at the -» Lua manual +Lua manual for details.

    diff --git a/doc/status.html b/doc/status.html index 175f6a29..0d357613 100644 --- a/doc/status.html +++ b/doc/status.html @@ -13,7 +13,7 @@ ul li { padding-bottom: 0.3em; }