diff options
| author | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
| commit | ef587afb2cd7267c0defd04aa642593b76a6b23d (patch) | |
| tree | ea6d8da73d4f97b6fcddd2bfdba0c55d329a03ce /doc | |
| parent | cbb187aea5e9bbe708faee7f03f92b4c62a74720 (diff) | |
| parent | 158a284cc9c33ade9054df976018401e4996cfbd (diff) | |
| download | luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.gz luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.bz2 luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.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/contact.html | 6 | ||||
| -rw-r--r-- | doc/ext_buffer.html | 4 | ||||
| -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 a49d309f..4a139278 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2022 Mike Pall. | 1 | /* Copyright (C) 2004-2023 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 4c1a9082..14a0d1b9 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2022 Mike Pall. | 1 | /* Copyright (C) 2004-2023 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/contact.html b/doc/contact.html index 6d609286..478c4bff 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -94,7 +94,7 @@ don't like that, please complain to Google or Microsoft, not me. | |||
| 94 | <h2>Copyright</h2> | 94 | <h2>Copyright</h2> |
| 95 | <p> | 95 | <p> |
| 96 | All documentation is | 96 | All documentation is |
| 97 | Copyright © 2005-2022 Mike Pall. | 97 | Copyright © 2005-2023 Mike Pall. |
| 98 | </p> | 98 | </p> |
| 99 | 99 | ||
| 100 | 100 | ||
| @@ -102,7 +102,7 @@ Copyright © 2005-2022 Mike Pall. | |||
| 102 | </div> | 102 | </div> |
| 103 | <div id="foot"> | 103 | <div id="foot"> |
| 104 | <hr class="hide"> | 104 | <hr class="hide"> |
| 105 | Copyright © 2005-2022 | 105 | Copyright © 2005-2023 |
| 106 | <span class="noprint"> | 106 | <span class="noprint"> |
| 107 | · | 107 | · |
| 108 | <a href="contact.html">Contact</a> | 108 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index 1c646a71..35f01c9a 100644 --- a/doc/ext_buffer.html +++ b/doc/ext_buffer.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <title>String Buffer Library</title> | 4 | <title>String Buffer Library</title> |
| 5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -679,7 +679,7 @@ mappings of files are OK, but only if the file does not change. | |||
| 679 | </div> | 679 | </div> |
| 680 | <div id="foot"> | 680 | <div id="foot"> |
| 681 | <hr class="hide"> | 681 | <hr class="hide"> |
| 682 | Copyright © 2005-2022 | 682 | Copyright © 2005-2023 |
| 683 | <span class="noprint"> | 683 | <span class="noprint"> |
| 684 | · | 684 | · |
| 685 | <a href="contact.html">Contact</a> | 685 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 151d20b5..ab72d19a 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -173,7 +173,7 @@ Also note that this mechanism is not without overhead. | |||
| 173 | </div> | 173 | </div> |
| 174 | <div id="foot"> | 174 | <div id="foot"> |
| 175 | <hr class="hide"> | 175 | <hr class="hide"> |
| 176 | Copyright © 2005-2022 | 176 | Copyright © 2005-2023 |
| 177 | <span class="noprint"> | 177 | <span class="noprint"> |
| 178 | · | 178 | · |
| 179 | <a href="contact.html">Contact</a> | 179 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 5f1e2d7c..e8e5565d 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -316,7 +316,7 @@ without undue conversion penalties. | |||
| 316 | </div> | 316 | </div> |
| 317 | <div id="foot"> | 317 | <div id="foot"> |
| 318 | <hr class="hide"> | 318 | <hr class="hide"> |
| 319 | Copyright © 2005-2022 | 319 | Copyright © 2005-2023 |
| 320 | <span class="noprint"> | 320 | <span class="noprint"> |
| 321 | · | 321 | · |
| 322 | <a href="contact.html">Contact</a> | 322 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 8e99ff48..ea03168a 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -558,7 +558,7 @@ named <tt>i</tt>. | |||
| 558 | </div> | 558 | </div> |
| 559 | <div id="foot"> | 559 | <div id="foot"> |
| 560 | <hr class="hide"> | 560 | <hr class="hide"> |
| 561 | Copyright © 2005-2022 | 561 | Copyright © 2005-2023 |
| 562 | <span class="noprint"> | 562 | <span class="noprint"> |
| 563 | · | 563 | · |
| 564 | <a href="contact.html">Contact</a> | 564 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 603f9950..419ef07a 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -1246,7 +1246,7 @@ compiled.</li> | |||
| 1246 | </div> | 1246 | </div> |
| 1247 | <div id="foot"> | 1247 | <div id="foot"> |
| 1248 | <hr class="hide"> | 1248 | <hr class="hide"> |
| 1249 | Copyright © 2005-2022 | 1249 | Copyright © 2005-2023 |
| 1250 | <span class="noprint"> | 1250 | <span class="noprint"> |
| 1251 | · | 1251 | · |
| 1252 | <a href="contact.html">Contact</a> | 1252 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index ff0c3a9a..3cf4862a 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -587,7 +587,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 587 | </div> | 587 | </div> |
| 588 | <div id="foot"> | 588 | <div id="foot"> |
| 589 | <hr class="hide"> | 589 | <hr class="hide"> |
| 590 | Copyright © 2005-2022 | 590 | Copyright © 2005-2023 |
| 591 | <span class="noprint"> | 591 | <span class="noprint"> |
| 592 | · | 592 | · |
| 593 | <a href="contact.html">Contact</a> | 593 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 3ff5c05e..7bf9f343 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -185,7 +185,7 @@ if you want to know more. | |||
| 185 | </div> | 185 | </div> |
| 186 | <div id="foot"> | 186 | <div id="foot"> |
| 187 | <hr class="hide"> | 187 | <hr class="hide"> |
| 188 | Copyright © 2005-2022 | 188 | Copyright © 2005-2023 |
| 189 | <span class="noprint"> | 189 | <span class="noprint"> |
| 190 | · | 190 | · |
| 191 | <a href="contact.html">Contact</a> | 191 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index d6e26efd..18880239 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -349,7 +349,7 @@ use. | |||
| 349 | </div> | 349 | </div> |
| 350 | <div id="foot"> | 350 | <div id="foot"> |
| 351 | <hr class="hide"> | 351 | <hr class="hide"> |
| 352 | Copyright © 2005-2022 | 352 | Copyright © 2005-2023 |
| 353 | <span class="noprint"> | 353 | <span class="noprint"> |
| 354 | · | 354 | · |
| 355 | <a href="contact.html">Contact</a> | 355 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index f006a6db..c7ace015 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -462,7 +462,7 @@ C++ destructors.</li> | |||
| 462 | </div> | 462 | </div> |
| 463 | <div id="foot"> | 463 | <div id="foot"> |
| 464 | <hr class="hide"> | 464 | <hr class="hide"> |
| 465 | Copyright © 2005-2022 | 465 | Copyright © 2005-2023 |
| 466 | <span class="noprint"> | 466 | <span class="noprint"> |
| 467 | · | 467 | · |
| 468 | <a href="contact.html">Contact</a> | 468 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index c07fd248..a53a7512 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -185,7 +185,7 @@ actively developed branches.</dd> | |||
| 185 | </div> | 185 | </div> |
| 186 | <div id="foot"> | 186 | <div id="foot"> |
| 187 | <hr class="hide"> | 187 | <hr class="hide"> |
| 188 | Copyright © 2005-2022 | 188 | Copyright © 2005-2023 |
| 189 | <span class="noprint"> | 189 | <span class="noprint"> |
| 190 | · | 190 | · |
| 191 | <a href="contact.html">Contact</a> | 191 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index d78dda3e..0ccd37aa 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -766,7 +766,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 766 | </div> | 766 | </div> |
| 767 | <div id="foot"> | 767 | <div id="foot"> |
| 768 | <hr class="hide"> | 768 | <hr class="hide"> |
| 769 | Copyright © 2005-2022 | 769 | Copyright © 2005-2023 |
| 770 | <span class="noprint"> | 770 | <span class="noprint"> |
| 771 | · | 771 | · |
| 772 | <a href="contact.html">Contact</a> | 772 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index e3a5478d..3bb8aaf2 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -146,7 +146,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 146 | It may be embedded or used as a general-purpose, stand-alone language. | 146 | It may be embedded or used as a general-purpose, stand-alone language. |
| 147 | </p> | 147 | </p> |
| 148 | <p> | 148 | <p> |
| 149 | LuaJIT is Copyright © 2005-2022 Mike Pall, released under the | 149 | LuaJIT is Copyright © 2005-2023 Mike Pall, released under the |
| 150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 151 | </p> | 151 | </p> |
| 152 | <p> | 152 | <p> |
| @@ -220,7 +220,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 220 | </div> | 220 | </div> |
| 221 | <div id="foot"> | 221 | <div id="foot"> |
| 222 | <hr class="hide"> | 222 | <hr class="hide"> |
| 223 | Copyright © 2005-2022 | 223 | Copyright © 2005-2023 |
| 224 | <span class="noprint"> | 224 | <span class="noprint"> |
| 225 | · | 225 | · |
| 226 | <a href="contact.html">Contact</a> | 226 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index edc049fb..325cb6bb 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -302,7 +302,7 @@ Here are the parameters and their default settings: | |||
| 302 | </div> | 302 | </div> |
| 303 | <div id="foot"> | 303 | <div id="foot"> |
| 304 | <hr class="hide"> | 304 | <hr class="hide"> |
| 305 | Copyright © 2005-2022 | 305 | Copyright © 2005-2023 |
| 306 | <span class="noprint"> | 306 | <span class="noprint"> |
| 307 | · | 307 | · |
| 308 | <a href="contact.html">Contact</a> | 308 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index efb1e064..49ced3f9 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 charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
| 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"> |
| @@ -95,7 +95,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting). | |||
| 95 | </div> | 95 | </div> |
| 96 | <div id="foot"> | 96 | <div id="foot"> |
| 97 | <hr class="hide"> | 97 | <hr class="hide"> |
| 98 | Copyright © 2005-2022 | 98 | Copyright © 2005-2023 |
| 99 | <span class="noprint"> | 99 | <span class="noprint"> |
| 100 | · | 100 | · |
| 101 | <a href="contact.html">Contact</a> | 101 | <a href="contact.html">Contact</a> |
