diff options
author | Mike Pall <mike> | 2015-01-06 00:12:45 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-06 00:12:45 +0100 |
commit | 0a5045c34e0d2902e38c1f8f65c5bbc2fdc63535 (patch) | |
tree | 79adfce53c856e0b066683352fd95cb40c97b3c5 /doc | |
parent | c71cdf4c36145dd052734779d297fdbd7455468f (diff) | |
parent | 86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (diff) | |
download | luajit-0a5045c34e0d2902e38c1f8f65c5bbc2fdc63535.tar.gz luajit-0a5045c34e0d2902e38c1f8f65c5bbc2fdc63535.tar.bz2 luajit-0a5045c34e0d2902e38c1f8f65c5bbc2fdc63535.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 21da8688..07f5c84a 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2014 Mike Pall. | 1 | /* Copyright (C) 2004-2015 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 05b092e4..ae531430 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2014 Mike Pall. | 1 | /* Copyright (C) 2004-2015 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 6dbf26ba..0d3e5ae0 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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"> |
@@ -920,7 +920,7 @@ This is the initial non-public release of LuaJIT. | |||
920 | </div> | 920 | </div> |
921 | <div id="foot"> | 921 | <div id="foot"> |
922 | <hr class="hide"> | 922 | <hr class="hide"> |
923 | Copyright © 2005-2014 Mike Pall | 923 | Copyright © 2005-2015 Mike Pall |
924 | <span class="noprint"> | 924 | <span class="noprint"> |
925 | · | 925 | · |
926 | <a href="contact.html">Contact</a> | 926 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 8d19e7fb..d92c3e38 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall. | 89 | Copyright © 2005-2015 Mike Pall. |
90 | </p> | 90 | </p> |
91 | 91 | ||
92 | 92 | ||
@@ -94,7 +94,7 @@ Copyright © 2005-2014 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-2014 Mike Pall | 97 | Copyright © 2005-2015 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 a768e9d4..91dd9efb 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 182 | Copyright © 2005-2015 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 c044d28d..1ff22363 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 325 | Copyright © 2005-2015 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 6e9b4a30..4289c190 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 561 | Copyright © 2005-2015 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 d7e8c869..889d44d8 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 1254 | Copyright © 2005-2015 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 bb7ab554..e3f01460 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 596 | Copyright © 2005-2015 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 7be5c99f..a569dd57 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 194 | Copyright © 2005-2015 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 3b00fc53..be63662b 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 358 | Copyright © 2005-2015 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 172334ad..d2f8d7ba 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 436 | Copyright © 2005-2015 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 a95d23d5..aebaef57 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 179 | Copyright © 2005-2015 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 be4545f5..9fe0c08d 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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"> |
@@ -639,7 +639,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
639 | </div> | 639 | </div> |
640 | <div id="foot"> | 640 | <div id="foot"> |
641 | <hr class="hide"> | 641 | <hr class="hide"> |
642 | Copyright © 2005-2014 Mike Pall | 642 | Copyright © 2005-2015 Mike Pall |
643 | <span class="noprint"> | 643 | <span class="noprint"> |
644 | · | 644 | · |
645 | <a href="contact.html">Contact</a> | 645 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index f1c675d9..721f636b 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -152,7 +152,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
152 | It may be embedded or used as a general-purpose, stand-alone language. | 152 | It may be embedded or used as a general-purpose, stand-alone language. |
153 | </p> | 153 | </p> |
154 | <p> | 154 | <p> |
155 | LuaJIT is Copyright © 2005-2014 Mike Pall, released under the | 155 | LuaJIT is Copyright © 2005-2015 Mike Pall, released under the |
156 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 156 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
157 | </p> | 157 | </p> |
158 | <p> | 158 | <p> |
@@ -226,7 +226,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
226 | </div> | 226 | </div> |
227 | <div id="foot"> | 227 | <div id="foot"> |
228 | <hr class="hide"> | 228 | <hr class="hide"> |
229 | Copyright © 2005-2014 Mike Pall | 229 | Copyright © 2005-2015 Mike Pall |
230 | <span class="noprint"> | 230 | <span class="noprint"> |
231 | · | 231 | · |
232 | <a href="contact.html">Contact</a> | 232 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index 08a8f079..2b764dc8 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 302 | Copyright © 2005-2015 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 50d217a7..cf137ee0 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 120 | Copyright © 2005-2015 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> |