diff options
| author | Mike Pall <mike> | 2014-01-16 23:18:34 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2014-01-16 23:18:34 +0100 |
| commit | a9d454360161d80310753dafa0d945eea4d98fde (patch) | |
| tree | 892e5802f261a8c4ac3de4d802b5881aed36eac1 /doc | |
| parent | ce9e8ed675d1fb7fe8e148a328fe0b892791a5f4 (diff) | |
| parent | ef59e5482055ed4477144518fc79a993288e855b (diff) | |
| download | luajit-a9d454360161d80310753dafa0d945eea4d98fde.tar.gz luajit-a9d454360161d80310753dafa0d945eea4d98fde.tar.bz2 luajit-a9d454360161d80310753dafa0d945eea4d98fde.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 41ae7575..21da8688 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2013 Mike Pall. | 1 | /* Copyright (C) 2004-2014 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 5e8d5ce7..05b092e4 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2013 Mike Pall. | 1 | /* Copyright (C) 2004-2014 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 f65cac6d..338029f2 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -884,7 +884,7 @@ This is the initial non-public release of LuaJIT. | |||
| 884 | </div> | 884 | </div> |
| 885 | <div id="foot"> | 885 | <div id="foot"> |
| 886 | <hr class="hide"> | 886 | <hr class="hide"> |
| 887 | Copyright © 2005-2013 Mike Pall | 887 | Copyright © 2005-2014 Mike Pall |
| 888 | <span class="noprint"> | 888 | <span class="noprint"> |
| 889 | · | 889 | · |
| 890 | <a href="contact.html">Contact</a> | 890 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 48c4efd6..8d19e7fb 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall. | 89 | Copyright © 2005-2014 Mike Pall. |
| 90 | </p> | 90 | </p> |
| 91 | 91 | ||
| 92 | 92 | ||
| @@ -94,7 +94,7 @@ Copyright © 2005-2013 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-2013 Mike Pall | 97 | Copyright © 2005-2014 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 e431e734..a768e9d4 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 182 | Copyright © 2005-2014 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 c9a0e1a7..c044d28d 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 325 | Copyright © 2005-2014 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 928589b4..6e9b4a30 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -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-2013 Mike Pall | 561 | Copyright © 2005-2014 Mike Pall |
| 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 7dedff04..d7e8c869 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -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-2013 Mike Pall | 1254 | Copyright © 2005-2014 Mike Pall |
| 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 6cb52bf2..f98c8de3 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 596 | Copyright © 2005-2014 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 d9e2520b..fb4d434b 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 194 | Copyright © 2005-2014 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 8a08f3b5..3b00fc53 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 358 | Copyright © 2005-2014 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 3443f201..172334ad 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -433,7 +433,7 @@ lead to the termination of the process.</li> | |||
| 433 | </div> | 433 | </div> |
| 434 | <div id="foot"> | 434 | <div id="foot"> |
| 435 | <hr class="hide"> | 435 | <hr class="hide"> |
| 436 | Copyright © 2005-2013 Mike Pall | 436 | Copyright © 2005-2014 Mike Pall |
| 437 | <span class="noprint"> | 437 | <span class="noprint"> |
| 438 | · | 438 | · |
| 439 | <a href="contact.html">Contact</a> | 439 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 02a2fba6..a95d23d5 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 179 | Copyright © 2005-2014 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 024a4057..b2edf3f7 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -607,7 +607,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 607 | </div> | 607 | </div> |
| 608 | <div id="foot"> | 608 | <div id="foot"> |
| 609 | <hr class="hide"> | 609 | <hr class="hide"> |
| 610 | Copyright © 2005-2013 Mike Pall | 610 | Copyright © 2005-2014 Mike Pall |
| 611 | <span class="noprint"> | 611 | <span class="noprint"> |
| 612 | · | 612 | · |
| 613 | <a href="contact.html">Contact</a> | 613 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 4431553c..6461be3a 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -149,7 +149,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 149 | It may be embedded or used as a general-purpose, stand-alone language. | 149 | It may be embedded or used as a general-purpose, stand-alone language. |
| 150 | </p> | 150 | </p> |
| 151 | <p> | 151 | <p> |
| 152 | LuaJIT is Copyright © 2005-2013 Mike Pall, released under the | 152 | LuaJIT is Copyright © 2005-2014 Mike Pall, released under the |
| 153 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 153 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 154 | </p> | 154 | </p> |
| 155 | <p> | 155 | <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-2013 Mike Pall | 223 | Copyright © 2005-2014 Mike Pall |
| 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 ab238859..00a04692 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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-2013 Mike Pall | 302 | Copyright © 2005-2014 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 2dcb3dc1..50d217a7 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Status & Roadmap</title> | 4 | <title>Status & Roadmap</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -117,7 +117,7 @@ Please refer to the | |||
| 117 | </div> | 117 | </div> |
| 118 | <div id="foot"> | 118 | <div id="foot"> |
| 119 | <hr class="hide"> | 119 | <hr class="hide"> |
| 120 | Copyright © 2005-2013 Mike Pall | 120 | Copyright © 2005-2014 Mike Pall |
| 121 | <span class="noprint"> | 121 | <span class="noprint"> |
| 122 | · | 122 | · |
| 123 | <a href="contact.html">Contact</a> | 123 | <a href="contact.html">Contact</a> |
