diff options
176 files changed, 193 insertions, 193 deletions
@@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ -Copyright (C) 2005-2020 Mike Pall. All rights reserved. +Copyright (C) 2005-2021 Mike Pall. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -10,7 +10,7 @@ # For MSVC, please follow the instructions given in src/msvcbuild.bat. # For MinGW and Cygwin, cd to src and run make with the Makefile there. # -# Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 @@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: https://luajit.org/ -LuaJIT is Copyright (C) 2005-2020 Mike Pall. +LuaJIT is Copyright (C) 2005-2021 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 13ee876f..0b385cee 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2020 Mike Pall. +/* Copyright (C) 2004-2021 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/doc/bluequad.css b/doc/bluequad.css index 978719e8..86cd9ac0 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2020 Mike Pall. +/* Copyright (C) 2004-2021 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/doc/contact.html b/doc/contact.html index 3940feed..ba45a03a 100644 --- a/doc/contact.html +++ b/doc/contact.html @@ -3,7 +3,7 @@ <head> <title>Contact</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -85,7 +85,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") <h2>Copyright</h2> <p> All documentation is -Copyright © 2005-2020 Mike Pall. +Copyright © 2005-2021 Mike Pall. </p> @@ -93,7 +93,7 @@ Copyright © 2005-2020 Mike Pall. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 18558995..ea33c701 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html @@ -3,7 +3,7 @@ <head> <title>Lua/C API Extensions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -171,7 +171,7 @@ Also note that this mechanism is not without overhead. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 6b846c41..654d4980 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html @@ -3,7 +3,7 @@ <head> <title>FFI Library</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -314,7 +314,7 @@ without undue conversion penalties. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 5683289a..a2af25df 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html @@ -3,7 +3,7 @@ <head> <title>ffi.* API Functions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -550,7 +550,7 @@ named <tt>i</tt>. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index c95407b7..e42d1a97 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -3,7 +3,7 @@ <head> <title>FFI Semantics</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -1229,7 +1229,7 @@ compiled.</li> </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 6ba76dc2..a5235186 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html @@ -3,7 +3,7 @@ <head> <title>FFI Tutorial</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -585,7 +585,7 @@ it to a local variable in the function scope is unnecessary. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_jit.html b/doc/ext_jit.html index c9fcb9cc..93240fda 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html @@ -3,7 +3,7 @@ <head> <title>jit.* Library</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -183,7 +183,7 @@ if you want to know more. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/extensions.html b/doc/extensions.html index 9d37cf0e..306943b7 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -3,7 +3,7 @@ <head> <title>Extensions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -396,7 +396,7 @@ lead to the termination of the process.</li> </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/faq.html b/doc/faq.html index 843480fc..c7e8e979 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -3,7 +3,7 @@ <head> <title>Frequently Asked Questions (FAQ)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -173,7 +173,7 @@ actively developed branches.</dd> </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/install.html b/doc/install.html index 6110450c..6005409e 100644 --- a/doc/install.html +++ b/doc/install.html @@ -3,7 +3,7 @@ <head> <title>Installation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -556,7 +556,7 @@ to me (the upstream) and not you (the package maintainer), anyway. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/luajit.html b/doc/luajit.html index d5b1c1e6..42f32750 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -3,7 +3,7 @@ <head> <title>LuaJIT</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -144,7 +144,7 @@ Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language. </p> <p> -LuaJIT is Copyright © 2005-2020 Mike Pall, released under the +LuaJIT is Copyright © 2005-2021 Mike Pall, released under the <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. </p> <p> @@ -218,7 +218,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/running.html b/doc/running.html index 07fa0099..6d819316 100644 --- a/doc/running.html +++ b/doc/running.html @@ -3,7 +3,7 @@ <head> <title>Running LuaJIT</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -290,7 +290,7 @@ Here are the parameters and their default settings: </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/status.html b/doc/status.html index d28d7eb5..4ab20dd3 100644 --- a/doc/status.html +++ b/doc/status.html @@ -3,7 +3,7 @@ <head> <title>Status</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Copyright" content="Copyright (C) 2005-2020"> +<meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> @@ -99,7 +99,7 @@ handled correctly. The error may fall through an on-trace </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2020 +Copyright © 2005-2021 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index b0df914e..a7295663 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h @@ -1,6 +1,6 @@ /* ** DynASM ARM encoding engine. -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_arm.lua b/dynasm/dasm_arm.lua index 21fb5022..ffa8ae82 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM ARM module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dasm_mips.h b/dynasm/dasm_mips.h index 1b309edd..e942b69a 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h @@ -1,6 +1,6 @@ /* ** DynASM MIPS encoding engine. -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua index 9ef280e3..b2b43bd1 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM MIPS module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h index 699d5c31..d276bea3 100644 --- a/dynasm/dasm_ppc.h +++ b/dynasm/dasm_ppc.h @@ -1,6 +1,6 @@ /* ** DynASM PPC encoding engine. -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua index 05981760..ad5f38a5 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM PPC module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index a7278e85..8ed23ce8 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h @@ -1,6 +1,6 @@ /* ** DynASM encoding engine prototypes. -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_x64.lua b/dynasm/dasm_x64.lua index 916d1d14..2c0a0e86 100644 --- a/dynasm/dasm_x64.lua +++ b/dynasm/dasm_x64.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM x64 module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- 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 feb84c14..c519907d 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h @@ -1,6 +1,6 @@ /* ** DynASM x86 encoding engine. -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua index 13aa68ff..c08e980a 100644 --- a/dynasm/dasm_x86.lua +++ b/dynasm/dasm_x86.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM x86/x64 module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index e33a99be..6f85bb06 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua @@ -2,7 +2,7 @@ -- DynASM. A dynamic assembler for code generation engines. -- Originally designed and implemented for LuaJIT. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- See below for full copyright notice. ------------------------------------------------------------------------------ @@ -17,7 +17,7 @@ local _info = { url = "https://luajit.org/dynasm.html", license = "MIT", copyright = [[ -Copyright (C) 2005-2020 Mike Pall. All rights reserved. +Copyright (C) 2005-2021 Mike Pall. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/etc/luajit.1 b/etc/luajit.1 index 82097094..2846d073 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" Runs some nested loops and shows the resulting traces. .SH COPYRIGHT .PP -\fBLuaJIT\fR is Copyright \(co 2005-2020 Mike Pall. +\fBLuaJIT\fR is Copyright \(co 2005-2021 Mike Pall. .br \fBLuaJIT\fR is open source software, released under the MIT license. .SH SEE ALSO diff --git a/src/Makefile b/src/Makefile index ce1537a8..384614f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ # Also works with MinGW and Cygwin on Windows. # Please check msvcbuild.bat for building with MSVC on Windows. # -# Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 diff --git a/src/host/buildvm.c b/src/host/buildvm.c index 05e0dbdb..51222999 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** This is a tool to build the hand-tuned assembler code required for ** LuaJIT's bytecode interpreter. It supports a variety of output formats diff --git a/src/host/buildvm.h b/src/host/buildvm.h index a440cfc3..25750150 100644 --- a/src/host/buildvm.h +++ b/src/host/buildvm.h @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _BUILDVM_H diff --git a/src/host/buildvm_asm.c b/src/host/buildvm_asm.c index 2cb7d451..5e3fe021 100644 --- a/src/host/buildvm_asm.c +++ b/src/host/buildvm_asm.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder: Assembler source code emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "buildvm.h" diff --git a/src/host/buildvm_fold.c b/src/host/buildvm_fold.c index 65e19e26..02b51c4e 100644 --- a/src/host/buildvm_fold.c +++ b/src/host/buildvm_fold.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder: IR folding hash table generator. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "buildvm.h" diff --git a/src/host/buildvm_lib.c b/src/host/buildvm_lib.c index 3c64626c..3d6f8153 100644 --- a/src/host/buildvm_lib.c +++ b/src/host/buildvm_lib.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder: library definition compiler. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "buildvm.h" diff --git a/src/host/buildvm_peobj.c b/src/host/buildvm_peobj.c index 876b0add..e390d31d 100644 --- a/src/host/buildvm_peobj.c +++ b/src/host/buildvm_peobj.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder: PE object emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Only used for building on Windows, since we cannot assume the presence ** 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 c23e2365..c05ed63c 100644 --- a/src/host/genminilua.lua +++ b/src/host/genminilua.lua @@ -2,7 +2,7 @@ -- Lua script to generate a customized, minified version of Lua. -- The resulting 'minilua' is used for the build process of LuaJIT. ---------------------------------------------------------------------------- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- diff --git a/src/jit/bc.lua b/src/jit/bc.lua index 7ca4c61c..37c4d3f6 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT bytecode listing module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index 58351c16..73654297 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT module to save/list bytecode. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/jit/dis_arm.lua b/src/jit/dis_arm.lua index 152d91bb..cd3acbd7 100644 --- a/src/jit/dis_arm.lua +++ b/src/jit/dis_arm.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT ARM disassembler module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 c720b537..8f5734ed 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS disassembler module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT/X license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 a2d05690..5f3e1402 100644 --- a/src/jit/dis_mipsel.lua +++ b/src/jit/dis_mipsel.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPSEL disassembler wrapper module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 dfc6cbce..eda1c4f9 100644 --- a/src/jit/dis_ppc.lua +++ b/src/jit/dis_ppc.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT PPC disassembler module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT/X license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 1027b5a1..9222c1d9 100644 --- a/src/jit/dis_x64.lua +++ b/src/jit/dis_x64.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT x64 disassembler wrapper module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 9246820d..f804476b 100644 --- a/src/jit/dis_x86.lua +++ b/src/jit/dis_x86.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT x86/x64 disassembler module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- 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 cbf0bdd9..e7f694d6 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT compiler dump module. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/jit/v.lua b/src/jit/v.lua index 9696f67f..a39bd203 100644 --- a/src/jit/v.lua +++ b/src/jit/v.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- Verbose mode of the LuaJIT compiler. -- --- Copyright (C) 2005-2020 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2021 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/lib_aux.c b/src/lib_aux.c index f29ca848..dde6b433 100644 --- a/src/lib_aux.c +++ b/src/lib_aux.c @@ -1,6 +1,6 @@ /* ** Auxiliary library for the Lua/C API. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major parts taken verbatim or adapted from the Lua interpreter. ** 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 f3388798..acdec16d 100644 --- a/src/lib_base.c +++ b/src/lib_base.c @@ -1,6 +1,6 @@ /* ** Base and coroutine library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 c374d7a0..553beed8 100644 --- a/src/lib_bit.c +++ b/src/lib_bit.c @@ -1,6 +1,6 @@ /* ** Bit manipulation library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lib_bit_c diff --git a/src/lib_debug.c b/src/lib_debug.c index 07262830..b25f26cf 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c @@ -1,6 +1,6 @@ /* ** Debug library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 c7a26f56..4c86c1e1 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c @@ -1,6 +1,6 @@ /* ** FFI library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lib_ffi_c diff --git a/src/lib_init.c b/src/lib_init.c index 15ac3562..56e0619a 100644 --- a/src/lib_init.c +++ b/src/lib_init.c @@ -1,6 +1,6 @@ /* ** Library initialization. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major parts taken verbatim from the Lua interpreter. ** 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 f13cf048..c84b14b0 100644 --- a/src/lib_io.c +++ b/src/lib_io.c @@ -1,6 +1,6 @@ /* ** I/O library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 6e98229e..bc7a4621 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c @@ -1,6 +1,6 @@ /* ** JIT library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lib_jit_c diff --git a/src/lib_math.c b/src/lib_math.c index 9d324d7e..4c2c7753 100644 --- a/src/lib_math.c +++ b/src/lib_math.c @@ -1,6 +1,6 @@ /* ** Math library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include <math.h> diff --git a/src/lib_os.c b/src/lib_os.c index a8e1708f..a5888eba 100644 --- a/src/lib_os.c +++ b/src/lib_os.c @@ -1,6 +1,6 @@ /* ** OS library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 f5ba3cbc..b0274370 100644 --- a/src/lib_package.c +++ b/src/lib_package.c @@ -1,6 +1,6 @@ /* ** Package library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 d0b79160..e534326a 100644 --- a/src/lib_string.c +++ b/src/lib_string.c @@ -1,6 +1,6 @@ /* ** String library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 9842513b..5471bc01 100644 --- a/src/lib_table.c +++ b/src/lib_table.c @@ -1,6 +1,6 @@ /* ** Table library. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 1a34a774..933bffb9 100644 --- a/src/lj_api.c +++ b/src/lj_api.c @@ -1,6 +1,6 @@ /* ** Public Lua/C API. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 320ccf97..8959c4f9 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h @@ -1,6 +1,6 @@ /* ** Target architecture selection. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_ARCH_H diff --git a/src/lj_asm.c b/src/lj_asm.c index 60be4337..aa19087d 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c @@ -1,6 +1,6 @@ /* ** IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_asm_c diff --git a/src/lj_asm.h b/src/lj_asm.h index c7524da5..624da844 100644 --- a/src/lj_asm.h +++ b/src/lj_asm.h @@ -1,6 +1,6 @@ /* ** IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_ASM_H diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h index e884df5e..68327c38 100644 --- a/src/lj_asm_arm.h +++ b/src/lj_asm_arm.h @@ -1,6 +1,6 @@ /* ** ARM IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Register allocator extensions --------------------------------------- */ diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 22031d11..b55596e6 100644 --- a/src/lj_asm_mips.h +++ b/src/lj_asm_mips.h @@ -1,6 +1,6 @@ /* ** MIPS IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Register allocator extensions --------------------------------------- */ diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h index 32546c78..8f91d7ce 100644 --- a/src/lj_asm_ppc.h +++ b/src/lj_asm_ppc.h @@ -1,6 +1,6 @@ /* ** PPC IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Register allocator extensions --------------------------------------- */ diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 9b61b397..7b75a66e 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h @@ -1,6 +1,6 @@ /* ** x86/x64 IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Guard handling ------------------------------------------------------ */ diff --git a/src/lj_bc.c b/src/lj_bc.c index 48ba041e..16c22dc3 100644 --- a/src/lj_bc.c +++ b/src/lj_bc.c @@ -1,6 +1,6 @@ /* ** Bytecode instruction modes. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bc_c diff --git a/src/lj_bc.h b/src/lj_bc.h index 8fd7a2ed..b78c5147 100644 --- a/src/lj_bc.h +++ b/src/lj_bc.h @@ -1,6 +1,6 @@ /* ** Bytecode instruction format. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_BC_H diff --git a/src/lj_bcdump.h b/src/lj_bcdump.h index ad564619..08e44573 100644 --- a/src/lj_bcdump.h +++ b/src/lj_bcdump.h @@ -1,6 +1,6 @@ /* ** Bytecode dump definitions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_BCDUMP_H diff --git a/src/lj_bcread.c b/src/lj_bcread.c index b88794eb..0d3c8a75 100644 --- a/src/lj_bcread.c +++ b/src/lj_bcread.c @@ -1,6 +1,6 @@ /* ** Bytecode reader. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bcread_c diff --git a/src/lj_bcwrite.c b/src/lj_bcwrite.c index f57fcfd6..41b4e10e 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c @@ -1,6 +1,6 @@ /* ** Bytecode writer. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bcwrite_c diff --git a/src/lj_carith.c b/src/lj_carith.c index 530d5ddb..3eaa9322 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c @@ -1,6 +1,6 @@ /* ** C data arithmetic. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_carith.h b/src/lj_carith.h index 207809df..119291b4 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h @@ -1,6 +1,6 @@ /* ** C data arithmetic. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CARITH_H diff --git a/src/lj_ccall.c b/src/lj_ccall.c index fe1e0a3a..da7fa459 100644 --- a/src/lj_ccall.c +++ b/src/lj_ccall.c @@ -1,6 +1,6 @@ /* ** FFI C call handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_ccall.h b/src/lj_ccall.h index 5f6d5101..385a5190 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h @@ -1,6 +1,6 @@ /* ** FFI C call handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CCALL_H diff --git a/src/lj_ccallback.c b/src/lj_ccallback.c index 26377f82..3514fc22 100644 --- a/src/lj_ccallback.c +++ b/src/lj_ccallback.c @@ -1,6 +1,6 @@ /* ** FFI C callback handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_ccallback.h b/src/lj_ccallback.h index 29eb462b..9506ce42 100644 --- a/src/lj_ccallback.h +++ b/src/lj_ccallback.h @@ -1,6 +1,6 @@ /* ** FFI C callback handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CCALLBACK_H diff --git a/src/lj_cconv.c b/src/lj_cconv.c index 99776b0e..9c1ecdf5 100644 --- a/src/lj_cconv.c +++ b/src/lj_cconv.c @@ -1,6 +1,6 @@ /* ** C type conversions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_cconv.h b/src/lj_cconv.h index 2fd5a71c..214d6122 100644 --- a/src/lj_cconv.h +++ b/src/lj_cconv.h @@ -1,6 +1,6 @@ /* ** C type conversions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CCONV_H diff --git a/src/lj_cdata.c b/src/lj_cdata.c index 4aeb0ce3..52bb07b4 100644 --- a/src/lj_cdata.c +++ b/src/lj_cdata.c @@ -1,6 +1,6 @@ /* ** C data management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_cdata.h b/src/lj_cdata.h index 2ce90bdf..4623c525 100644 --- a/src/lj_cdata.h +++ b/src/lj_cdata.h @@ -1,6 +1,6 @@ /* ** C data management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CDATA_H diff --git a/src/lj_clib.c b/src/lj_clib.c index df20aca3..6a443ac5 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c @@ -1,6 +1,6 @@ /* ** FFI C library loader. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_clib.h b/src/lj_clib.h index afaaa458..848543d5 100644 --- a/src/lj_clib.h +++ b/src/lj_clib.h @@ -1,6 +1,6 @@ /* ** FFI C library loader. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CLIB_H diff --git a/src/lj_cparse.c b/src/lj_cparse.c index 50bb76ad..ef705cb0 100644 --- a/src/lj_cparse.c +++ b/src/lj_cparse.c @@ -1,6 +1,6 @@ /* ** C declaration parser. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_cparse.h b/src/lj_cparse.h index 87eb3ff4..81aa3839 100644 --- a/src/lj_cparse.h +++ b/src/lj_cparse.h @@ -1,6 +1,6 @@ /* ** C declaration parser. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CPARSE_H diff --git a/src/lj_crecord.c b/src/lj_crecord.c index 0287b95b..70305069 100644 --- a/src/lj_crecord.c +++ b/src/lj_crecord.c @@ -1,6 +1,6 @@ /* ** Trace recorder for C data operations. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_ffrecord_c diff --git a/src/lj_crecord.h b/src/lj_crecord.h index 941c8adb..ed6a6254 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h @@ -1,6 +1,6 @@ /* ** Trace recorder for C data operations. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CRECORD_H diff --git a/src/lj_ctype.c b/src/lj_ctype.c index a338e8e6..d2845f6f 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c @@ -1,6 +1,6 @@ /* ** C type management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include "lj_obj.h" diff --git a/src/lj_ctype.h b/src/lj_ctype.h index 8066214f..9f251d88 100644 --- a/src/lj_ctype.h +++ b/src/lj_ctype.h @@ -1,6 +1,6 @@ /* ** C type management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_CTYPE_H diff --git a/src/lj_debug.c b/src/lj_debug.c index 6863cffd..e34442b7 100644 --- a/src/lj_debug.c +++ b/src/lj_debug.c @@ -1,6 +1,6 @@ /* ** Debugging and introspection. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_debug_c diff --git a/src/lj_debug.h b/src/lj_debug.h index 43fb9c19..7559e3f2 100644 --- a/src/lj_debug.h +++ b/src/lj_debug.h @@ -1,6 +1,6 @@ /* ** Debugging and introspection. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_DEBUG_H diff --git a/src/lj_def.h b/src/lj_def.h index b5e26d69..85997745 100644 --- a/src/lj_def.h +++ b/src/lj_def.h @@ -1,6 +1,6 @@ /* ** LuaJIT common internal definitions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_DEF_H diff --git a/src/lj_dispatch.c b/src/lj_dispatch.c index 644e9028..0c7225e6 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c @@ -1,6 +1,6 @@ /* ** Instruction dispatch handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_dispatch_c diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 372de014..a6eaf6a9 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h @@ -1,6 +1,6 @@ /* ** Instruction dispatch handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_DISPATCH_H diff --git a/src/lj_emit_arm.h b/src/lj_emit_arm.h index 6a136e51..224e1981 100644 --- a/src/lj_emit_arm.h +++ b/src/lj_emit_arm.h @@ -1,6 +1,6 @@ /* ** ARM instruction emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Constant encoding --------------------------------------------------- */ diff --git a/src/lj_emit_mips.h b/src/lj_emit_mips.h index f3dcd1dd..ff5a3fe2 100644 --- a/src/lj_emit_mips.h +++ b/src/lj_emit_mips.h @@ -1,6 +1,6 @@ /* ** MIPS instruction emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Emit basic instructions --------------------------------------------- */ diff --git a/src/lj_emit_ppc.h b/src/lj_emit_ppc.h index e993d294..6d8e97c3 100644 --- a/src/lj_emit_ppc.h +++ b/src/lj_emit_ppc.h @@ -1,6 +1,6 @@ /* ** PPC instruction emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Emit basic instructions --------------------------------------------- */ diff --git a/src/lj_emit_x86.h b/src/lj_emit_x86.h index 7bbc695b..079ef68e 100644 --- a/src/lj_emit_x86.h +++ b/src/lj_emit_x86.h @@ -1,6 +1,6 @@ /* ** x86/x64 instruction emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* -- Emit basic instructions --------------------------------------------- */ diff --git a/src/lj_err.c b/src/lj_err.c index ad3394df..76cd05ce 100644 --- a/src/lj_err.c +++ b/src/lj_err.c @@ -1,6 +1,6 @@ /* ** Error handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_err_c diff --git a/src/lj_err.h b/src/lj_err.h index 4ae637d4..770553fc 100644 --- a/src/lj_err.h +++ b/src/lj_err.h @@ -1,6 +1,6 @@ /* ** Error handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_ERR_H diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 35b5edd5..49aef429 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h @@ -1,6 +1,6 @@ /* ** VM error messages. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* This file may be included multiple times with different ERRDEF macros. */ diff --git a/src/lj_ff.h b/src/lj_ff.h index 7d9a5851..e355f44e 100644 --- a/src/lj_ff.h +++ b/src/lj_ff.h @@ -1,6 +1,6 @@ /* ** Fast function IDs. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_FF_H diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index 1d428590..ff6ecc51 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c @@ -1,6 +1,6 @@ /* ** Fast function call recorder. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_ffrecord_c diff --git a/src/lj_ffrecord.h b/src/lj_ffrecord.h index 9216519a..aca6ca1d 100644 --- a/src/lj_ffrecord.h +++ b/src/lj_ffrecord.h @@ -1,6 +1,6 @@ /* ** Fast function call recorder. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_FFRECORD_H diff --git a/src/lj_frame.h b/src/lj_frame.h index e78a28a5..2cb260d1 100644 --- a/src/lj_frame.h +++ b/src/lj_frame.h @@ -1,6 +1,6 @@ /* ** Stack frames. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_FRAME_H diff --git a/src/lj_func.c b/src/lj_func.c index 9afdb638..fce9b7b3 100644 --- a/src/lj_func.c +++ b/src/lj_func.c @@ -1,6 +1,6 @@ /* ** Function handling (prototypes, functions and upvalues). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** 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 24d8ef31..b864a5bf 100644 --- a/src/lj_func.h +++ b/src/lj_func.h @@ -1,6 +1,6 @@ /* ** Function handling (prototypes, functions and upvalues). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_FUNC_H diff --git a/src/lj_gc.c b/src/lj_gc.c index 86fcd6eb..ef3db6a5 100644 --- a/src/lj_gc.c +++ b/src/lj_gc.c @@ -1,6 +1,6 @@ /* ** Garbage collector. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 e42dbcf0..3f71e9b7 100644 --- a/src/lj_gc.h +++ b/src/lj_gc.h @@ -1,6 +1,6 @@ /* ** Garbage collector. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_GC_H diff --git a/src/lj_gdbjit.c b/src/lj_gdbjit.c index c2a9e901..78936288 100644 --- a/src/lj_gdbjit.c +++ b/src/lj_gdbjit.c @@ -1,6 +1,6 @@ /* ** Client for the GDB JIT API. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_gdbjit_c diff --git a/src/lj_gdbjit.h b/src/lj_gdbjit.h index c39eef68..53596c87 100644 --- a/src/lj_gdbjit.h +++ b/src/lj_gdbjit.h @@ -1,6 +1,6 @@ /* ** Client for the GDB JIT API. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_GDBJIT_H diff --git a/src/lj_ir.c b/src/lj_ir.c index 38f289cb..62c2cedd 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c @@ -1,6 +1,6 @@ /* ** SSA IR (Intermediate Representation) emitter. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_ir_c diff --git a/src/lj_ir.h b/src/lj_ir.h index ac51dc79..35c8e289 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h @@ -1,6 +1,6 @@ /* ** SSA IR (Intermediate Representation) format. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_IR_H diff --git a/src/lj_ircall.h b/src/lj_ircall.h index aae9adbb..13bc40dd 100644 --- a/src/lj_ircall.h +++ b/src/lj_ircall.h @@ -1,6 +1,6 @@ /* ** IR CALL* instruction definitions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_IRCALL_H diff --git a/src/lj_iropt.h b/src/lj_iropt.h index cf5b4d1f..06465842 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h @@ -1,6 +1,6 @@ /* ** Common header for IR emitter and optimizations. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_IROPT_H diff --git a/src/lj_jit.h b/src/lj_jit.h index 4a4b0b1b..9ccbb594 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h @@ -1,6 +1,6 @@ /* ** Common definitions for the JIT compiler. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_JIT_H diff --git a/src/lj_lex.c b/src/lj_lex.c index ca942583..5160cefd 100644 --- a/src/lj_lex.c +++ b/src/lj_lex.c @@ -1,6 +1,6 @@ /* ** Lexical analyzer. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 b1bc4876..40e797da 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h @@ -1,6 +1,6 @@ /* ** Lexical analyzer. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_LEX_H diff --git a/src/lj_lib.c b/src/lj_lib.c index 0c91a1c8..811d11fc 100644 --- a/src/lj_lib.c +++ b/src/lj_lib.c @@ -1,6 +1,6 @@ /* ** Library function support. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_lib_c diff --git a/src/lj_lib.h b/src/lj_lib.h index 754e7444..f149af9d 100644 --- a/src/lj_lib.h +++ b/src/lj_lib.h @@ -1,6 +1,6 @@ /* ** Library function support. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_LIB_H diff --git a/src/lj_load.c b/src/lj_load.c index ec6f0aba..6df19150 100644 --- a/src/lj_load.c +++ b/src/lj_load.c @@ -1,6 +1,6 @@ /* ** Load and dump code. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include <errno.h> diff --git a/src/lj_mcode.c b/src/lj_mcode.c index 02ade1d4..417fcb6f 100644 --- a/src/lj_mcode.c +++ b/src/lj_mcode.c @@ -1,6 +1,6 @@ /* ** Machine code management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_mcode_c diff --git a/src/lj_mcode.h b/src/lj_mcode.h index 2f31bf59..caaaec61 100644 --- a/src/lj_mcode.h +++ b/src/lj_mcode.h @@ -1,6 +1,6 @@ /* ** Machine code management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_MCODE_H diff --git a/src/lj_meta.c b/src/lj_meta.c index 6affc18b..e30a4148 100644 --- a/src/lj_meta.c +++ b/src/lj_meta.c @@ -1,6 +1,6 @@ /* ** Metamethod handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** 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 bd911e94..0e3f217a 100644 --- a/src/lj_meta.h +++ b/src/lj_meta.h @@ -1,6 +1,6 @@ /* ** Metamethod handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_META_H diff --git a/src/lj_obj.c b/src/lj_obj.c index 9cdce625..ba8e299d 100644 --- a/src/lj_obj.c +++ b/src/lj_obj.c @@ -1,6 +1,6 @@ /* ** Miscellaneous object handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_obj_c diff --git a/src/lj_obj.h b/src/lj_obj.h index 5c3c88fc..e6e55308 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h @@ -1,6 +1,6 @@ /* ** LuaJIT VM tags, values and objects. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** 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 31e5badd..d6b9e549 100644 --- a/src/lj_opt_dce.c +++ b/src/lj_opt_dce.c @@ -1,6 +1,6 @@ /* ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_dce_c diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c index 928d3852..e5929442 100644 --- a/src/lj_opt_fold.c +++ b/src/lj_opt_fold.c @@ -2,7 +2,7 @@ ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. ** ABCelim: Array Bounds Check Elimination. ** CSE: Common-Subexpression Elimination. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_fold_c diff --git a/src/lj_opt_loop.c b/src/lj_opt_loop.c index d5e1eb13..8fadce11 100644 --- a/src/lj_opt_loop.c +++ b/src/lj_opt_loop.c @@ -1,6 +1,6 @@ /* ** LOOP: Loop Optimizations. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_loop_c diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c index 5659a056..60f6574f 100644 --- a/src/lj_opt_mem.c +++ b/src/lj_opt_mem.c @@ -3,7 +3,7 @@ ** AA: Alias Analysis using high-level semantic disambiguation. ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). ** DSE: Dead-Store Elimination. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_mem_c diff --git a/src/lj_opt_narrow.c b/src/lj_opt_narrow.c index 28d3c255..d4732796 100644 --- a/src/lj_opt_narrow.c +++ b/src/lj_opt_narrow.c @@ -1,7 +1,7 @@ /* ** NARROW: Narrowing of numbers to integers (double to int32_t). ** STRIPOV: Stripping of overflow checks. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_narrow_c diff --git a/src/lj_opt_sink.c b/src/lj_opt_sink.c index df7f58af..9af35bea 100644 --- a/src/lj_opt_sink.c +++ b/src/lj_opt_sink.c @@ -1,6 +1,6 @@ /* ** SINK: Allocation Sinking and Store Sinking. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_sink_c diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index a517fa8a..6a07cd1b 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c @@ -1,6 +1,6 @@ /* ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_opt_split_c diff --git a/src/lj_parse.c b/src/lj_parse.c index e18f4bfb..401b7d09 100644 --- a/src/lj_parse.c +++ b/src/lj_parse.c @@ -1,6 +1,6 @@ /* ** Lua parser (source code -> bytecode). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 fab66da3..5207023f 100644 --- a/src/lj_parse.h +++ b/src/lj_parse.h @@ -1,6 +1,6 @@ /* ** Lua parser (source code -> bytecode). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_PARSE_H diff --git a/src/lj_record.c b/src/lj_record.c index f5632f6c..8e26afe3 100644 --- a/src/lj_record.c +++ b/src/lj_record.c @@ -1,6 +1,6 @@ /* ** Trace recorder (bytecode -> SSA IR). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_record_c diff --git a/src/lj_record.h b/src/lj_record.h index 8ef8b2a7..befc8c01 100644 --- a/src/lj_record.h +++ b/src/lj_record.h @@ -1,6 +1,6 @@ /* ** Trace recorder (bytecode -> SSA IR). -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_RECORD_H diff --git a/src/lj_snap.c b/src/lj_snap.c index bcd03038..fd7d806a 100644 --- a/src/lj_snap.c +++ b/src/lj_snap.c @@ -1,6 +1,6 @@ /* ** Snapshot handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_snap_c diff --git a/src/lj_snap.h b/src/lj_snap.h index 816a9b79..6a7b4e37 100644 --- a/src/lj_snap.h +++ b/src/lj_snap.h @@ -1,6 +1,6 @@ /* ** Snapshot handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_SNAP_H diff --git a/src/lj_state.c b/src/lj_state.c index ab064266..421ec9f8 100644 --- a/src/lj_state.c +++ b/src/lj_state.c @@ -1,6 +1,6 @@ /* ** State and stack handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** 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 18afe55c..9849cc2b 100644 --- a/src/lj_state.h +++ b/src/lj_state.h @@ -1,6 +1,6 @@ /* ** State and stack handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_STATE_H diff --git a/src/lj_str.c b/src/lj_str.c index 279c5cc3..e8821ad2 100644 --- a/src/lj_str.c +++ b/src/lj_str.c @@ -1,6 +1,6 @@ /* ** String handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** 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 e7687cb1..a4b5ac4e 100644 --- a/src/lj_str.h +++ b/src/lj_str.h @@ -1,6 +1,6 @@ /* ** String handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_STR_H diff --git a/src/lj_strscan.c b/src/lj_strscan.c index 8614facd..ccf74860 100644 --- a/src/lj_strscan.c +++ b/src/lj_strscan.c @@ -1,6 +1,6 @@ /* ** String scanning. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include <math.h> diff --git a/src/lj_strscan.h b/src/lj_strscan.h index 42aa1455..d4d94923 100644 --- a/src/lj_strscan.h +++ b/src/lj_strscan.h @@ -1,6 +1,6 @@ /* ** String scanning. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_STRSCAN_H diff --git a/src/lj_tab.c b/src/lj_tab.c index a45ddaca..3dbe34ba 100644 --- a/src/lj_tab.c +++ b/src/lj_tab.c @@ -1,6 +1,6 @@ /* ** Table handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 dc3c8dc1..059a81eb 100644 --- a/src/lj_tab.h +++ b/src/lj_tab.h @@ -1,6 +1,6 @@ /* ** Table handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TAB_H diff --git a/src/lj_target.h b/src/lj_target.h index a8182596..043af37f 100644 --- a/src/lj_target.h +++ b/src/lj_target.h @@ -1,6 +1,6 @@ /* ** Definitions for target CPU. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_H diff --git a/src/lj_target_arm.h b/src/lj_target_arm.h index 4d292dc9..f87ab635 100644 --- a/src/lj_target_arm.h +++ b/src/lj_target_arm.h @@ -1,6 +1,6 @@ /* ** Definitions for ARM CPUs. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_ARM_H diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index 4bbdc743..6fb1613f 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h @@ -1,6 +1,6 @@ /* ** Definitions for MIPS CPUs. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_MIPS_H diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h index 580995d5..b78cc420 100644 --- a/src/lj_target_ppc.h +++ b/src/lj_target_ppc.h @@ -1,6 +1,6 @@ /* ** Definitions for PPC CPUs. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_PPC_H diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index 8a96cbf2..000cae49 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h @@ -1,6 +1,6 @@ /* ** Definitions for x86 and x64 CPUs. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_X86_H diff --git a/src/lj_trace.c b/src/lj_trace.c index c7f3f52d..654d157a 100644 --- a/src/lj_trace.c +++ b/src/lj_trace.c @@ -1,6 +1,6 @@ /* ** Trace management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_trace_c diff --git a/src/lj_trace.h b/src/lj_trace.h index 460f10a1..b725a139 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h @@ -1,6 +1,6 @@ /* ** Trace management. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TRACE_H diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index ecba11a6..477c9ab4 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h @@ -1,6 +1,6 @@ /* ** Trace compiler error messages. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* This file may be included multiple times with different TREDEF macros. */ diff --git a/src/lj_udata.c b/src/lj_udata.c index 9eb55e0a..ec3478c8 100644 --- a/src/lj_udata.c +++ b/src/lj_udata.c @@ -1,6 +1,6 @@ /* ** Userdata handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_udata_c diff --git a/src/lj_udata.h b/src/lj_udata.h index d3fb1e13..1873b694 100644 --- a/src/lj_udata.h +++ b/src/lj_udata.h @@ -1,6 +1,6 @@ /* ** Userdata handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_UDATA_H diff --git a/src/lj_vm.h b/src/lj_vm.h index 5b10adf3..aa985cfa 100644 --- a/src/lj_vm.h +++ b/src/lj_vm.h @@ -1,6 +1,6 @@ /* ** Assembler VM interface definitions. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_VM_H diff --git a/src/lj_vmevent.c b/src/lj_vmevent.c index 1d496748..24952548 100644 --- a/src/lj_vmevent.c +++ b/src/lj_vmevent.c @@ -1,6 +1,6 @@ /* ** VM event handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #include <stdio.h> diff --git a/src/lj_vmevent.h b/src/lj_vmevent.h index 4df35f96..a9082e7d 100644 --- a/src/lj_vmevent.h +++ b/src/lj_vmevent.h @@ -1,6 +1,6 @@ /* ** VM event handling. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_VMEVENT_H diff --git a/src/lj_vmmath.c b/src/lj_vmmath.c index 50a2cbba..8bcdc244 100644 --- a/src/lj_vmmath.c +++ b/src/lj_vmmath.c @@ -1,6 +1,6 @@ /* ** Math helper functions for assembler VM. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #define lj_vmmath_c diff --git a/src/ljamalg.c b/src/ljamalg.c index 21b46314..5a36d102 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c @@ -1,6 +1,6 @@ /* ** LuaJIT core and libraries amalgamation. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ /* diff --git a/src/luaconf.h b/src/luaconf.h index 20feaca8..abf40572 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -1,6 +1,6 @@ /* ** Configuration header. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef luaconf_h diff --git a/src/luajit.c b/src/luajit.c index 3901762d..97901338 100644 --- a/src/luajit.c +++ b/src/luajit.c @@ -1,6 +1,6 @@ /* ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** 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 ea7118c4..73010056 100644 --- a/src/luajit.h +++ b/src/luajit.h @@ -1,7 +1,7 @@ /* ** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ ** -** Copyright (C) 2005-2020 Mike Pall. All rights reserved. +** Copyright (C) 2005-2021 Mike Pall. All rights reserved. ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the @@ -33,7 +33,7 @@ #define LUAJIT_VERSION "LuaJIT 2.0.5" #define LUAJIT_VERSION_NUM 20005 /* Version 2.0.5 = 02.00.05. */ #define LUAJIT_VERSION_SYM luaJIT_version_2_0_5 -#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2020 Mike Pall" +#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2021 Mike Pall" #define LUAJIT_URL "https://luajit.org/" /* Modes for luaJIT_setmode. */ diff --git a/src/lualib.h b/src/lualib.h index 1de0fe62..9cd39880 100644 --- a/src/lualib.h +++ b/src/lualib.h @@ -1,6 +1,6 @@ /* ** Standard library header. -** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LUALIB_H diff --git a/src/msvcbuild.bat b/src/msvcbuild.bat index 499b5f12..777d695f 100644 --- a/src/msvcbuild.bat +++ b/src/msvcbuild.bat @@ -1,5 +1,5 @@ @rem Script to build LuaJIT with MSVC.
-@rem Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
+@rem Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
@rem
@rem Open a "Visual Studio Command Prompt" (either x86 or x64).
@rem Then cd to this directory and run this script. Use the following
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc index dcfb10b3..21d706d8 100644 --- a/src/vm_arm.dasc +++ b/src/vm_arm.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for ARM CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | |.arch arm |.section code_op, code_sub diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 6bbad37b..8cb4bd3d 100644 --- a/src/vm_mips.dasc +++ b/src/vm_mips.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for MIPS CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | |.arch mips |.section code_op, code_sub diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index de44027b..d17b451d 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for PowerPC CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | |.arch ppc |.section code_op, code_sub diff --git a/src/vm_ppcspe.dasc b/src/vm_ppcspe.dasc index 5542f8a2..b55b8b3b 100644 --- a/src/vm_ppcspe.dasc +++ b/src/vm_ppcspe.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for PowerPC/e500 CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | |.arch ppc |.section code_op, code_sub diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 60359bd7..bfa4946b 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for x86 CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | |.if P64 |.arch x64 |