diff options
177 files changed, 196 insertions, 197 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | =============================================================================== | 1 | =============================================================================== |
| 2 | LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
| 3 | 3 | ||
| 4 | Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | 5 | ||
| 6 | Permission is hereby granted, free of charge, to any person obtaining a copy | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 7 | of this software and associated documentation files (the "Software"), to deal | 7 | of this software and associated documentation files (the "Software"), to deal |
| @@ -10,7 +10,7 @@ | |||
| 10 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. | 10 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. |
| 11 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. | 11 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. |
| 12 | # | 12 | # |
| 13 | # Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 13 | # Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 14 | ############################################################################## | 14 | ############################################################################## |
| 15 | 15 | ||
| 16 | MAJVER= 2 | 16 | MAJVER= 2 |
| @@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. | |||
| 5 | 5 | ||
| 6 | Project Homepage: http://luajit.org/ | 6 | Project Homepage: http://luajit.org/ |
| 7 | 7 | ||
| 8 | LuaJIT is Copyright (C) 2005-2015 Mike Pall. | 8 | LuaJIT is Copyright (C) 2005-2016 Mike Pall. |
| 9 | LuaJIT is free software, released under the MIT license. | 9 | LuaJIT is free software, released under the MIT license. |
| 10 | See full Copyright Notice in the COPYRIGHT file or in luajit.h. | 10 | See full Copyright Notice in the COPYRIGHT file or in luajit.h. |
| 11 | 11 | ||
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 07f5c84a5..975a55bfa 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2015 Mike Pall. | 1 | /* Copyright (C) 2004-2016 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 ae531430d..5dca9064e 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2015 Mike Pall. | 1 | /* Copyright (C) 2004-2016 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 d7b83ce68..96eef6604 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -968,7 +968,7 @@ This is the initial non-public release of LuaJIT. | |||
| 968 | </div> | 968 | </div> |
| 969 | <div id="foot"> | 969 | <div id="foot"> |
| 970 | <hr class="hide"> | 970 | <hr class="hide"> |
| 971 | Copyright © 2005-2015 Mike Pall | 971 | Copyright © 2005-2016 Mike Pall |
| 972 | <span class="noprint"> | 972 | <span class="noprint"> |
| 973 | · | 973 | · |
| 974 | <a href="contact.html">Contact</a> | 974 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 0ef01a7c1..9f3588059 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -84,7 +84,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
| 84 | <h2>Copyright</h2> | 84 | <h2>Copyright</h2> |
| 85 | <p> | 85 | <p> |
| 86 | All documentation is | 86 | All documentation is |
| 87 | Copyright © 2005-2015 Mike Pall. | 87 | Copyright © 2005-2016 Mike Pall. |
| 88 | </p> | 88 | </p> |
| 89 | 89 | ||
| 90 | 90 | ||
| @@ -92,7 +92,7 @@ Copyright © 2005-2015 Mike Pall. | |||
| 92 | </div> | 92 | </div> |
| 93 | <div id="foot"> | 93 | <div id="foot"> |
| 94 | <hr class="hide"> | 94 | <hr class="hide"> |
| 95 | Copyright © 2005-2015 Mike Pall | 95 | Copyright © 2005-2016 Mike Pall |
| 96 | <span class="noprint"> | 96 | <span class="noprint"> |
| 97 | · | 97 | · |
| 98 | <a href="contact.html">Contact</a> | 98 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 65981806d..95985583a 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -177,7 +177,7 @@ Also note that this mechanism is not without overhead. | |||
| 177 | </div> | 177 | </div> |
| 178 | <div id="foot"> | 178 | <div id="foot"> |
| 179 | <hr class="hide"> | 179 | <hr class="hide"> |
| 180 | Copyright © 2005-2015 Mike Pall | 180 | Copyright © 2005-2016 Mike Pall |
| 181 | <span class="noprint"> | 181 | <span class="noprint"> |
| 182 | · | 182 | · |
| 183 | <a href="contact.html">Contact</a> | 183 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 77b8e26c5..1db5b6a71 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -320,7 +320,7 @@ without undue conversion penalties. | |||
| 320 | </div> | 320 | </div> |
| 321 | <div id="foot"> | 321 | <div id="foot"> |
| 322 | <hr class="hide"> | 322 | <hr class="hide"> |
| 323 | Copyright © 2005-2015 Mike Pall | 323 | Copyright © 2005-2016 Mike Pall |
| 324 | <span class="noprint"> | 324 | <span class="noprint"> |
| 325 | · | 325 | · |
| 326 | <a href="contact.html">Contact</a> | 326 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 8f577e9fe..90bd65d07 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -556,7 +556,7 @@ named <tt>i</tt>. | |||
| 556 | </div> | 556 | </div> |
| 557 | <div id="foot"> | 557 | <div id="foot"> |
| 558 | <hr class="hide"> | 558 | <hr class="hide"> |
| 559 | Copyright © 2005-2015 Mike Pall | 559 | Copyright © 2005-2016 Mike Pall |
| 560 | <span class="noprint"> | 560 | <span class="noprint"> |
| 561 | · | 561 | · |
| 562 | <a href="contact.html">Contact</a> | 562 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index c267b5556..0a7545690 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -1235,7 +1235,7 @@ compiled.</li> | |||
| 1235 | </div> | 1235 | </div> |
| 1236 | <div id="foot"> | 1236 | <div id="foot"> |
| 1237 | <hr class="hide"> | 1237 | <hr class="hide"> |
| 1238 | Copyright © 2005-2015 Mike Pall | 1238 | Copyright © 2005-2016 Mike Pall |
| 1239 | <span class="noprint"> | 1239 | <span class="noprint"> |
| 1240 | · | 1240 | · |
| 1241 | <a href="contact.html">Contact</a> | 1241 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 8f99bfb1b..d396714c2 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -591,7 +591,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 591 | </div> | 591 | </div> |
| 592 | <div id="foot"> | 592 | <div id="foot"> |
| 593 | <hr class="hide"> | 593 | <hr class="hide"> |
| 594 | Copyright © 2005-2015 Mike Pall | 594 | Copyright © 2005-2016 Mike Pall |
| 595 | <span class="noprint"> | 595 | <span class="noprint"> |
| 596 | · | 596 | · |
| 597 | <a href="contact.html">Contact</a> | 597 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 27351dd64..3bfc90524 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -189,7 +189,7 @@ if you want to know more. | |||
| 189 | </div> | 189 | </div> |
| 190 | <div id="foot"> | 190 | <div id="foot"> |
| 191 | <hr class="hide"> | 191 | <hr class="hide"> |
| 192 | Copyright © 2005-2015 Mike Pall | 192 | Copyright © 2005-2016 Mike Pall |
| 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/extensions.html b/doc/extensions.html index e9cd136cc..1efaca9d8 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -398,7 +398,7 @@ lead to the termination of the process.</li> | |||
| 398 | </div> | 398 | </div> |
| 399 | <div id="foot"> | 399 | <div id="foot"> |
| 400 | <hr class="hide"> | 400 | <hr class="hide"> |
| 401 | Copyright © 2005-2015 Mike Pall | 401 | Copyright © 2005-2016 Mike Pall |
| 402 | <span class="noprint"> | 402 | <span class="noprint"> |
| 403 | · | 403 | · |
| 404 | <a href="contact.html">Contact</a> | 404 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 9902f0903..516078d72 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -174,7 +174,7 @@ the development of certain features, if they are important to you. | |||
| 174 | </div> | 174 | </div> |
| 175 | <div id="foot"> | 175 | <div id="foot"> |
| 176 | <hr class="hide"> | 176 | <hr class="hide"> |
| 177 | Copyright © 2005-2015 Mike Pall | 177 | Copyright © 2005-2016 Mike Pall |
| 178 | <span class="noprint"> | 178 | <span class="noprint"> |
| 179 | · | 179 | · |
| 180 | <a href="contact.html">Contact</a> | 180 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 5dc1289e2..6c0689acc 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -633,7 +633,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 633 | </div> | 633 | </div> |
| 634 | <div id="foot"> | 634 | <div id="foot"> |
| 635 | <hr class="hide"> | 635 | <hr class="hide"> |
| 636 | Copyright © 2005-2015 Mike Pall | 636 | Copyright © 2005-2016 Mike Pall |
| 637 | <span class="noprint"> | 637 | <span class="noprint"> |
| 638 | · | 638 | · |
| 639 | <a href="contact.html">Contact</a> | 639 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 45507c122..0fc491f1c 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -150,7 +150,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 150 | It may be embedded or used as a general-purpose, stand-alone language. | 150 | It may be embedded or used as a general-purpose, stand-alone language. |
| 151 | </p> | 151 | </p> |
| 152 | <p> | 152 | <p> |
| 153 | LuaJIT is Copyright © 2005-2015 Mike Pall, released under the | 153 | LuaJIT is Copyright © 2005-2016 Mike Pall, released under the |
| 154 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 154 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 155 | </p> | 155 | </p> |
| 156 | <p> | 156 | <p> |
| @@ -224,7 +224,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 224 | </div> | 224 | </div> |
| 225 | <div id="foot"> | 225 | <div id="foot"> |
| 226 | <hr class="hide"> | 226 | <hr class="hide"> |
| 227 | Copyright © 2005-2015 Mike Pall | 227 | Copyright © 2005-2016 Mike Pall |
| 228 | <span class="noprint"> | 228 | <span class="noprint"> |
| 229 | · | 229 | · |
| 230 | <a href="contact.html">Contact</a> | 230 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index c6e1c296e..49e2d177f 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-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -296,7 +296,7 @@ Here are the parameters and their default settings: | |||
| 296 | </div> | 296 | </div> |
| 297 | <div id="foot"> | 297 | <div id="foot"> |
| 298 | <hr class="hide"> | 298 | <hr class="hide"> |
| 299 | Copyright © 2005-2015 Mike Pall | 299 | Copyright © 2005-2016 Mike Pall |
| 300 | <span class="noprint"> | 300 | <span class="noprint"> |
| 301 | · | 301 | · |
| 302 | <a href="contact.html">Contact</a> | 302 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index b4bbec793..c305f47a1 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Status</title> | 4 | <title>Status</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 | <meta name="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
| 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2016, 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"> |
| @@ -106,7 +106,7 @@ garbage collector. | |||
| 106 | </div> | 106 | </div> |
| 107 | <div id="foot"> | 107 | <div id="foot"> |
| 108 | <hr class="hide"> | 108 | <hr class="hide"> |
| 109 | Copyright © 2005-2015 Mike Pall | 109 | Copyright © 2005-2016 Mike Pall |
| 110 | <span class="noprint"> | 110 | <span class="noprint"> |
| 111 | · | 111 | · |
| 112 | <a href="contact.html">Contact</a> | 112 | <a href="contact.html">Contact</a> |
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index 57e0116f5..0fa69ac06 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM ARM encoding engine. | 2 | ** DynASM ARM encoding engine. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_arm.lua b/dynasm/dasm_arm.lua index 90a259c5c..a6f77ff47 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM ARM module. | 2 | -- DynASM ARM module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_mips.h b/dynasm/dasm_mips.h index 2f4c2d222..c10528fab 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM MIPS encoding engine. | 2 | ** DynASM MIPS encoding engine. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua index ae0dbd7a9..aed45d1b8 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM MIPS module. | 2 | -- DynASM MIPS module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h index 7df493654..7a2e29320 100644 --- a/dynasm/dasm_ppc.h +++ b/dynasm/dasm_ppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM PPC encoding engine. | 2 | ** DynASM PPC encoding engine. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua index 91f4ff9a4..a00169a01 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM PPC module. | 2 | -- DynASM PPC module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index a8bc6fd28..364ac1878 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM encoding engine prototypes. | 2 | ** DynASM encoding engine prototypes. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_x64.lua b/dynasm/dasm_x64.lua index b1b62022f..213335564 100644 --- a/dynasm/dasm_x64.lua +++ b/dynasm/dasm_x64.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM x64 module. | 2 | -- DynASM x64 module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | -- This module just sets 64 bit mode for the combined x86/x64 module. | 7 | -- This module just sets 64 bit mode for the combined x86/x64 module. |
diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h index 652e8c99b..574d71509 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM x86 encoding engine. | 2 | ** DynASM x86 encoding engine. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua index 3a535f2f4..7beb834a4 100644 --- a/dynasm/dasm_x86.lua +++ b/dynasm/dasm_x86.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM x86/x64 module. | 2 | -- DynASM x86/x64 module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index fffda7513..1ea0a8a6f 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- DynASM. A dynamic assembler for code generation engines. | 2 | -- DynASM. A dynamic assembler for code generation engines. |
| 3 | -- Originally designed and implemented for LuaJIT. | 3 | -- Originally designed and implemented for LuaJIT. |
| 4 | -- | 4 | -- |
| 5 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 6 | -- See below for full copyright notice. | 6 | -- See below for full copyright notice. |
| 7 | ------------------------------------------------------------------------------ | 7 | ------------------------------------------------------------------------------ |
| 8 | 8 | ||
| @@ -17,7 +17,7 @@ local _info = { | |||
| 17 | url = "http://luajit.org/dynasm.html", | 17 | url = "http://luajit.org/dynasm.html", |
| 18 | license = "MIT", | 18 | license = "MIT", |
| 19 | copyright = [[ | 19 | copyright = [[ |
| 20 | Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 20 | Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 21 | 21 | ||
| 22 | Permission is hereby granted, free of charge, to any person obtaining | 22 | Permission is hereby granted, free of charge, to any person obtaining |
| 23 | a copy of this software and associated documentation files (the | 23 | a copy of this software and associated documentation files (the |
diff --git a/etc/luajit.1 b/etc/luajit.1 index fd38b0a92..11e88c044 100644 --- a/etc/luajit.1 +++ b/etc/luajit.1 | |||
| @@ -74,7 +74,7 @@ luajit \-jv \-e "for i=1,10 do for j=1,10 do for k=1,100 do end end end" | |||
| 74 | Runs some nested loops and shows the resulting traces. | 74 | Runs some nested loops and shows the resulting traces. |
| 75 | .SH COPYRIGHT | 75 | .SH COPYRIGHT |
| 76 | .PP | 76 | .PP |
| 77 | \fBLuaJIT\fR is Copyright \(co 2005-2015 Mike Pall. | 77 | \fBLuaJIT\fR is Copyright \(co 2005-2016 Mike Pall. |
| 78 | .br | 78 | .br |
| 79 | \fBLuaJIT\fR is open source software, released under the MIT license. | 79 | \fBLuaJIT\fR is open source software, released under the MIT license. |
| 80 | .SH SEE ALSO | 80 | .SH SEE ALSO |
diff --git a/src/Makefile b/src/Makefile index 9c95c4ce2..1cddf188c 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | # Also works with MinGW and Cygwin on Windows. | 7 | # Also works with MinGW and Cygwin on Windows. |
| 8 | # Please check msvcbuild.bat for building with MSVC on Windows. | 8 | # Please check msvcbuild.bat for building with MSVC on Windows. |
| 9 | # | 9 | # |
| 10 | # Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 10 | # Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 11 | ############################################################################## | 11 | ############################################################################## |
| 12 | 12 | ||
| 13 | MAJVER= 2 | 13 | MAJVER= 2 |
diff --git a/src/host/buildvm.c b/src/host/buildvm.c index 07122a645..e8e6c87ea 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder. | 2 | ** LuaJIT VM builder. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** This is a tool to build the hand-tuned assembler code required for | 5 | ** This is a tool to build the hand-tuned assembler code required for |
| 6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats | 6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats |
diff --git a/src/host/buildvm.h b/src/host/buildvm.h index b26218502..5e983024c 100644 --- a/src/host/buildvm.h +++ b/src/host/buildvm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder. | 2 | ** LuaJIT VM builder. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _BUILDVM_H | 6 | #ifndef _BUILDVM_H |
diff --git a/src/host/buildvm_asm.c b/src/host/buildvm_asm.c index 2c9a2d482..000aaa381 100644 --- a/src/host/buildvm_asm.c +++ b/src/host/buildvm_asm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder: Assembler source code emitter. | 2 | ** LuaJIT VM builder: Assembler source code emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/host/buildvm_fold.c b/src/host/buildvm_fold.c index daed7eccb..eec1af1cb 100644 --- a/src/host/buildvm_fold.c +++ b/src/host/buildvm_fold.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder: IR folding hash table generator. | 2 | ** LuaJIT VM builder: IR folding hash table generator. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/host/buildvm_lib.c b/src/host/buildvm_lib.c index c37301d46..6ca45bf31 100644 --- a/src/host/buildvm_lib.c +++ b/src/host/buildvm_lib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder: library definition compiler. | 2 | ** LuaJIT VM builder: library definition compiler. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/host/buildvm_peobj.c b/src/host/buildvm_peobj.c index 4279f5005..e8c927d8b 100644 --- a/src/host/buildvm_peobj.c +++ b/src/host/buildvm_peobj.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM builder: PE object emitter. | 2 | ** LuaJIT VM builder: PE object emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Only used for building on Windows, since we cannot assume the presence | 5 | ** Only used for building on Windows, since we cannot assume the presence |
| 6 | ** of a suitable assembler. The host and target byte order must match. | 6 | ** of a suitable assembler. The host and target byte order must match. |
diff --git a/src/host/genminilua.lua b/src/host/genminilua.lua index cd0d94662..0a4690c1d 100644 --- a/src/host/genminilua.lua +++ b/src/host/genminilua.lua | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- Lua script to generate a customized, minified version of Lua. | 2 | -- Lua script to generate a customized, minified version of Lua. |
| 3 | -- The resulting 'minilua' is used for the build process of LuaJIT. | 3 | -- The resulting 'minilua' is used for the build process of LuaJIT. |
| 4 | ---------------------------------------------------------------------------- | 4 | ---------------------------------------------------------------------------- |
| 5 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 6 | -- Released under the MIT license. See Copyright Notice in luajit.h | 6 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 7 | ---------------------------------------------------------------------------- | 7 | ---------------------------------------------------------------------------- |
| 8 | 8 | ||
diff --git a/src/jit/bc.lua b/src/jit/bc.lua index 46a40892e..393186a76 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT bytecode listing module. | 2 | -- LuaJIT bytecode listing module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- | 7 | -- |
diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index 0319b3d25..5c417c068 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT module to save/list bytecode. | 2 | -- LuaJIT module to save/list bytecode. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- | 7 | -- |
diff --git a/src/jit/dis_arm.lua b/src/jit/dis_arm.lua index 59be715a9..661f661a9 100644 --- a/src/jit/dis_arm.lua +++ b/src/jit/dis_arm.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT ARM disassembler module. | 2 | -- LuaJIT ARM disassembler module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua index acdd2be16..5b68b0697 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT MIPS disassembler module. | 2 | -- LuaJIT MIPS disassembler module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_mipsel.lua b/src/jit/dis_mipsel.lua index dd9d26ae6..d242f8dd2 100644 --- a/src/jit/dis_mipsel.lua +++ b/src/jit/dis_mipsel.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT MIPSEL disassembler wrapper module. | 2 | -- LuaJIT MIPSEL disassembler wrapper module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This module just exports the little-endian functions from the | 7 | -- This module just exports the little-endian functions from the |
diff --git a/src/jit/dis_ppc.lua b/src/jit/dis_ppc.lua index d05c43111..8afecbe61 100644 --- a/src/jit/dis_ppc.lua +++ b/src/jit/dis_ppc.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT PPC disassembler module. | 2 | -- LuaJIT PPC disassembler module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_x64.lua b/src/jit/dis_x64.lua index a80981bd5..a427e3473 100644 --- a/src/jit/dis_x64.lua +++ b/src/jit/dis_x64.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT x64 disassembler wrapper module. | 2 | -- LuaJIT x64 disassembler wrapper module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This module just exports the 64 bit functions from the combined | 7 | -- This module just exports the 64 bit functions from the combined |
diff --git a/src/jit/dis_x86.lua b/src/jit/dis_x86.lua index 078d6094d..deb2f3044 100644 --- a/src/jit/dis_x86.lua +++ b/src/jit/dis_x86.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT x86/x64 disassembler module. | 2 | -- LuaJIT x86/x64 disassembler module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dump.lua b/src/jit/dump.lua index e6ea18a86..937459475 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- LuaJIT compiler dump module. | 2 | -- LuaJIT compiler dump module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- | 7 | -- |
diff --git a/src/jit/v.lua b/src/jit/v.lua index 32666fd1a..d615921cd 100644 --- a/src/jit/v.lua +++ b/src/jit/v.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
| 2 | -- Verbose mode of the LuaJIT compiler. | 2 | -- Verbose mode of the LuaJIT compiler. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
| 7 | -- | 7 | -- |
diff --git a/src/lib_aux.c b/src/lib_aux.c index 4a1b70ddc..0e61d951a 100644 --- a/src/lib_aux.c +++ b/src/lib_aux.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Auxiliary library for the Lua/C API. | 2 | ** Auxiliary library for the Lua/C API. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major parts taken verbatim or adapted from the Lua interpreter. | 5 | ** Major parts taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_base.c b/src/lib_base.c index 17b9525d6..1564725e3 100644 --- a/src/lib_base.c +++ b/src/lib_base.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Base and coroutine library. | 2 | ** Base and coroutine library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_bit.c b/src/lib_bit.c index 583e04b0c..3c2799908 100644 --- a/src/lib_bit.c +++ b/src/lib_bit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bit manipulation library. | 2 | ** Bit manipulation library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lib_bit_c | 6 | #define lib_bit_c |
diff --git a/src/lib_debug.c b/src/lib_debug.c index e87c35cfe..173a690b1 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Debug library. | 2 | ** Debug library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index f6df39d67..aecc3395b 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI library. | 2 | ** FFI library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lib_ffi_c | 6 | #define lib_ffi_c |
diff --git a/src/lib_init.c b/src/lib_init.c index 85c194af4..63c2ace36 100644 --- a/src/lib_init.c +++ b/src/lib_init.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Library initialization. | 2 | ** Library initialization. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major parts taken verbatim from the Lua interpreter. | 5 | ** Major parts taken verbatim from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_io.c b/src/lib_io.c index a502dd522..be317d4b9 100644 --- a/src/lib_io.c +++ b/src/lib_io.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** I/O library. | 2 | ** I/O library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_jit.c b/src/lib_jit.c index 96525faf2..921b84c89 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** JIT library. | 2 | ** JIT library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lib_jit_c | 6 | #define lib_jit_c |
diff --git a/src/lib_math.c b/src/lib_math.c index 40f29142d..fad1c284e 100644 --- a/src/lib_math.c +++ b/src/lib_math.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Math library. | 2 | ** Math library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include <math.h> | 6 | #include <math.h> |
diff --git a/src/lib_os.c b/src/lib_os.c index 762bb5917..e57e5ec88 100644 --- a/src/lib_os.c +++ b/src/lib_os.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** OS library. | 2 | ** OS library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_package.c b/src/lib_package.c index ac38c8158..1d9fef3d8 100644 --- a/src/lib_package.c +++ b/src/lib_package.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Package library. | 2 | ** Package library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2012 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2012 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_string.c b/src/lib_string.c index c6168edbb..d33124ace 100644 --- a/src/lib_string.c +++ b/src/lib_string.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** String library. | 2 | ** String library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_table.c b/src/lib_table.c index fbfe86387..1d80b1453 100644 --- a/src/lib_table.c +++ b/src/lib_table.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Table library. | 2 | ** Table library. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_api.c b/src/lj_api.c index 3bedb39fd..dacc0d641 100644 --- a/src/lj_api.c +++ b/src/lj_api.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Public Lua/C API. | 2 | ** Public Lua/C API. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_arch.h b/src/lj_arch.h index f1a1160fd..906cc11f7 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Target architecture selection. | 2 | ** Target architecture selection. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_ARCH_H | 6 | #ifndef _LJ_ARCH_H |
diff --git a/src/lj_asm.c b/src/lj_asm.c index 804b4dc80..a5e0c01e2 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** IR assembler (SSA IR -> machine code). | 2 | ** IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_asm_c | 6 | #define lj_asm_c |
diff --git a/src/lj_asm.h b/src/lj_asm.h index 85f297632..9f4654ec0 100644 --- a/src/lj_asm.h +++ b/src/lj_asm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** IR assembler (SSA IR -> machine code). | 2 | ** IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_ASM_H | 6 | #ifndef _LJ_ASM_H |
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h index ba65f45b1..ff6887462 100644 --- a/src/lj_asm_arm.h +++ b/src/lj_asm_arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** ARM IR assembler (SSA IR -> machine code). | 2 | ** ARM IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Register allocator extensions --------------------------------------- */ | 6 | /* -- Register allocator extensions --------------------------------------- */ |
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 8cdd913b7..4045fe808 100644 --- a/src/lj_asm_mips.h +++ b/src/lj_asm_mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** MIPS IR assembler (SSA IR -> machine code). | 2 | ** MIPS IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Register allocator extensions --------------------------------------- */ | 6 | /* -- Register allocator extensions --------------------------------------- */ |
diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h index e6129032e..e8f3d08bd 100644 --- a/src/lj_asm_ppc.h +++ b/src/lj_asm_ppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** PPC IR assembler (SSA IR -> machine code). | 2 | ** PPC IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Register allocator extensions --------------------------------------- */ | 6 | /* -- Register allocator extensions --------------------------------------- */ |
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index a79be4e66..ffd59d33b 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** x86/x64 IR assembler (SSA IR -> machine code). | 2 | ** x86/x64 IR assembler (SSA IR -> machine code). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Guard handling ------------------------------------------------------ */ | 6 | /* -- Guard handling ------------------------------------------------------ */ |
diff --git a/src/lj_bc.c b/src/lj_bc.c index a8f444c26..f038769c2 100644 --- a/src/lj_bc.c +++ b/src/lj_bc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bytecode instruction modes. | 2 | ** Bytecode instruction modes. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_bc_c | 6 | #define lj_bc_c |
diff --git a/src/lj_bc.h b/src/lj_bc.h index 7436fabfe..71059fedf 100644 --- a/src/lj_bc.h +++ b/src/lj_bc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bytecode instruction format. | 2 | ** Bytecode instruction format. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_BC_H | 6 | #ifndef _LJ_BC_H |
diff --git a/src/lj_bcdump.h b/src/lj_bcdump.h index 812d0e151..16e4c132e 100644 --- a/src/lj_bcdump.h +++ b/src/lj_bcdump.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bytecode dump definitions. | 2 | ** Bytecode dump definitions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_BCDUMP_H | 6 | #ifndef _LJ_BCDUMP_H |
diff --git a/src/lj_bcread.c b/src/lj_bcread.c index 25859d2fa..863ec8a40 100644 --- a/src/lj_bcread.c +++ b/src/lj_bcread.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bytecode reader. | 2 | ** Bytecode reader. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_bcread_c | 6 | #define lj_bcread_c |
diff --git a/src/lj_bcwrite.c b/src/lj_bcwrite.c index ff97450b8..7a3689fe1 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Bytecode writer. | 2 | ** Bytecode writer. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_bcwrite_c | 6 | #define lj_bcwrite_c |
diff --git a/src/lj_carith.c b/src/lj_carith.c index 2a358a9bb..8d2b22cca 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C data arithmetic. | 2 | ** C data arithmetic. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_carith.h b/src/lj_carith.h index 8c4bdbbe2..ec245d79b 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C data arithmetic. | 2 | ** C data arithmetic. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CARITH_H | 6 | #ifndef _LJ_CARITH_H |
diff --git a/src/lj_ccall.c b/src/lj_ccall.c index 998417c1c..58aad9a53 100644 --- a/src/lj_ccall.c +++ b/src/lj_ccall.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C call handling. | 2 | ** FFI C call handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ccall.h b/src/lj_ccall.h index f55301093..cacc7fc82 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C call handling. | 2 | ** FFI C call handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CCALL_H | 6 | #ifndef _LJ_CCALL_H |
diff --git a/src/lj_ccallback.c b/src/lj_ccallback.c index b210641f9..b72194953 100644 --- a/src/lj_ccallback.c +++ b/src/lj_ccallback.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C callback handling. | 2 | ** FFI C callback handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ccallback.h b/src/lj_ccallback.h index 83dbe048b..99c778d1a 100644 --- a/src/lj_ccallback.h +++ b/src/lj_ccallback.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C callback handling. | 2 | ** FFI C callback handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CCALLBACK_H | 6 | #ifndef _LJ_CCALLBACK_H |
diff --git a/src/lj_cconv.c b/src/lj_cconv.c index 8a270766f..81f3c871c 100644 --- a/src/lj_cconv.c +++ b/src/lj_cconv.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C type conversions. | 2 | ** C type conversions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cconv.h b/src/lj_cconv.h index 2bd50ff46..35e72cbb0 100644 --- a/src/lj_cconv.h +++ b/src/lj_cconv.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C type conversions. | 2 | ** C type conversions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CCONV_H | 6 | #ifndef _LJ_CCONV_H |
diff --git a/src/lj_cdata.c b/src/lj_cdata.c index 39fc13a9f..78c5085b8 100644 --- a/src/lj_cdata.c +++ b/src/lj_cdata.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C data management. | 2 | ** C data management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cdata.h b/src/lj_cdata.h index 3a1275e6c..9684bfbb8 100644 --- a/src/lj_cdata.h +++ b/src/lj_cdata.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C data management. | 2 | ** C data management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CDATA_H | 6 | #ifndef _LJ_CDATA_H |
diff --git a/src/lj_clib.c b/src/lj_clib.c index d35260909..8389ee787 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C library loader. | 2 | ** FFI C library loader. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_clib.h b/src/lj_clib.h index e5dc98e1c..ce3ab85a8 100644 --- a/src/lj_clib.h +++ b/src/lj_clib.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** FFI C library loader. | 2 | ** FFI C library loader. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CLIB_H | 6 | #ifndef _LJ_CLIB_H |
diff --git a/src/lj_cparse.c b/src/lj_cparse.c index 9e213610d..5b3593066 100644 --- a/src/lj_cparse.c +++ b/src/lj_cparse.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C declaration parser. | 2 | ** C declaration parser. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cparse.h b/src/lj_cparse.h index 441580de6..bfd1a9bb4 100644 --- a/src/lj_cparse.h +++ b/src/lj_cparse.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C declaration parser. | 2 | ** C declaration parser. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CPARSE_H | 6 | #ifndef _LJ_CPARSE_H |
diff --git a/src/lj_crecord.c b/src/lj_crecord.c index a46665e9a..a53a2ce92 100644 --- a/src/lj_crecord.c +++ b/src/lj_crecord.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace recorder for C data operations. | 2 | ** Trace recorder for C data operations. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_ffrecord_c | 6 | #define lj_ffrecord_c |
diff --git a/src/lj_crecord.h b/src/lj_crecord.h index a4628caca..51b4ec106 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace recorder for C data operations. | 2 | ** Trace recorder for C data operations. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CRECORD_H | 6 | #ifndef _LJ_CRECORD_H |
diff --git a/src/lj_ctype.c b/src/lj_ctype.c index ac3017494..6ee574994 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C type management. | 2 | ** C type management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ctype.h b/src/lj_ctype.h index 3df26f095..6866736ec 100644 --- a/src/lj_ctype.h +++ b/src/lj_ctype.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** C type management. | 2 | ** C type management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_CTYPE_H | 6 | #ifndef _LJ_CTYPE_H |
diff --git a/src/lj_debug.c b/src/lj_debug.c index bd2fa1f56..429a76cd8 100644 --- a/src/lj_debug.c +++ b/src/lj_debug.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Debugging and introspection. | 2 | ** Debugging and introspection. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_debug_c | 6 | #define lj_debug_c |
diff --git a/src/lj_debug.h b/src/lj_debug.h index fa8988c3e..f5db53e8d 100644 --- a/src/lj_debug.h +++ b/src/lj_debug.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Debugging and introspection. | 2 | ** Debugging and introspection. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_DEBUG_H | 6 | #ifndef _LJ_DEBUG_H |
diff --git a/src/lj_def.h b/src/lj_def.h index e666c9e30..5bbf352ee 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT common internal definitions. | 2 | ** LuaJIT common internal definitions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_DEF_H | 6 | #ifndef _LJ_DEF_H |
diff --git a/src/lj_dispatch.c b/src/lj_dispatch.c index 37256576e..eda1a18b1 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Instruction dispatch handling. | 2 | ** Instruction dispatch handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_dispatch_c | 6 | #define lj_dispatch_c |
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 778affc8c..7a7f1c0e3 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Instruction dispatch handling. | 2 | ** Instruction dispatch handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_DISPATCH_H | 6 | #ifndef _LJ_DISPATCH_H |
diff --git a/src/lj_emit_arm.h b/src/lj_emit_arm.h index 8c5e5379c..7f73698db 100644 --- a/src/lj_emit_arm.h +++ b/src/lj_emit_arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** ARM instruction emitter. | 2 | ** ARM instruction emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Constant encoding --------------------------------------------------- */ | 6 | /* -- Constant encoding --------------------------------------------------- */ |
diff --git a/src/lj_emit_mips.h b/src/lj_emit_mips.h index 0fc07d910..0dea78cec 100644 --- a/src/lj_emit_mips.h +++ b/src/lj_emit_mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** MIPS instruction emitter. | 2 | ** MIPS instruction emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Emit basic instructions --------------------------------------------- */ | 6 | /* -- Emit basic instructions --------------------------------------------- */ |
diff --git a/src/lj_emit_ppc.h b/src/lj_emit_ppc.h index 14edf00fd..14e459b59 100644 --- a/src/lj_emit_ppc.h +++ b/src/lj_emit_ppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** PPC instruction emitter. | 2 | ** PPC instruction emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Emit basic instructions --------------------------------------------- */ | 6 | /* -- Emit basic instructions --------------------------------------------- */ |
diff --git a/src/lj_emit_x86.h b/src/lj_emit_x86.h index 3a2f6510b..f6f5922f0 100644 --- a/src/lj_emit_x86.h +++ b/src/lj_emit_x86.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** x86/x64 instruction emitter. | 2 | ** x86/x64 instruction emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* -- Emit basic instructions --------------------------------------------- */ | 6 | /* -- Emit basic instructions --------------------------------------------- */ |
diff --git a/src/lj_err.c b/src/lj_err.c index 6d8519bb5..de30619cb 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Error handling. | 2 | ** Error handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_err_c | 6 | #define lj_err_c |
diff --git a/src/lj_err.h b/src/lj_err.h index 03a56f036..6c7576137 100644 --- a/src/lj_err.h +++ b/src/lj_err.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Error handling. | 2 | ** Error handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_ERR_H | 6 | #ifndef _LJ_ERR_H |
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 1c9487607..095041052 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** VM error messages. | 2 | ** VM error messages. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* This file may be included multiple times with different ERRDEF macros. */ | 6 | /* This file may be included multiple times with different ERRDEF macros. */ |
diff --git a/src/lj_ff.h b/src/lj_ff.h index 73dad9695..9af3b12d2 100644 --- a/src/lj_ff.h +++ b/src/lj_ff.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Fast function IDs. | 2 | ** Fast function IDs. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_FF_H | 6 | #ifndef _LJ_FF_H |
diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index 308322517..c258aee11 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Fast function call recorder. | 2 | ** Fast function call recorder. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_ffrecord_c | 6 | #define lj_ffrecord_c |
diff --git a/src/lj_ffrecord.h b/src/lj_ffrecord.h index f858ca29c..7a188beb2 100644 --- a/src/lj_ffrecord.h +++ b/src/lj_ffrecord.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Fast function call recorder. | 2 | ** Fast function call recorder. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_FFRECORD_H | 6 | #ifndef _LJ_FFRECORD_H |
diff --git a/src/lj_frame.h b/src/lj_frame.h index f98109849..697a61d92 100644 --- a/src/lj_frame.h +++ b/src/lj_frame.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Stack frames. | 2 | ** Stack frames. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_FRAME_H | 6 | #ifndef _LJ_FRAME_H |
diff --git a/src/lj_func.c b/src/lj_func.c index eb8a9dbbf..431a56d76 100644 --- a/src/lj_func.c +++ b/src/lj_func.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Function handling (prototypes, functions and upvalues). | 2 | ** Function handling (prototypes, functions and upvalues). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_func.h b/src/lj_func.h index a6e534e77..e0c3c555e 100644 --- a/src/lj_func.h +++ b/src/lj_func.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Function handling (prototypes, functions and upvalues). | 2 | ** Function handling (prototypes, functions and upvalues). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_FUNC_H | 6 | #ifndef _LJ_FUNC_H |
diff --git a/src/lj_gc.c b/src/lj_gc.c index b498abaa8..c5ff1f049 100644 --- a/src/lj_gc.c +++ b/src/lj_gc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Garbage collector. | 2 | ** Garbage collector. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_gc.h b/src/lj_gc.h index ba061bc5d..6b705961d 100644 --- a/src/lj_gc.h +++ b/src/lj_gc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Garbage collector. | 2 | ** Garbage collector. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_GC_H | 6 | #ifndef _LJ_GC_H |
diff --git a/src/lj_gdbjit.c b/src/lj_gdbjit.c index d3f3e6119..7d4de9c16 100644 --- a/src/lj_gdbjit.c +++ b/src/lj_gdbjit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Client for the GDB JIT API. | 2 | ** Client for the GDB JIT API. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_gdbjit_c | 6 | #define lj_gdbjit_c |
diff --git a/src/lj_gdbjit.h b/src/lj_gdbjit.h index 49c586301..1043bc698 100644 --- a/src/lj_gdbjit.h +++ b/src/lj_gdbjit.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Client for the GDB JIT API. | 2 | ** Client for the GDB JIT API. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_GDBJIT_H | 6 | #ifndef _LJ_GDBJIT_H |
diff --git a/src/lj_ir.c b/src/lj_ir.c index 439f3fc34..5e555fc35 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** SSA IR (Intermediate Representation) emitter. | 2 | ** SSA IR (Intermediate Representation) emitter. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_ir_c | 6 | #define lj_ir_c |
diff --git a/src/lj_ir.h b/src/lj_ir.h index 8126482e8..b245d1b87 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** SSA IR (Intermediate Representation) format. | 2 | ** SSA IR (Intermediate Representation) format. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_IR_H | 6 | #ifndef _LJ_IR_H |
diff --git a/src/lj_ircall.h b/src/lj_ircall.h index 893dac2f8..916df462d 100644 --- a/src/lj_ircall.h +++ b/src/lj_ircall.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** IR CALL* instruction definitions. | 2 | ** IR CALL* instruction definitions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_IRCALL_H | 6 | #ifndef _LJ_IRCALL_H |
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 4e424e700..1836e1b01 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Common header for IR emitter and optimizations. | 2 | ** Common header for IR emitter and optimizations. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_IROPT_H | 6 | #ifndef _LJ_IROPT_H |
diff --git a/src/lj_jit.h b/src/lj_jit.h index eb7654770..9b66c5655 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Common definitions for the JIT compiler. | 2 | ** Common definitions for the JIT compiler. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_JIT_H | 6 | #ifndef _LJ_JIT_H |
diff --git a/src/lj_lex.c b/src/lj_lex.c index e1dc3cdfd..7ad40f16c 100644 --- a/src/lj_lex.c +++ b/src/lj_lex.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Lexical analyzer. | 2 | ** Lexical analyzer. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_lex.h b/src/lj_lex.h index fe0176864..0c6163080 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Lexical analyzer. | 2 | ** Lexical analyzer. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_LEX_H | 6 | #ifndef _LJ_LEX_H |
diff --git a/src/lj_lib.c b/src/lj_lib.c index 856685ee3..45ea5d05d 100644 --- a/src/lj_lib.c +++ b/src/lj_lib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Library function support. | 2 | ** Library function support. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_lib_c | 6 | #define lj_lib_c |
diff --git a/src/lj_lib.h b/src/lj_lib.h index 9320f34fd..a2d5437ab 100644 --- a/src/lj_lib.h +++ b/src/lj_lib.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Library function support. | 2 | ** Library function support. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_LIB_H | 6 | #ifndef _LJ_LIB_H |
diff --git a/src/lj_load.c b/src/lj_load.c index ff7b85117..5a55b7160 100644 --- a/src/lj_load.c +++ b/src/lj_load.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Load and dump code. | 2 | ** Load and dump code. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include <errno.h> | 6 | #include <errno.h> |
diff --git a/src/lj_mcode.c b/src/lj_mcode.c index d95ebeb1f..3eaee0546 100644 --- a/src/lj_mcode.c +++ b/src/lj_mcode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Machine code management. | 2 | ** Machine code management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_mcode_c | 6 | #define lj_mcode_c |
diff --git a/src/lj_mcode.h b/src/lj_mcode.h index ee6045234..503e00197 100644 --- a/src/lj_mcode.h +++ b/src/lj_mcode.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Machine code management. | 2 | ** Machine code management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_MCODE_H | 6 | #ifndef _LJ_MCODE_H |
diff --git a/src/lj_meta.c b/src/lj_meta.c index faaaf7026..521b969f5 100644 --- a/src/lj_meta.c +++ b/src/lj_meta.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Metamethod handling. | 2 | ** Metamethod handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_meta.h b/src/lj_meta.h index 2c1ad0dd9..32636984e 100644 --- a/src/lj_meta.h +++ b/src/lj_meta.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Metamethod handling. | 2 | ** Metamethod handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_META_H | 6 | #ifndef _LJ_META_H |
diff --git a/src/lj_obj.c b/src/lj_obj.c index 7fab714e5..8a3933168 100644 --- a/src/lj_obj.c +++ b/src/lj_obj.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Miscellaneous object handling. | 2 | ** Miscellaneous object handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_obj_c | 6 | #define lj_obj_c |
diff --git a/src/lj_obj.h b/src/lj_obj.h index 6e8381cba..5ab978906 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT VM tags, values and objects. | 2 | ** LuaJIT VM tags, values and objects. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_opt_dce.c b/src/lj_opt_dce.c index 7f1faafe6..e5a096af5 100644 --- a/src/lj_opt_dce.c +++ b/src/lj_opt_dce.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE. | 2 | ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_opt_dce_c | 6 | #define lj_opt_dce_c |
diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c index d00fdd56f..cee9776ad 100644 --- a/src/lj_opt_fold.c +++ b/src/lj_opt_fold.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. | 2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. |
| 3 | ** ABCelim: Array Bounds Check Elimination. | 3 | ** ABCelim: Array Bounds Check Elimination. |
| 4 | ** CSE: Common-Subexpression Elimination. | 4 | ** CSE: Common-Subexpression Elimination. |
| 5 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 5 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #define lj_opt_fold_c | 8 | #define lj_opt_fold_c |
diff --git a/src/lj_opt_loop.c b/src/lj_opt_loop.c index b7d1923ed..51fc13637 100644 --- a/src/lj_opt_loop.c +++ b/src/lj_opt_loop.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LOOP: Loop Optimizations. | 2 | ** LOOP: Loop Optimizations. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_opt_loop_c | 6 | #define lj_opt_loop_c |
diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c index a4d96fc0f..17c33dfd1 100644 --- a/src/lj_opt_mem.c +++ b/src/lj_opt_mem.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ** AA: Alias Analysis using high-level semantic disambiguation. | 3 | ** AA: Alias Analysis using high-level semantic disambiguation. |
| 4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). | 4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). |
| 5 | ** DSE: Dead-Store Elimination. | 5 | ** DSE: Dead-Store Elimination. |
| 6 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 6 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #define lj_opt_mem_c | 9 | #define lj_opt_mem_c |
diff --git a/src/lj_opt_narrow.c b/src/lj_opt_narrow.c index fb647189b..b1ab5ba8e 100644 --- a/src/lj_opt_narrow.c +++ b/src/lj_opt_narrow.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** NARROW: Narrowing of numbers to integers (double to int32_t). | 2 | ** NARROW: Narrowing of numbers to integers (double to int32_t). |
| 3 | ** STRIPOV: Stripping of overflow checks. | 3 | ** STRIPOV: Stripping of overflow checks. |
| 4 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 4 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #define lj_opt_narrow_c | 7 | #define lj_opt_narrow_c |
| @@ -501,8 +501,7 @@ TRef LJ_FASTCALL lj_opt_narrow_cindex(jit_State *J, TRef tr) | |||
| 501 | { | 501 | { |
| 502 | lua_assert(tref_isnumber(tr)); | 502 | lua_assert(tref_isnumber(tr)); |
| 503 | if (tref_isnum(tr)) | 503 | if (tref_isnum(tr)) |
| 504 | return emitir(IRT(IR_CONV, IRT_INTP), tr, | 504 | return emitir(IRT(IR_CONV, IRT_INTP), tr, (IRT_INTP<<5)|IRT_NUM|IRCONV_ANY); |
| 505 | (IRT_INTP<<5)|IRT_NUM|IRCONV_TRUNC|IRCONV_ANY); | ||
| 506 | /* Undefined overflow semantics allow stripping of ADDOV, SUBOV and MULOV. */ | 505 | /* Undefined overflow semantics allow stripping of ADDOV, SUBOV and MULOV. */ |
| 507 | return narrow_stripov(J, tr, IR_MULOV, | 506 | return narrow_stripov(J, tr, IR_MULOV, |
| 508 | LJ_64 ? ((IRT_INTP<<5)|IRT_INT|IRCONV_SEXT) : | 507 | LJ_64 ? ((IRT_INTP<<5)|IRT_INT|IRCONV_SEXT) : |
diff --git a/src/lj_opt_sink.c b/src/lj_opt_sink.c index a98e9dfe3..975ee831d 100644 --- a/src/lj_opt_sink.c +++ b/src/lj_opt_sink.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** SINK: Allocation Sinking and Store Sinking. | 2 | ** SINK: Allocation Sinking and Store Sinking. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_opt_sink_c | 6 | #define lj_opt_sink_c |
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index 4a1b0a6e2..a5093bad3 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions. | 2 | ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_opt_split_c | 6 | #define lj_opt_split_c |
diff --git a/src/lj_parse.c b/src/lj_parse.c index abfac3c0c..2a601f1dc 100644 --- a/src/lj_parse.c +++ b/src/lj_parse.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Lua parser (source code -> bytecode). | 2 | ** Lua parser (source code -> bytecode). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_parse.h b/src/lj_parse.h index dc4fd405d..b383c8971 100644 --- a/src/lj_parse.h +++ b/src/lj_parse.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Lua parser (source code -> bytecode). | 2 | ** Lua parser (source code -> bytecode). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_PARSE_H | 6 | #ifndef _LJ_PARSE_H |
diff --git a/src/lj_record.c b/src/lj_record.c index 843108c85..1bb9461eb 100644 --- a/src/lj_record.c +++ b/src/lj_record.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace recorder (bytecode -> SSA IR). | 2 | ** Trace recorder (bytecode -> SSA IR). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_record_c | 6 | #define lj_record_c |
diff --git a/src/lj_record.h b/src/lj_record.h index c9f4882a9..3dfbda8f8 100644 --- a/src/lj_record.h +++ b/src/lj_record.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace recorder (bytecode -> SSA IR). | 2 | ** Trace recorder (bytecode -> SSA IR). |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_RECORD_H | 6 | #ifndef _LJ_RECORD_H |
diff --git a/src/lj_snap.c b/src/lj_snap.c index 50412bc48..788500afd 100644 --- a/src/lj_snap.c +++ b/src/lj_snap.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Snapshot handling. | 2 | ** Snapshot handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_snap_c | 6 | #define lj_snap_c |
diff --git a/src/lj_snap.h b/src/lj_snap.h index 9a125be7f..1d3379bc6 100644 --- a/src/lj_snap.h +++ b/src/lj_snap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Snapshot handling. | 2 | ** Snapshot handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_SNAP_H | 6 | #ifndef _LJ_SNAP_H |
diff --git a/src/lj_state.c b/src/lj_state.c index e654afaeb..95b606547 100644 --- a/src/lj_state.c +++ b/src/lj_state.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** State and stack handling. | 2 | ** State and stack handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_state.h b/src/lj_state.h index 687889a26..e128d3211 100644 --- a/src/lj_state.h +++ b/src/lj_state.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** State and stack handling. | 2 | ** State and stack handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_STATE_H | 6 | #ifndef _LJ_STATE_H |
diff --git a/src/lj_str.c b/src/lj_str.c index ca60bccb7..7b5b40bd8 100644 --- a/src/lj_str.c +++ b/src/lj_str.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** String handling. | 2 | ** String handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_str.h b/src/lj_str.h index 99697051d..86e32a795 100644 --- a/src/lj_str.h +++ b/src/lj_str.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** String handling. | 2 | ** String handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_STR_H | 6 | #ifndef _LJ_STR_H |
diff --git a/src/lj_strscan.c b/src/lj_strscan.c index 568f647d6..006fb7131 100644 --- a/src/lj_strscan.c +++ b/src/lj_strscan.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** String scanning. | 2 | ** String scanning. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include <math.h> | 6 | #include <math.h> |
diff --git a/src/lj_strscan.h b/src/lj_strscan.h index 776068936..b3ee9e528 100644 --- a/src/lj_strscan.h +++ b/src/lj_strscan.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** String scanning. | 2 | ** String scanning. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_STRSCAN_H | 6 | #ifndef _LJ_STRSCAN_H |
diff --git a/src/lj_tab.c b/src/lj_tab.c index a8062db7c..a38eabd8f 100644 --- a/src/lj_tab.c +++ b/src/lj_tab.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Table handling. | 2 | ** Table handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_tab.h b/src/lj_tab.h index f0d228eb2..156ddabb2 100644 --- a/src/lj_tab.h +++ b/src/lj_tab.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Table handling. | 2 | ** Table handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TAB_H | 6 | #ifndef _LJ_TAB_H |
diff --git a/src/lj_target.h b/src/lj_target.h index 1a242325f..f97d11979 100644 --- a/src/lj_target.h +++ b/src/lj_target.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Definitions for target CPU. | 2 | ** Definitions for target CPU. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TARGET_H | 6 | #ifndef _LJ_TARGET_H |
diff --git a/src/lj_target_arm.h b/src/lj_target_arm.h index 6d4d0aed0..7c4f49724 100644 --- a/src/lj_target_arm.h +++ b/src/lj_target_arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Definitions for ARM CPUs. | 2 | ** Definitions for ARM CPUs. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TARGET_ARM_H | 6 | #ifndef _LJ_TARGET_ARM_H |
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index 0ab140bf3..67f3c003b 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Definitions for MIPS CPUs. | 2 | ** Definitions for MIPS CPUs. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TARGET_MIPS_H | 6 | #ifndef _LJ_TARGET_MIPS_H |
diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h index 2caeeb044..15217f6e3 100644 --- a/src/lj_target_ppc.h +++ b/src/lj_target_ppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Definitions for PPC CPUs. | 2 | ** Definitions for PPC CPUs. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TARGET_PPC_H | 6 | #ifndef _LJ_TARGET_PPC_H |
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index d12a1b87c..05d9730e3 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Definitions for x86 and x64 CPUs. | 2 | ** Definitions for x86 and x64 CPUs. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TARGET_X86_H | 6 | #ifndef _LJ_TARGET_X86_H |
diff --git a/src/lj_trace.c b/src/lj_trace.c index 7d1b09366..5df844149 100644 --- a/src/lj_trace.c +++ b/src/lj_trace.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace management. | 2 | ** Trace management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_trace_c | 6 | #define lj_trace_c |
diff --git a/src/lj_trace.h b/src/lj_trace.h index 4fbe5cf25..36bae8960 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace management. | 2 | ** Trace management. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_TRACE_H | 6 | #ifndef _LJ_TRACE_H |
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index 150ac2db2..dc25675d5 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Trace compiler error messages. | 2 | ** Trace compiler error messages. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* This file may be included multiple times with different TREDEF macros. */ | 6 | /* This file may be included multiple times with different TREDEF macros. */ |
diff --git a/src/lj_udata.c b/src/lj_udata.c index d401a3d8e..71697a42f 100644 --- a/src/lj_udata.c +++ b/src/lj_udata.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Userdata handling. | 2 | ** Userdata handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_udata_c | 6 | #define lj_udata_c |
diff --git a/src/lj_udata.h b/src/lj_udata.h index 676e970f4..81c15816d 100644 --- a/src/lj_udata.h +++ b/src/lj_udata.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Userdata handling. | 2 | ** Userdata handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_UDATA_H | 6 | #ifndef _LJ_UDATA_H |
diff --git a/src/lj_vm.h b/src/lj_vm.h index 036cabc57..92f65ee0a 100644 --- a/src/lj_vm.h +++ b/src/lj_vm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Assembler VM interface definitions. | 2 | ** Assembler VM interface definitions. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_VM_H | 6 | #ifndef _LJ_VM_H |
diff --git a/src/lj_vmevent.c b/src/lj_vmevent.c index 81fe47d4d..fae18af07 100644 --- a/src/lj_vmevent.c +++ b/src/lj_vmevent.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** VM event handling. | 2 | ** VM event handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include <stdio.h> | 6 | #include <stdio.h> |
diff --git a/src/lj_vmevent.h b/src/lj_vmevent.h index 231e00ecd..b9495b4f9 100644 --- a/src/lj_vmevent.h +++ b/src/lj_vmevent.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** VM event handling. | 2 | ** VM event handling. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LJ_VMEVENT_H | 6 | #ifndef _LJ_VMEVENT_H |
diff --git a/src/lj_vmmath.c b/src/lj_vmmath.c index 31c6029fc..f40be1e40 100644 --- a/src/lj_vmmath.c +++ b/src/lj_vmmath.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Math helper functions for assembler VM. | 2 | ** Math helper functions for assembler VM. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define lj_vmmath_c | 6 | #define lj_vmmath_c |
diff --git a/src/ljamalg.c b/src/ljamalg.c index 9b237b7e9..7376c1501 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT core and libraries amalgamation. | 2 | ** LuaJIT core and libraries amalgamation. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
diff --git a/src/luaconf.h b/src/luaconf.h index 84fa64187..6d9bbaa98 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Configuration header. | 2 | ** Configuration header. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef luaconf_h | 6 | #ifndef luaconf_h |
diff --git a/src/luajit.c b/src/luajit.c index 85d713fb4..7c562b399 100644 --- a/src/luajit.c +++ b/src/luajit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc. | 2 | ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | ** | 4 | ** |
| 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
| 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/luajit.h b/src/luajit.h index 9ced18eb8..e7adbab61 100644 --- a/src/luajit.h +++ b/src/luajit.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
| 3 | ** | 3 | ** |
| 4 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 4 | ** Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
| 5 | ** | 5 | ** |
| 6 | ** Permission is hereby granted, free of charge, to any person obtaining | 6 | ** Permission is hereby granted, free of charge, to any person obtaining |
| 7 | ** a copy of this software and associated documentation files (the | 7 | ** a copy of this software and associated documentation files (the |
| @@ -33,7 +33,7 @@ | |||
| 33 | #define LUAJIT_VERSION "LuaJIT 2.0.4" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.4" |
| 34 | #define LUAJIT_VERSION_NUM 20004 /* Version 2.0.4 = 02.00.04. */ | 34 | #define LUAJIT_VERSION_NUM 20004 /* Version 2.0.4 = 02.00.04. */ |
| 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_4 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_4 |
| 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2015 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2016 Mike Pall" |
| 37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
| 38 | 38 | ||
| 39 | /* Modes for luaJIT_setmode. */ | 39 | /* Modes for luaJIT_setmode. */ |
diff --git a/src/lualib.h b/src/lualib.h index 96530e79a..3a549555f 100644 --- a/src/lualib.h +++ b/src/lualib.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Standard library header. | 2 | ** Standard library header. |
| 3 | ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef _LUALIB_H | 6 | #ifndef _LUALIB_H |
diff --git a/src/msvcbuild.bat b/src/msvcbuild.bat index 4b501855a..e67d422e0 100644 --- a/src/msvcbuild.bat +++ b/src/msvcbuild.bat | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @rem Script to build LuaJIT with MSVC. | 1 | @rem Script to build LuaJIT with MSVC. |
| 2 | @rem Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 2 | @rem Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 3 | @rem | 3 | @rem |
| 4 | @rem Either open a "Visual Studio .NET Command Prompt" | 4 | @rem Either open a "Visual Studio .NET Command Prompt" |
| 5 | @rem (Note that the Express Edition does not contain an x64 compiler) | 5 | @rem (Note that the Express Edition does not contain an x64 compiler) |
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc index 457efa63c..2f431caf7 100644 --- a/src/vm_arm.dasc +++ b/src/vm_arm.dasc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |// Low-level VM code for ARM CPUs. | 1 | |// Low-level VM code for ARM CPUs. |
| 2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
| 3 | |// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | | | 4 | | |
| 5 | |.arch arm | 5 | |.arch arm |
| 6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index ac8346bbd..3a300d366 100644 --- a/src/vm_mips.dasc +++ b/src/vm_mips.dasc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |// Low-level VM code for MIPS CPUs. | 1 | |// Low-level VM code for MIPS CPUs. |
| 2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
| 3 | |// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | | | 4 | | |
| 5 | |.arch mips | 5 | |.arch mips |
| 6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index ad8a023e4..ae95d8608 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |// Low-level VM code for PowerPC CPUs. | 1 | |// Low-level VM code for PowerPC CPUs. |
| 2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
| 3 | |// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | | | 4 | | |
| 5 | |.arch ppc | 5 | |.arch ppc |
| 6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/vm_ppcspe.dasc b/src/vm_ppcspe.dasc index 53ea2d965..002837f8f 100644 --- a/src/vm_ppcspe.dasc +++ b/src/vm_ppcspe.dasc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |// Low-level VM code for PowerPC/e500 CPUs. | 1 | |// Low-level VM code for PowerPC/e500 CPUs. |
| 2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
| 3 | |// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | | | 4 | | |
| 5 | |.arch ppc | 5 | |.arch ppc |
| 6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 129ab0003..d2563285e 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |// Low-level VM code for x86 CPUs. | 1 | |// Low-level VM code for x86 CPUs. |
| 2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
| 3 | |// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |
| 4 | | | 4 | | |
| 5 | |.if P64 | 5 | |.if P64 |
| 6 | |.arch x64 | 6 | |.arch x64 |
