diff options
| author | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
| commit | 87b111f0fe18788d38dbafd9d768d720f77f052b (patch) | |
| tree | 0b31f7728ccfee8426506cc04528471e362fef75 /doc | |
| parent | 981ec8d2aac5cac76bdedd4015b6d32447b29597 (diff) | |
| parent | 38a5ed4b434618662372c0c1665ed08782f5faa5 (diff) | |
| download | luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.gz luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.bz2 luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.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 d5a3ea3a..13ee876f 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2018 Mike Pall. | 1 | /* Copyright (C) 2004-2020 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 cfc889af..978719e8 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2018 Mike Pall. | 1 | /* Copyright (C) 2004-2020 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 1208ac83..5fc74f10 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -872,7 +872,7 @@ no point in listing differences over earlier versions.</li> | |||
| 872 | </div> | 872 | </div> |
| 873 | <div id="foot"> | 873 | <div id="foot"> |
| 874 | <hr class="hide"> | 874 | <hr class="hide"> |
| 875 | Copyright © 2005-2018 | 875 | Copyright © 2005-2020 |
| 876 | <span class="noprint"> | 876 | <span class="noprint"> |
| 877 | · | 877 | · |
| 878 | <a href="contact.html">Contact</a> | 878 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 2aace4b5..c014dc9a 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -92,7 +92,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
| 92 | <h2>Copyright</h2> | 92 | <h2>Copyright</h2> |
| 93 | <p> | 93 | <p> |
| 94 | All documentation is | 94 | All documentation is |
| 95 | Copyright © 2005-2018 Mike Pall. | 95 | Copyright © 2005-2020 Mike Pall. |
| 96 | </p> | 96 | </p> |
| 97 | 97 | ||
| 98 | 98 | ||
| @@ -100,7 +100,7 @@ Copyright © 2005-2018 Mike Pall. | |||
| 100 | </div> | 100 | </div> |
| 101 | <div id="foot"> | 101 | <div id="foot"> |
| 102 | <hr class="hide"> | 102 | <hr class="hide"> |
| 103 | Copyright © 2005-2018 | 103 | Copyright © 2005-2020 |
| 104 | <span class="noprint"> | 104 | <span class="noprint"> |
| 105 | · | 105 | · |
| 106 | <a href="contact.html">Contact</a> | 106 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index f27b9561..4f471526 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -178,7 +178,7 @@ Also note that this mechanism is not without overhead. | |||
| 178 | </div> | 178 | </div> |
| 179 | <div id="foot"> | 179 | <div id="foot"> |
| 180 | <hr class="hide"> | 180 | <hr class="hide"> |
| 181 | Copyright © 2005-2018 | 181 | Copyright © 2005-2020 |
| 182 | <span class="noprint"> | 182 | <span class="noprint"> |
| 183 | · | 183 | · |
| 184 | <a href="contact.html">Contact</a> | 184 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index de57bcf2..6a2a4852 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -321,7 +321,7 @@ without undue conversion penalties. | |||
| 321 | </div> | 321 | </div> |
| 322 | <div id="foot"> | 322 | <div id="foot"> |
| 323 | <hr class="hide"> | 323 | <hr class="hide"> |
| 324 | Copyright © 2005-2018 | 324 | Copyright © 2005-2020 |
| 325 | <span class="noprint"> | 325 | <span class="noprint"> |
| 326 | · | 326 | · |
| 327 | <a href="contact.html">Contact</a> | 327 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 54ff0ce1..ad19b76b 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -561,7 +561,7 @@ named <tt>i</tt>. | |||
| 561 | </div> | 561 | </div> |
| 562 | <div id="foot"> | 562 | <div id="foot"> |
| 563 | <hr class="hide"> | 563 | <hr class="hide"> |
| 564 | Copyright © 2005-2018 | 564 | Copyright © 2005-2020 |
| 565 | <span class="noprint"> | 565 | <span class="noprint"> |
| 566 | · | 566 | · |
| 567 | <a href="contact.html">Contact</a> | 567 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 4b03da98..40575af8 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -1251,7 +1251,7 @@ compiled.</li> | |||
| 1251 | </div> | 1251 | </div> |
| 1252 | <div id="foot"> | 1252 | <div id="foot"> |
| 1253 | <hr class="hide"> | 1253 | <hr class="hide"> |
| 1254 | Copyright © 2005-2018 | 1254 | Copyright © 2005-2020 |
| 1255 | <span class="noprint"> | 1255 | <span class="noprint"> |
| 1256 | · | 1256 | · |
| 1257 | <a href="contact.html">Contact</a> | 1257 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index e0b0821f..e979ffea 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -592,7 +592,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 592 | </div> | 592 | </div> |
| 593 | <div id="foot"> | 593 | <div id="foot"> |
| 594 | <hr class="hide"> | 594 | <hr class="hide"> |
| 595 | Copyright © 2005-2018 | 595 | Copyright © 2005-2020 |
| 596 | <span class="noprint"> | 596 | <span class="noprint"> |
| 597 | · | 597 | · |
| 598 | <a href="contact.html">Contact</a> | 598 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 73cd3c2a..3720d308 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -190,7 +190,7 @@ if you want to know more. | |||
| 190 | </div> | 190 | </div> |
| 191 | <div id="foot"> | 191 | <div id="foot"> |
| 192 | <hr class="hide"> | 192 | <hr class="hide"> |
| 193 | Copyright © 2005-2018 | 193 | Copyright © 2005-2020 |
| 194 | <span class="noprint"> | 194 | <span class="noprint"> |
| 195 | · | 195 | · |
| 196 | <a href="contact.html">Contact</a> | 196 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index d34ce6d4..b778cda4 100644 --- a/doc/ext_profiler.html +++ b/doc/ext_profiler.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -354,7 +354,7 @@ use. | |||
| 354 | </div> | 354 | </div> |
| 355 | <div id="foot"> | 355 | <div id="foot"> |
| 356 | <hr class="hide"> | 356 | <hr class="hide"> |
| 357 | Copyright © 2005-2018 | 357 | Copyright © 2005-2020 |
| 358 | <span class="noprint"> | 358 | <span class="noprint"> |
| 359 | · | 359 | · |
| 360 | <a href="contact.html">Contact</a> | 360 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index 35bd6c92..25764198 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -475,7 +475,7 @@ C++ destructors.</li> | |||
| 475 | </div> | 475 | </div> |
| 476 | <div id="foot"> | 476 | <div id="foot"> |
| 477 | <hr class="hide"> | 477 | <hr class="hide"> |
| 478 | Copyright © 2005-2018 | 478 | Copyright © 2005-2020 |
| 479 | <span class="noprint"> | 479 | <span class="noprint"> |
| 480 | · | 480 | · |
| 481 | <a href="contact.html">Contact</a> | 481 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index ad88c493..2031aa8a 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -175,7 +175,7 @@ the development of certain features, if they are important to you. | |||
| 175 | </div> | 175 | </div> |
| 176 | <div id="foot"> | 176 | <div id="foot"> |
| 177 | <hr class="hide"> | 177 | <hr class="hide"> |
| 178 | Copyright © 2005-2018 | 178 | Copyright © 2005-2020 |
| 179 | <span class="noprint"> | 179 | <span class="noprint"> |
| 180 | · | 180 | · |
| 181 | <a href="contact.html">Contact</a> | 181 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 9e00b231..9602831e 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -619,7 +619,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 619 | </div> | 619 | </div> |
| 620 | <div id="foot"> | 620 | <div id="foot"> |
| 621 | <hr class="hide"> | 621 | <hr class="hide"> |
| 622 | Copyright © 2005-2018 | 622 | Copyright © 2005-2020 |
| 623 | <span class="noprint"> | 623 | <span class="noprint"> |
| 624 | · | 624 | · |
| 625 | <a href="contact.html">Contact</a> | 625 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index a85c2015..a3ffa476 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -151,7 +151,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 151 | It may be embedded or used as a general-purpose, stand-alone language. | 151 | It may be embedded or used as a general-purpose, stand-alone language. |
| 152 | </p> | 152 | </p> |
| 153 | <p> | 153 | <p> |
| 154 | LuaJIT is Copyright © 2005-2018 Mike Pall, released under the | 154 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
| 155 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 155 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 156 | </p> | 156 | </p> |
| 157 | <p> | 157 | <p> |
| @@ -225,7 +225,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 225 | </div> | 225 | </div> |
| 226 | <div id="foot"> | 226 | <div id="foot"> |
| 227 | <hr class="hide"> | 227 | <hr class="hide"> |
| 228 | Copyright © 2005-2018 | 228 | Copyright © 2005-2020 |
| 229 | <span class="noprint"> | 229 | <span class="noprint"> |
| 230 | · | 230 | · |
| 231 | <a href="contact.html">Contact</a> | 231 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index ae3cd71b..6f96e9d8 100644 --- a/doc/running.html +++ b/doc/running.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -298,7 +298,7 @@ Here are the parameters and their default settings: | |||
| 298 | </div> | 298 | </div> |
| 299 | <div id="foot"> | 299 | <div id="foot"> |
| 300 | <hr class="hide"> | 300 | <hr class="hide"> |
| 301 | Copyright © 2005-2018 | 301 | Copyright © 2005-2020 |
| 302 | <span class="noprint"> | 302 | <span class="noprint"> |
| 303 | · | 303 | · |
| 304 | <a href="contact.html">Contact</a> | 304 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index e0d912e1..cb454db8 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 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="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
| 7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
| 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
| 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
| @@ -112,7 +112,7 @@ FFI cdata pointers can address the full 64 bit range. | |||
| 112 | </div> | 112 | </div> |
| 113 | <div id="foot"> | 113 | <div id="foot"> |
| 114 | <hr class="hide"> | 114 | <hr class="hide"> |
| 115 | Copyright © 2005-2018 | 115 | Copyright © 2005-2020 |
| 116 | <span class="noprint"> | 116 | <span class="noprint"> |
| 117 | · | 117 | · |
| 118 | <a href="contact.html">Contact</a> | 118 | <a href="contact.html">Contact</a> |
