diff options
| author | Mike Pall <mike> | 2022-01-15 19:42:30 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2022-01-15 19:42:30 +0100 |
| commit | 7306ba78d62b55a64f25231df1d5697345a5572e (patch) | |
| tree | b20514c4469babd1cbd80a52a8251387153e278c /doc | |
| parent | c21c6cb4170159250aa778ec888db7f919dfb0e9 (diff) | |
| parent | c4dfb625bad8937d72074852a977738ec3eb1ab7 (diff) | |
| download | luajit-7306ba78d62b55a64f25231df1d5697345a5572e.tar.gz luajit-7306ba78d62b55a64f25231df1d5697345a5572e.tar.bz2 luajit-7306ba78d62b55a64f25231df1d5697345a5572e.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 0b385cee..a49d309f 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2021 Mike Pall. | 1 | /* Copyright (C) 2004-2022 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 86cd9ac0..4c1a9082 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2021 Mike Pall. | 1 | /* Copyright (C) 2004-2022 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 c253a08b..89c1af95 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -89,7 +89,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
| 89 | <h2>Copyright</h2> | 89 | <h2>Copyright</h2> |
| 90 | <p> | 90 | <p> |
| 91 | All documentation is | 91 | All documentation is |
| 92 | Copyright © 2005-2021 Mike Pall. | 92 | Copyright © 2005-2022 Mike Pall. |
| 93 | </p> | 93 | </p> |
| 94 | 94 | ||
| 95 | 95 | ||
| @@ -97,7 +97,7 @@ Copyright © 2005-2021 Mike Pall. | |||
| 97 | </div> | 97 | </div> |
| 98 | <div id="foot"> | 98 | <div id="foot"> |
| 99 | <hr class="hide"> | 99 | <hr class="hide"> |
| 100 | Copyright © 2005-2021 | 100 | Copyright © 2005-2022 |
| 101 | <span class="noprint"> | 101 | <span class="noprint"> |
| 102 | · | 102 | · |
| 103 | <a href="contact.html">Contact</a> | 103 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index 309b496b..7b874f57 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -687,7 +687,7 @@ mappings of files are OK, but only if the file does not change. | |||
| 687 | </div> | 687 | </div> |
| 688 | <div id="foot"> | 688 | <div id="foot"> |
| 689 | <hr class="hide"> | 689 | <hr class="hide"> |
| 690 | Copyright © 2005-2021 | 690 | Copyright © 2005-2022 |
| 691 | <span class="noprint"> | 691 | <span class="noprint"> |
| 692 | · | 692 | · |
| 693 | <a href="contact.html">Contact</a> | 693 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 9f1ad212..ae8dbcbb 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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 @@ Also note that this mechanism is not without overhead. | |||
| 175 | </div> | 175 | </div> |
| 176 | <div id="foot"> | 176 | <div id="foot"> |
| 177 | <hr class="hide"> | 177 | <hr class="hide"> |
| 178 | Copyright © 2005-2021 | 178 | Copyright © 2005-2022 |
| 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/ext_ffi.html b/doc/ext_ffi.html index b934dc78..85104ba5 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -318,7 +318,7 @@ without undue conversion penalties. | |||
| 318 | </div> | 318 | </div> |
| 319 | <div id="foot"> | 319 | <div id="foot"> |
| 320 | <hr class="hide"> | 320 | <hr class="hide"> |
| 321 | Copyright © 2005-2021 | 321 | Copyright © 2005-2022 |
| 322 | <span class="noprint"> | 322 | <span class="noprint"> |
| 323 | · | 323 | · |
| 324 | <a href="contact.html">Contact</a> | 324 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 061cc42a..0b0e31f6 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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-2021 | 561 | Copyright © 2005-2022 |
| 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 fef39c32..d515a142 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -1248,7 +1248,7 @@ compiled.</li> | |||
| 1248 | </div> | 1248 | </div> |
| 1249 | <div id="foot"> | 1249 | <div id="foot"> |
| 1250 | <hr class="hide"> | 1250 | <hr class="hide"> |
| 1251 | Copyright © 2005-2021 | 1251 | Copyright © 2005-2022 |
| 1252 | <span class="noprint"> | 1252 | <span class="noprint"> |
| 1253 | · | 1253 | · |
| 1254 | <a href="contact.html">Contact</a> | 1254 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index ca71be4d..ff104f83 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -589,7 +589,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 589 | </div> | 589 | </div> |
| 590 | <div id="foot"> | 590 | <div id="foot"> |
| 591 | <hr class="hide"> | 591 | <hr class="hide"> |
| 592 | Copyright © 2005-2021 | 592 | Copyright © 2005-2022 |
| 593 | <span class="noprint"> | 593 | <span class="noprint"> |
| 594 | · | 594 | · |
| 595 | <a href="contact.html">Contact</a> | 595 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 6dd54c70..41ebdc92 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -187,7 +187,7 @@ if you want to know more. | |||
| 187 | </div> | 187 | </div> |
| 188 | <div id="foot"> | 188 | <div id="foot"> |
| 189 | <hr class="hide"> | 189 | <hr class="hide"> |
| 190 | Copyright © 2005-2021 | 190 | Copyright © 2005-2022 |
| 191 | <span class="noprint"> | 191 | <span class="noprint"> |
| 192 | · | 192 | · |
| 193 | <a href="contact.html">Contact</a> | 193 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index 2783abdb..6059b4ea 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -351,7 +351,7 @@ use. | |||
| 351 | </div> | 351 | </div> |
| 352 | <div id="foot"> | 352 | <div id="foot"> |
| 353 | <hr class="hide"> | 353 | <hr class="hide"> |
| 354 | Copyright © 2005-2021 | 354 | Copyright © 2005-2022 |
| 355 | <span class="noprint"> | 355 | <span class="noprint"> |
| 356 | · | 356 | · |
| 357 | <a href="contact.html">Contact</a> | 357 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index 748c1793..6802d964 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -464,7 +464,7 @@ C++ destructors.</li> | |||
| 464 | </div> | 464 | </div> |
| 465 | <div id="foot"> | 465 | <div id="foot"> |
| 466 | <hr class="hide"> | 466 | <hr class="hide"> |
| 467 | Copyright © 2005-2021 | 467 | Copyright © 2005-2022 |
| 468 | <span class="noprint"> | 468 | <span class="noprint"> |
| 469 | · | 469 | · |
| 470 | <a href="contact.html">Contact</a> | 470 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 1b7cb371..b826bd00 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -189,7 +189,7 @@ actively developed branches.</dd> | |||
| 189 | </div> | 189 | </div> |
| 190 | <div id="foot"> | 190 | <div id="foot"> |
| 191 | <hr class="hide"> | 191 | <hr class="hide"> |
| 192 | Copyright © 2005-2021 | 192 | Copyright © 2005-2022 |
| 193 | <span class="noprint"> | 193 | <span class="noprint"> |
| 194 | · | 194 | · |
| 195 | <a href="contact.html">Contact</a> | 195 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 3cce786c..3231e268 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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-2021 | 622 | Copyright © 2005-2022 |
| 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 a25267a6..2aa143ae 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -148,7 +148,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 148 | It may be embedded or used as a general-purpose, stand-alone language. | 148 | It may be embedded or used as a general-purpose, stand-alone language. |
| 149 | </p> | 149 | </p> |
| 150 | <p> | 150 | <p> |
| 151 | LuaJIT is Copyright © 2005-2021 Mike Pall, released under the | 151 | LuaJIT is Copyright © 2005-2022 Mike Pall, released under the |
| 152 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 152 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 153 | </p> | 153 | </p> |
| 154 | <p> | 154 | <p> |
| @@ -222,7 +222,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 222 | </div> | 222 | </div> |
| 223 | <div id="foot"> | 223 | <div id="foot"> |
| 224 | <hr class="hide"> | 224 | <hr class="hide"> |
| 225 | Copyright © 2005-2021 | 225 | Copyright © 2005-2022 |
| 226 | <span class="noprint"> | 226 | <span class="noprint"> |
| 227 | · | 227 | · |
| 228 | <a href="contact.html">Contact</a> | 228 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index b55b8439..e44f00b7 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -295,7 +295,7 @@ Here are the parameters and their default settings: | |||
| 295 | </div> | 295 | </div> |
| 296 | <div id="foot"> | 296 | <div id="foot"> |
| 297 | <hr class="hide"> | 297 | <hr class="hide"> |
| 298 | Copyright © 2005-2021 | 298 | Copyright © 2005-2022 |
| 299 | <span class="noprint"> | 299 | <span class="noprint"> |
| 300 | · | 300 | · |
| 301 | <a href="contact.html">Contact</a> | 301 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 1d3ba984..fd6ca3a8 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
| 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"> |
| @@ -97,7 +97,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting). | |||
| 97 | </div> | 97 | </div> |
| 98 | <div id="foot"> | 98 | <div id="foot"> |
| 99 | <hr class="hide"> | 99 | <hr class="hide"> |
| 100 | Copyright © 2005-2021 | 100 | Copyright © 2005-2022 |
| 101 | <span class="noprint"> | 101 | <span class="noprint"> |
| 102 | · | 102 | · |
| 103 | <a href="contact.html">Contact</a> | 103 | <a href="contact.html">Contact</a> |
