diff options
| author | Mike Pall <mike> | 2016-03-03 12:11:37 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2016-03-03 12:11:37 +0100 |
| commit | f4231949b5e14e1116452f9e9eea31e19a462c82 (patch) | |
| tree | 8201252fca8a867ea4d1c33736f1a4dbfd77de6b /doc | |
| parent | 6f3eed9fd8d4f666f21d1e15cdf377a71a3925cf (diff) | |
| parent | db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1 (diff) | |
| download | luajit-f4231949b5e14e1116452f9e9eea31e19a462c82.tar.gz luajit-f4231949b5e14e1116452f9e9eea31e19a462c82.tar.bz2 luajit-f4231949b5e14e1116452f9e9eea31e19a462c82.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/bluequad-print.css | 2 | ||||
| -rw-r--r-- | doc/bluequad.css | 2 | ||||
| -rw-r--r-- | doc/changes.html | 4 | ||||
| -rw-r--r-- | doc/contact.html | 6 | ||||
| -rw-r--r-- | doc/ext_c_api.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_api.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_semantics.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_tutorial.html | 4 | ||||
| -rw-r--r-- | doc/ext_jit.html | 4 | ||||
| -rw-r--r-- | doc/ext_profiler.html | 4 | ||||
| -rw-r--r-- | doc/extensions.html | 4 | ||||
| -rw-r--r-- | doc/faq.html | 4 | ||||
| -rw-r--r-- | doc/install.html | 4 | ||||
| -rw-r--r-- | doc/luajit.html | 6 | ||||
| -rw-r--r-- | doc/running.html | 4 | ||||
| -rw-r--r-- | doc/status.html | 4 |
17 files changed, 34 insertions, 34 deletions
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 07f5c84a..975a55bf 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2015 Mike Pall. | 1 | /* Copyright (C) 2004-2016 Mike Pall. |
| 2 | * | 2 | * |
| 3 | * You are welcome to use the general ideas of this design for your own sites. | 3 | * You are welcome to use the general ideas of this design for your own sites. |
| 4 | * But please do not steal the stylesheet, the layout or the color scheme. | 4 | * But please do not steal the stylesheet, the layout or the color scheme. |
diff --git a/doc/bluequad.css b/doc/bluequad.css index ae531430..5dca9064 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2015 Mike Pall. | 1 | /* Copyright (C) 2004-2016 Mike Pall. |
| 2 | * | 2 | * |
| 3 | * You are welcome to use the general ideas of this design for your own sites. | 3 | * You are welcome to use the general ideas of this design for your own sites. |
| 4 | * But please do not steal the stylesheet, the layout or the color scheme. | 4 | * But please do not steal the stylesheet, the layout or the color scheme. |
diff --git a/doc/changes.html b/doc/changes.html index 826cd243..e1ccbac7 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>LuaJIT Change History</title> | 4 | <title>LuaJIT Change History</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -797,7 +797,7 @@ no point in listing differences over earlier versions.</li> | |||
| 797 | </div> | 797 | </div> |
| 798 | <div id="foot"> | 798 | <div id="foot"> |
| 799 | <hr class="hide"> | 799 | <hr class="hide"> |
| 800 | Copyright © 2005-2015 Mike Pall | 800 | Copyright © 2005-2016 Mike Pall |
| 801 | <span class="noprint"> | 801 | <span class="noprint"> |
| 802 | · | 802 | · |
| 803 | <a href="contact.html">Contact</a> | 803 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index d92c3e38..52623764 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Contact</title> | 4 | <title>Contact</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -86,7 +86,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
| 86 | <h2>Copyright</h2> | 86 | <h2>Copyright</h2> |
| 87 | <p> | 87 | <p> |
| 88 | All documentation is | 88 | All documentation is |
| 89 | Copyright © 2005-2015 Mike Pall. | 89 | Copyright © 2005-2016 Mike Pall. |
| 90 | </p> | 90 | </p> |
| 91 | 91 | ||
| 92 | 92 | ||
| @@ -94,7 +94,7 @@ Copyright © 2005-2015 Mike Pall. | |||
| 94 | </div> | 94 | </div> |
| 95 | <div id="foot"> | 95 | <div id="foot"> |
| 96 | <hr class="hide"> | 96 | <hr class="hide"> |
| 97 | Copyright © 2005-2015 Mike Pall | 97 | Copyright © 2005-2016 Mike Pall |
| 98 | <span class="noprint"> | 98 | <span class="noprint"> |
| 99 | · | 99 | · |
| 100 | <a href="contact.html">Contact</a> | 100 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 91dd9efb..e1af3ed0 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Lua/C API Extensions</title> | 4 | <title>Lua/C API Extensions</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -179,7 +179,7 @@ Also note that this mechanism is not without overhead. | |||
| 179 | </div> | 179 | </div> |
| 180 | <div id="foot"> | 180 | <div id="foot"> |
| 181 | <hr class="hide"> | 181 | <hr class="hide"> |
| 182 | Copyright © 2005-2015 Mike Pall | 182 | Copyright © 2005-2016 Mike Pall |
| 183 | <span class="noprint"> | 183 | <span class="noprint"> |
| 184 | · | 184 | · |
| 185 | <a href="contact.html">Contact</a> | 185 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 1ff22363..d814f4d0 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Library</title> | 4 | <title>FFI Library</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -322,7 +322,7 @@ without undue conversion penalties. | |||
| 322 | </div> | 322 | </div> |
| 323 | <div id="foot"> | 323 | <div id="foot"> |
| 324 | <hr class="hide"> | 324 | <hr class="hide"> |
| 325 | Copyright © 2005-2015 Mike Pall | 325 | Copyright © 2005-2016 Mike Pall |
| 326 | <span class="noprint"> | 326 | <span class="noprint"> |
| 327 | · | 327 | · |
| 328 | <a href="contact.html">Contact</a> | 328 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index b095c05f..6d405960 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>ffi.* API Functions</title> | 4 | <title>ffi.* API Functions</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -560,7 +560,7 @@ named <tt>i</tt>. | |||
| 560 | </div> | 560 | </div> |
| 561 | <div id="foot"> | 561 | <div id="foot"> |
| 562 | <hr class="hide"> | 562 | <hr class="hide"> |
| 563 | Copyright © 2005-2015 Mike Pall | 563 | Copyright © 2005-2016 Mike Pall |
| 564 | <span class="noprint"> | 564 | <span class="noprint"> |
| 565 | · | 565 | · |
| 566 | <a href="contact.html">Contact</a> | 566 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index f65fe8f3..15843d7c 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Semantics</title> | 4 | <title>FFI Semantics</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -1253,7 +1253,7 @@ compiled.</li> | |||
| 1253 | </div> | 1253 | </div> |
| 1254 | <div id="foot"> | 1254 | <div id="foot"> |
| 1255 | <hr class="hide"> | 1255 | <hr class="hide"> |
| 1256 | Copyright © 2005-2015 Mike Pall | 1256 | Copyright © 2005-2016 Mike Pall |
| 1257 | <span class="noprint"> | 1257 | <span class="noprint"> |
| 1258 | · | 1258 | · |
| 1259 | <a href="contact.html">Contact</a> | 1259 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index e3f01460..01200c45 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Tutorial</title> | 4 | <title>FFI Tutorial</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -593,7 +593,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 593 | </div> | 593 | </div> |
| 594 | <div id="foot"> | 594 | <div id="foot"> |
| 595 | <hr class="hide"> | 595 | <hr class="hide"> |
| 596 | Copyright © 2005-2015 Mike Pall | 596 | Copyright © 2005-2016 Mike Pall |
| 597 | <span class="noprint"> | 597 | <span class="noprint"> |
| 598 | · | 598 | · |
| 599 | <a href="contact.html">Contact</a> | 599 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index a569dd57..9489c6f5 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>jit.* Library</title> | 4 | <title>jit.* Library</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -191,7 +191,7 @@ if you want to know more. | |||
| 191 | </div> | 191 | </div> |
| 192 | <div id="foot"> | 192 | <div id="foot"> |
| 193 | <hr class="hide"> | 193 | <hr class="hide"> |
| 194 | Copyright © 2005-2015 Mike Pall | 194 | Copyright © 2005-2016 Mike Pall |
| 195 | <span class="noprint"> | 195 | <span class="noprint"> |
| 196 | · | 196 | · |
| 197 | <a href="contact.html">Contact</a> | 197 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index be63662b..69ea25db 100644 --- a/doc/ext_profiler.html +++ b/doc/ext_profiler.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Profiler</title> | 4 | <title>Profiler</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -355,7 +355,7 @@ use. | |||
| 355 | </div> | 355 | </div> |
| 356 | <div id="foot"> | 356 | <div id="foot"> |
| 357 | <hr class="hide"> | 357 | <hr class="hide"> |
| 358 | Copyright © 2005-2015 Mike Pall | 358 | Copyright © 2005-2016 Mike Pall |
| 359 | <span class="noprint"> | 359 | <span class="noprint"> |
| 360 | · | 360 | · |
| 361 | <a href="contact.html">Contact</a> | 361 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index e034e1dc..7f712a62 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Extensions</title> | 4 | <title>Extensions</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -445,7 +445,7 @@ lead to the termination of the process.</li> | |||
| 445 | </div> | 445 | </div> |
| 446 | <div id="foot"> | 446 | <div id="foot"> |
| 447 | <hr class="hide"> | 447 | <hr class="hide"> |
| 448 | Copyright © 2005-2015 Mike Pall | 448 | Copyright © 2005-2016 Mike Pall |
| 449 | <span class="noprint"> | 449 | <span class="noprint"> |
| 450 | · | 450 | · |
| 451 | <a href="contact.html">Contact</a> | 451 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index aebaef57..605fdd0a 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Frequently Asked Questions (FAQ)</title> | 4 | <title>Frequently Asked Questions (FAQ)</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -176,7 +176,7 @@ the development of certain features, if they are important to you. | |||
| 176 | </div> | 176 | </div> |
| 177 | <div id="foot"> | 177 | <div id="foot"> |
| 178 | <hr class="hide"> | 178 | <hr class="hide"> |
| 179 | Copyright © 2005-2015 Mike Pall | 179 | Copyright © 2005-2016 Mike Pall |
| 180 | <span class="noprint"> | 180 | <span class="noprint"> |
| 181 | · | 181 | · |
| 182 | <a href="contact.html">Contact</a> | 182 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index a4cc7215..dba63fd8 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Installation</title> | 4 | <title>Installation</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -653,7 +653,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 653 | </div> | 653 | </div> |
| 654 | <div id="foot"> | 654 | <div id="foot"> |
| 655 | <hr class="hide"> | 655 | <hr class="hide"> |
| 656 | Copyright © 2005-2015 Mike Pall | 656 | Copyright © 2005-2016 Mike Pall |
| 657 | <span class="noprint"> | 657 | <span class="noprint"> |
| 658 | · | 658 | · |
| 659 | <a href="contact.html">Contact</a> | 659 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 8a653e2d..c7a92b86 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>LuaJIT</title> | 4 | <title>LuaJIT</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -152,7 +152,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 152 | It may be embedded or used as a general-purpose, stand-alone language. | 152 | It may be embedded or used as a general-purpose, stand-alone language. |
| 153 | </p> | 153 | </p> |
| 154 | <p> | 154 | <p> |
| 155 | LuaJIT is Copyright © 2005-2015 Mike Pall, released under the | 155 | LuaJIT is Copyright © 2005-2016 Mike Pall, released under the |
| 156 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 156 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 157 | </p> | 157 | </p> |
| 158 | <p> | 158 | <p> |
| @@ -226,7 +226,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 226 | </div> | 226 | </div> |
| 227 | <div id="foot"> | 227 | <div id="foot"> |
| 228 | <hr class="hide"> | 228 | <hr class="hide"> |
| 229 | Copyright © 2005-2015 Mike Pall | 229 | Copyright © 2005-2016 Mike Pall |
| 230 | <span class="noprint"> | 230 | <span class="noprint"> |
| 231 | · | 231 | · |
| 232 | <a href="contact.html">Contact</a> | 232 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index 5ee67c95..28a73264 100644 --- a/doc/running.html +++ b/doc/running.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Running LuaJIT</title> | 4 | <title>Running LuaJIT</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -299,7 +299,7 @@ Here are the parameters and their default settings: | |||
| 299 | </div> | 299 | </div> |
| 300 | <div id="foot"> | 300 | <div id="foot"> |
| 301 | <hr class="hide"> | 301 | <hr class="hide"> |
| 302 | Copyright © 2005-2015 Mike Pall | 302 | Copyright © 2005-2016 Mike Pall |
| 303 | <span class="noprint"> | 303 | <span class="noprint"> |
| 304 | · | 304 | · |
| 305 | <a href="contact.html">Contact</a> | 305 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 91ed9cba..6f57db1b 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Status</title> | 4 | <title>Status</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> |
| 8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -108,7 +108,7 @@ garbage collector. | |||
| 108 | </div> | 108 | </div> |
| 109 | <div id="foot"> | 109 | <div id="foot"> |
| 110 | <hr class="hide"> | 110 | <hr class="hide"> |
| 111 | Copyright © 2005-2015 Mike Pall | 111 | Copyright © 2005-2016 Mike Pall |
| 112 | <span class="noprint"> | 112 | <span class="noprint"> |
| 113 | · | 113 | · |
| 114 | <a href="contact.html">Contact</a> | 114 | <a href="contact.html">Contact</a> |
