diff --git a/COPYRIGHT b/COPYRIGHT index d7620314..a192ae49 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ -Copyright (C) 2005-2023 Mike Pall. All rights reserved. +Copyright (C) 2005-2025 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 diff --git a/Makefile b/Makefile index 6b67f54d..d789e9f3 100644 --- a/Makefile +++ b/Makefile @@ -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-2023 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 diff --git a/README b/README index e4a69265..201f1b72 100644 --- a/README +++ b/README @@ -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-2023 Mike Pall. +LuaJIT is Copyright (C) 2005-2025 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 4a139278..5bfda5d3 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2023 Mike Pall. +/* Copyright (C) 2004-2025 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 7399f625..5334a759 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2023 Mike Pall. +/* Copyright (C) 2004-2025 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 cc4d8c72..d8d34a69 100644 --- a/doc/contact.html +++ b/doc/contact.html @@ -3,7 +3,7 @@ <head> <title>Contact</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -94,7 +94,7 @@ don't like that, please complain to Google or Microsoft, not me. <h2>Copyright</h2> <p> All documentation is -Copyright © 2005-2023 Mike Pall. +Copyright © 2005-2025 Mike Pall. </p> @@ -102,7 +102,7 @@ Copyright © 2005-2023 Mike Pall. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index 54bb66f6..1ab392f0 100644 --- a/doc/ext_buffer.html +++ b/doc/ext_buffer.html @@ -3,7 +3,7 @@ <head> <title>String Buffer Library</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -679,7 +679,7 @@ mappings of files are OK, but only if the file does not change. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index d5e6bb60..673a9b9a 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 charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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 @@ Also note that this mechanism is not without overhead. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index eaa176b6..aa6d8363 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html @@ -3,7 +3,7 @@ <head> <title>FFI Library</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -316,7 +316,7 @@ without undue conversion penalties. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 500a2143..360dd521 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html @@ -3,7 +3,7 @@ <head> <title>ffi.* API Functions</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -558,7 +558,7 @@ named <tt>i</tt>. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index b56e57a1..cd533e8c 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -3,7 +3,7 @@ <head> <title>FFI Semantics</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -1259,7 +1259,7 @@ compiled.</li> </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index a5236f0b..5ea55a74 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html @@ -3,7 +3,7 @@ <head> <title>FFI Tutorial</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -587,7 +587,7 @@ it to a local variable in the function scope is unnecessary. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_jit.html b/doc/ext_jit.html index dd136d65..15c75af1 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html @@ -3,7 +3,7 @@ <head> <title>jit.* Library</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -187,7 +187,7 @@ if you want to know more. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index 81b5d773..c24ca97b 100644 --- a/doc/ext_profiler.html +++ b/doc/ext_profiler.html @@ -3,7 +3,7 @@ <head> <title>Profiler</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -349,7 +349,7 @@ use. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/extensions.html b/doc/extensions.html index e9aaa096..75b466db 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -3,7 +3,7 @@ <head> <title>Extensions</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -492,7 +492,7 @@ C++ destructors.</li> </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/install.html b/doc/install.html index b6481443..d1dbc10a 100644 --- a/doc/install.html +++ b/doc/install.html @@ -3,7 +3,7 @@ <head> <title>Installation</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -572,7 +572,7 @@ to me (the upstream) and not you (the package maintainer), anyway. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/luajit.html b/doc/luajit.html index 030cf705..73a1c17f 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -3,7 +3,7 @@ <head> <title>LuaJIT</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -122,7 +122,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-2023 Mike Pall, released under the +LuaJIT is Copyright © 2005-2025 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> @@ -193,7 +193,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/doc/running.html b/doc/running.html index 142b810f..f71eee42 100644 --- a/doc/running.html +++ b/doc/running.html @@ -3,7 +3,7 @@ <head> <title>Running LuaJIT</title> <meta charset="utf-8"> -<meta name="Copyright" content="Copyright (C) 2005-2023"> +<meta name="Copyright" content="Copyright (C) 2005-2025"> <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"> @@ -307,7 +307,7 @@ Here are the parameters and their default settings: </div> <div id="foot"> <hr class="hide"> -Copyright © 2005-2023 +Copyright © 2005-2025 <span class="noprint"> · <a href="contact.html">Contact</a> diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index eaa94d9c..824e8be0 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h @@ -1,6 +1,6 @@ /* ** DynASM ARM encoding engine. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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 edb57536..12540d17 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM ARM module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dasm_arm64.h b/dynasm/dasm_arm64.h index 1c541e5d..a922a4ae 100644 --- a/dynasm/dasm_arm64.h +++ b/dynasm/dasm_arm64.h @@ -1,6 +1,6 @@ /* ** DynASM ARM64 encoding engine. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ diff --git a/dynasm/dasm_arm64.lua b/dynasm/dasm_arm64.lua index 05ea3e22..8b27e962 100644 --- a/dynasm/dasm_arm64.lua +++ b/dynasm/dasm_arm64.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM ARM64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 7800e933..3fa2ef42 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h @@ -1,6 +1,6 @@ /* ** DynASM MIPS encoding engine. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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 1c605b68..2ab3f3ce 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM MIPS32/MIPS64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dasm_mips64.lua b/dynasm/dasm_mips64.lua index c97d666b..cfcf20e5 100644 --- a/dynasm/dasm_mips64.lua +++ b/dynasm/dasm_mips64.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM MIPS64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- This module just sets 64 bit mode for the combined MIPS/MIPS64 module. diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h index 4c7d7289..e97b4efa 100644 --- a/dynasm/dasm_ppc.h +++ b/dynasm/dasm_ppc.h @@ -1,6 +1,6 @@ /* ** DynASM PPC/PPC64 encoding engine. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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 d66ae4a0..67662330 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM PPC/PPC64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. -- -- Support for various extensions contributed by Caio Souza Oliveira. diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index 3f50f502..38f5e71a 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h @@ -1,6 +1,6 @@ /* ** DynASM encoding engine prototypes. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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 72d9bb87..d23fcd99 100644 --- a/dynasm/dasm_x64.lua +++ b/dynasm/dasm_x64.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM x64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 aded9990..ff54c9f1 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h @@ -1,6 +1,6 @@ /* ** DynASM x86 encoding engine. -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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 7c789f82..c767cdeb 100644 --- a/dynasm/dasm_x86.lua +++ b/dynasm/dasm_x86.lua @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- DynASM x86/x64 module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index 0d15a872..2a4d649e 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-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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-2023 Mike Pall. All rights reserved. +Copyright (C) 2005-2025 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 a2eed514..c16b4172 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-2023 Mike Pall. +\fBLuaJIT\fR is Copyright \(co 2005-2025 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 99642be7..4a56d1e8 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-2023 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 diff --git a/src/host/buildvm.c b/src/host/buildvm.c index ec99e501..24db75f4 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 add8ee15..a56eefd2 100644 --- a/src/host/buildvm.h +++ b/src/host/buildvm.h @@ -1,6 +1,6 @@ /* ** LuaJIT VM builder. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 1b261206..3870b8fe 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 cc392e93..7017ab81 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 99d12a27..478847e1 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 8f04c496..b662f60f 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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/genlibbc.lua b/src/host/genlibbc.lua index e697fceb..1bc119bf 100644 --- a/src/host/genlibbc.lua +++ b/src/host/genlibbc.lua @@ -2,7 +2,7 @@ -- Lua script to dump the bytecode of the library functions written in Lua. -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. ---------------------------------------------------------------------------- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- diff --git a/src/host/genminilua.lua b/src/host/genminilua.lua index 9a6414b8..11167f9a 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-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- diff --git a/src/host/genversion.lua b/src/host/genversion.lua index f0925160..043c9a46 100644 --- a/src/host/genversion.lua +++ b/src/host/genversion.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- Lua script to embed the rolling release version in luajit.h. ---------------------------------------------------------------------------- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 f1a63b9c..71ba52be 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT bytecode listing module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 48378819..a30a34b6 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT module to save/list bytecode. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 a7546a45..494b9502 100644 --- a/src/jit/dis_arm.lua +++ b/src/jit/dis_arm.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT ARM disassembler module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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_arm64.lua b/src/jit/dis_arm64.lua index 2741cd2e..4457aac0 100644 --- a/src/jit/dis_arm64.lua +++ b/src/jit/dis_arm64.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT ARM64 disassembler module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h -- -- Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. diff --git a/src/jit/dis_arm64be.lua b/src/jit/dis_arm64be.lua index f7a56352..47f191dc 100644 --- a/src/jit/dis_arm64be.lua +++ b/src/jit/dis_arm64be.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT ARM64BE disassembler wrapper module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- ARM64 instructions are always little-endian. So just forward to the diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua index b0e99df4..fe1928e0 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS disassembler module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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_mips64.lua b/src/jit/dis_mips64.lua index 5f3a4dab..447ab80e 100644 --- a/src/jit/dis_mips64.lua +++ b/src/jit/dis_mips64.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS64 disassembler wrapper module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the big-endian functions from the diff --git a/src/jit/dis_mips64el.lua b/src/jit/dis_mips64el.lua index ea513649..d4ead029 100644 --- a/src/jit/dis_mips64el.lua +++ b/src/jit/dis_mips64el.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS64EL disassembler wrapper module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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_mips64r6.lua b/src/jit/dis_mips64r6.lua index 1d948411..e19d3983 100644 --- a/src/jit/dis_mips64r6.lua +++ b/src/jit/dis_mips64r6.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS64R6 disassembler wrapper module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the r6 big-endian functions from the diff --git a/src/jit/dis_mips64r6el.lua b/src/jit/dis_mips64r6el.lua index 26592e17..c0842fec 100644 --- a/src/jit/dis_mips64r6el.lua +++ b/src/jit/dis_mips64r6el.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT MIPS64R6EL disassembler wrapper module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the r6 little-endian functions from the diff --git a/src/jit/dis_mipsel.lua b/src/jit/dis_mipsel.lua index 6906a779..870d1d0f 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-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 95c3da84..830d76b6 100644 --- a/src/jit/dis_ppc.lua +++ b/src/jit/dis_ppc.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT PPC disassembler module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 eb21f044..dc43cdb3 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-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 40b8218e..b1de0eea 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-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 f296a517..c855fa09 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT compiler dump module. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/jit/p.lua b/src/jit/p.lua index ef2ee82f..3002c19f 100644 --- a/src/jit/p.lua +++ b/src/jit/p.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT profiler. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 45a663d7..0d4ec277 100644 --- a/src/jit/v.lua +++ b/src/jit/v.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- Verbose mode of the LuaJIT compiler. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- diff --git a/src/jit/zone.lua b/src/jit/zone.lua index 55dc76d3..7f210730 100644 --- a/src/jit/zone.lua +++ b/src/jit/zone.lua @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- LuaJIT profiler zones. -- --- Copyright (C) 2005-2023 Mike Pall. All rights reserved. +-- Copyright (C) 2005-2025 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 7e81ac30..4b4664a7 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 d644b4f2..c1847ec3 100644 --- a/src/lib_base.c +++ b/src/lib_base.c @@ -1,6 +1,6 @@ /* ** Base and coroutine library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 ada9614d..022f41b9 100644 --- a/src/lib_bit.c +++ b/src/lib_bit.c @@ -1,6 +1,6 @@ /* ** Bit manipulation library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lib_bit_c diff --git a/src/lib_buffer.c b/src/lib_buffer.c index e4ec9d9d..77d030bf 100644 --- a/src/lib_buffer.c +++ b/src/lib_buffer.c @@ -1,6 +1,6 @@ /* ** Buffer library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lib_buffer_c diff --git a/src/lib_debug.c b/src/lib_debug.c index 2ad51a74..5d2c3e8e 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c @@ -1,6 +1,6 @@ /* ** Debug library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 ddeb10c5..a83e13a0 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c @@ -1,6 +1,6 @@ /* ** FFI library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 41299f55..01cecf2f 100644 --- a/src/lib_init.c +++ b/src/lib_init.c @@ -1,6 +1,6 @@ /* ** Library initialization. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 a13d4315..4e0397d4 100644 --- a/src/lib_io.c +++ b/src/lib_io.c @@ -1,6 +1,6 @@ /* ** I/O library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 b83c865a..fd8e585b 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c @@ -1,6 +1,6 @@ /* ** JIT library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 08bb7673..7f2b5277 100644 --- a/src/lib_math.c +++ b/src/lib_math.c @@ -1,6 +1,6 @@ /* ** Math library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #include <math.h> diff --git a/src/lib_os.c b/src/lib_os.c index cf0df281..ae3fc857 100644 --- a/src/lib_os.c +++ b/src/lib_os.c @@ -1,6 +1,6 @@ /* ** OS library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 7e24afa5..88218c2e 100644 --- a/src/lib_package.c +++ b/src/lib_package.c @@ -1,6 +1,6 @@ /* ** Package library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 255689ce..a037c855 100644 --- a/src/lib_string.c +++ b/src/lib_string.c @@ -1,6 +1,6 @@ /* ** String library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 97ba2847..d159360b 100644 --- a/src/lib_table.c +++ b/src/lib_table.c @@ -1,6 +1,6 @@ /* ** Table library. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 1ad71678..e9fc25b4 100644 --- a/src/lj_api.c +++ b/src/lj_api.c @@ -1,6 +1,6 @@ /* ** Public Lua/C API. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 e6264398..a4eecf27 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h @@ -1,6 +1,6 @@ /* ** Target architecture selection. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 c31dd1de..fec43512 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c @@ -1,6 +1,6 @@ /* ** IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5eb396b1..b793b101 100644 --- a/src/lj_asm.h +++ b/src/lj_asm.h @@ -1,6 +1,6 @@ /* ** IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 bd5fbeb1..de435057 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ /* -- Register allocator extensions --------------------------------------- */ diff --git a/src/lj_asm_arm64.h b/src/lj_asm_arm64.h index 0e5aee9a..4feaa3b0 100644 --- a/src/lj_asm_arm64.h +++ b/src/lj_asm_arm64.h @@ -1,6 +1,6 @@ /* ** ARM64 IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ** ** Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. ** Sponsored by Cisco Systems, Inc. diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 2f64f491..af0e714f 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 8e9a92a4..df1ac42f 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 aee33716..936ff438 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ /* -- Guard handling ------------------------------------------------------ */ diff --git a/src/lj_assert.c b/src/lj_assert.c index 5c948b41..66695693 100644 --- a/src/lj_assert.c +++ b/src/lj_assert.c @@ -1,6 +1,6 @@ /* ** Internal assertions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_assert_c diff --git a/src/lj_bc.c b/src/lj_bc.c index 23ac76bc..49d31530 100644 --- a/src/lj_bc.c +++ b/src/lj_bc.c @@ -1,6 +1,6 @@ /* ** Bytecode instruction modes. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 97e19a1b..a94ea4e4 100644 --- a/src/lj_bc.h +++ b/src/lj_bc.h @@ -1,6 +1,6 @@ /* ** Bytecode instruction format. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3e56e39c..6450c195 100644 --- a/src/lj_bcdump.h +++ b/src/lj_bcdump.h @@ -1,6 +1,6 @@ /* ** Bytecode dump definitions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 54f483c7..ee7d7c18 100644 --- a/src/lj_bcread.c +++ b/src/lj_bcread.c @@ -1,6 +1,6 @@ /* ** Bytecode reader. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 ddfa46c5..de200ef4 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c @@ -1,6 +1,6 @@ /* ** Bytecode writer. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bcwrite_c diff --git a/src/lj_buf.c b/src/lj_buf.c index 702c5a40..01dcad5b 100644 --- a/src/lj_buf.c +++ b/src/lj_buf.c @@ -1,6 +1,6 @@ /* ** Buffer handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_buf_c diff --git a/src/lj_buf.h b/src/lj_buf.h index 744e5747..15a04250 100644 --- a/src/lj_buf.h +++ b/src/lj_buf.h @@ -1,6 +1,6 @@ /* ** Buffer handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_BUF_H diff --git a/src/lj_carith.c b/src/lj_carith.c index ffda626e..b09812c6 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c @@ -1,6 +1,6 @@ /* ** C data arithmetic. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 f124c27c..6fad1c69 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h @@ -1,6 +1,6 @@ /* ** C data arithmetic. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5f95f5d8..ae69cd28 100644 --- a/src/lj_ccall.c +++ b/src/lj_ccall.c @@ -1,6 +1,6 @@ /* ** FFI C call handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 24646d90..3528fca5 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h @@ -1,6 +1,6 @@ /* ** FFI C call handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 17d26b52..52f92932 100644 --- a/src/lj_ccallback.c +++ b/src/lj_ccallback.c @@ -1,6 +1,6 @@ /* ** FFI C callback handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 ea7f67a8..073a69c9 100644 --- a/src/lj_ccallback.h +++ b/src/lj_ccallback.h @@ -1,6 +1,6 @@ /* ** FFI C callback handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 419a8f45..854b51db 100644 --- a/src/lj_cconv.c +++ b/src/lj_cconv.c @@ -1,6 +1,6 @@ /* ** C type conversions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 9da2c33c..1e96cd6e 100644 --- a/src/lj_cconv.h +++ b/src/lj_cconv.h @@ -1,6 +1,6 @@ /* ** C type conversions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 2879e2a8..3b48f76c 100644 --- a/src/lj_cdata.c +++ b/src/lj_cdata.c @@ -1,6 +1,6 @@ /* ** C data management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 e6ab48ca..204c1f8b 100644 --- a/src/lj_cdata.h +++ b/src/lj_cdata.h @@ -1,6 +1,6 @@ /* ** C data management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 513528ce..218e9c08 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c @@ -1,6 +1,6 @@ /* ** FFI C library loader. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3a41a4d9..e48d0e8b 100644 --- a/src/lj_clib.h +++ b/src/lj_clib.h @@ -1,6 +1,6 @@ /* ** FFI C library loader. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 9774f3a5..0668466d 100644 --- a/src/lj_cparse.c +++ b/src/lj_cparse.c @@ -1,6 +1,6 @@ /* ** C declaration parser. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 42f827a0..63e8851e 100644 --- a/src/lj_cparse.h +++ b/src/lj_cparse.h @@ -1,6 +1,6 @@ /* ** C declaration parser. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 e8ae426d..f88cddfd 100644 --- a/src/lj_crecord.c +++ b/src/lj_crecord.c @@ -1,6 +1,6 @@ /* ** Trace recorder for C data operations. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 32973cf4..898365db 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h @@ -1,6 +1,6 @@ /* ** Trace recorder for C data operations. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 0f6baac9..19eecd64 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c @@ -1,6 +1,6 @@ /* ** C type management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 d53c4ea4..8b7160dd 100644 --- a/src/lj_ctype.h +++ b/src/lj_ctype.h @@ -1,6 +1,6 @@ /* ** C type management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 8d8b9eb5..b3d52afc 100644 --- a/src/lj_debug.c +++ b/src/lj_debug.c @@ -1,6 +1,6 @@ /* ** Debugging and introspection. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 33ac29bc..8b1b769f 100644 --- a/src/lj_debug.h +++ b/src/lj_debug.h @@ -1,6 +1,6 @@ /* ** Debugging and introspection. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 2a1d7b56..a9e23729 100644 --- a/src/lj_def.h +++ b/src/lj_def.h @@ -1,6 +1,6 @@ /* ** LuaJIT common internal definitions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 b9748bba..78608316 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c @@ -1,6 +1,6 @@ /* ** Instruction dispatch handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 774bc4dc..b1ccff7b 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h @@ -1,6 +1,6 @@ /* ** Instruction dispatch handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5dcea839..c60e7d75 100644 --- a/src/lj_emit_arm.h +++ b/src/lj_emit_arm.h @@ -1,6 +1,6 @@ /* ** ARM instruction emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ /* -- Constant encoding --------------------------------------------------- */ diff --git a/src/lj_emit_arm64.h b/src/lj_emit_arm64.h index 6838693e..ca1269b7 100644 --- a/src/lj_emit_arm64.h +++ b/src/lj_emit_arm64.h @@ -1,6 +1,6 @@ /* ** ARM64 instruction emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ** ** Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. ** Sponsored by Cisco Systems, Inc. diff --git a/src/lj_emit_mips.h b/src/lj_emit_mips.h index dda9092d..d8104959 100644 --- a/src/lj_emit_mips.h +++ b/src/lj_emit_mips.h @@ -1,6 +1,6 @@ /* ** MIPS instruction emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #if LJ_64 diff --git a/src/lj_emit_ppc.h b/src/lj_emit_ppc.h index c34dcbe2..b13f00fe 100644 --- a/src/lj_emit_ppc.h +++ b/src/lj_emit_ppc.h @@ -1,6 +1,6 @@ /* ** PPC instruction emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 d215402c..f4773011 100644 --- a/src/lj_emit_x86.h +++ b/src/lj_emit_x86.h @@ -1,6 +1,6 @@ /* ** x86/x64 instruction emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ /* -- Emit basic instructions --------------------------------------------- */ diff --git a/src/lj_err.c b/src/lj_err.c index b0ceaa2f..03b5030b 100644 --- a/src/lj_err.c +++ b/src/lj_err.c @@ -1,6 +1,6 @@ /* ** Error handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 67686cb7..0cb945b0 100644 --- a/src/lj_err.h +++ b/src/lj_err.h @@ -1,6 +1,6 @@ /* ** Error handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 109e909c..045d025b 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h @@ -1,6 +1,6 @@ /* ** VM error messages. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 34fb7437..301df0eb 100644 --- a/src/lj_ff.h +++ b/src/lj_ff.h @@ -1,6 +1,6 @@ /* ** Fast function IDs. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 938c23b6..9ea81e54 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c @@ -1,6 +1,6 @@ /* ** Fast function call recorder. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 24e1d7ca..6ac9f0e3 100644 --- a/src/lj_ffrecord.h +++ b/src/lj_ffrecord.h @@ -1,6 +1,6 @@ /* ** Fast function call recorder. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 bb7dda63..a7e07d89 100644 --- a/src/lj_frame.h +++ b/src/lj_frame.h @@ -1,6 +1,6 @@ /* ** Stack frames. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 6a537649..44d76b72 100644 --- a/src/lj_func.c +++ b/src/lj_func.c @@ -1,6 +1,6 @@ /* ** Function handling (prototypes, functions and upvalues). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 96994ebf..7d538d71 100644 --- a/src/lj_func.h +++ b/src/lj_func.h @@ -1,6 +1,6 @@ /* ** Function handling (prototypes, functions and upvalues). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 bfa4daa8..d9581d20 100644 --- a/src/lj_gc.c +++ b/src/lj_gc.c @@ -1,6 +1,6 @@ /* ** Garbage collector. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3ed790ca..b44095d3 100644 --- a/src/lj_gc.h +++ b/src/lj_gc.h @@ -1,6 +1,6 @@ /* ** Garbage collector. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 56094cf1..9e68932a 100644 --- a/src/lj_gdbjit.c +++ b/src/lj_gdbjit.c @@ -1,6 +1,6 @@ /* ** Client for the GDB JIT API. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3962a665..23b3daa7 100644 --- a/src/lj_gdbjit.h +++ b/src/lj_gdbjit.h @@ -1,6 +1,6 @@ /* ** Client for the GDB JIT API. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 631b7cbc..e7a5e8bc 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c @@ -1,6 +1,6 @@ /* ** SSA IR (Intermediate Representation) emitter. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 cc73a849..06458f20 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h @@ -1,6 +1,6 @@ /* ** SSA IR (Intermediate Representation) format. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 f342cdd2..5196144e 100644 --- a/src/lj_ircall.h +++ b/src/lj_ircall.h @@ -1,6 +1,6 @@ /* ** IR CALL* instruction definitions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 a71a717b..b9fb13ee 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 59f92e55..102ba0b4 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h @@ -1,6 +1,6 @@ /* ** Common definitions for the JIT compiler. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 bd81dc40..a986aeb8 100644 --- a/src/lj_lex.c +++ b/src/lj_lex.c @@ -1,6 +1,6 @@ /* ** Lexical analyzer. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 2ef7fc77..a7aacb46 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h @@ -1,6 +1,6 @@ /* ** Lexical analyzer. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 06ae4fcf..88cb2bdd 100644 --- a/src/lj_lib.c +++ b/src/lj_lib.c @@ -1,6 +1,6 @@ /* ** Library function support. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 a48e3c98..ec54885a 100644 --- a/src/lj_lib.h +++ b/src/lj_lib.h @@ -1,6 +1,6 @@ /* ** Library function support. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5bb10b5b..828bf8ae 100644 --- a/src/lj_load.c +++ b/src/lj_load.c @@ -1,6 +1,6 @@ /* ** Load and dump code. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #include <errno.h> diff --git a/src/lj_mcode.c b/src/lj_mcode.c index 8a4851dd..864da7fb 100644 --- a/src/lj_mcode.c +++ b/src/lj_mcode.c @@ -1,6 +1,6 @@ /* ** Machine code management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 b88be93e..bd8d2573 100644 --- a/src/lj_mcode.h +++ b/src/lj_mcode.h @@ -1,6 +1,6 @@ /* ** Machine code management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5940097e..c9307615 100644 --- a/src/lj_meta.c +++ b/src/lj_meta.c @@ -1,6 +1,6 @@ /* ** Metamethod handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 f067cf59..0f53767f 100644 --- a/src/lj_meta.h +++ b/src/lj_meta.h @@ -1,6 +1,6 @@ /* ** Metamethod handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 cd4ca50a..72f48d40 100644 --- a/src/lj_obj.c +++ b/src/lj_obj.c @@ -1,6 +1,6 @@ /* ** Miscellaneous object handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 d8b69641..855727bf 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h @@ -1,6 +1,6 @@ /* ** LuaJIT VM tags, values and objects. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 e6fcc552..a9cce06a 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 098bf431..36aacebb 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 01c2b306..ac8fbae9 100644 --- a/src/lj_opt_loop.c +++ b/src/lj_opt_loop.c @@ -1,6 +1,6 @@ /* ** LOOP: Loop Optimizations. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 29b33f29..8cacfcfe 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 02fb9e68..01b5833d 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 642ed750..9d516141 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 338a61a2..8d025911 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 4fdd4c65..70097598 100644 --- a/src/lj_parse.c +++ b/src/lj_parse.c @@ -1,6 +1,6 @@ /* ** Lua parser (source code -> bytecode). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 503dba08..3870a32b 100644 --- a/src/lj_parse.h +++ b/src/lj_parse.h @@ -1,6 +1,6 @@ /* ** Lua parser (source code -> bytecode). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_PARSE_H diff --git a/src/lj_prng.c b/src/lj_prng.c index 326b41e6..02146b27 100644 --- a/src/lj_prng.c +++ b/src/lj_prng.c @@ -1,6 +1,6 @@ /* ** Pseudo-random number generation. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_prng_c diff --git a/src/lj_prng.h b/src/lj_prng.h index 3dd9dbc0..7dc5eebf 100644 --- a/src/lj_prng.h +++ b/src/lj_prng.h @@ -1,6 +1,6 @@ /* ** Pseudo-random number generation. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_PRNG_H diff --git a/src/lj_profile.c b/src/lj_profile.c index 8cefd5fb..96acd9f0 100644 --- a/src/lj_profile.c +++ b/src/lj_profile.c @@ -1,6 +1,6 @@ /* ** Low-overhead profiling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_profile_c diff --git a/src/lj_profile.h b/src/lj_profile.h index 68bb9a1f..24fbd9dc 100644 --- a/src/lj_profile.h +++ b/src/lj_profile.h @@ -1,6 +1,6 @@ /* ** Low-overhead profiling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_PROFILE_H diff --git a/src/lj_record.c b/src/lj_record.c index 3f250008..f908dd7f 100644 --- a/src/lj_record.c +++ b/src/lj_record.c @@ -1,6 +1,6 @@ /* ** Trace recorder (bytecode -> SSA IR). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 61ccb395..2c7a575b 100644 --- a/src/lj_record.h +++ b/src/lj_record.h @@ -1,6 +1,6 @@ /* ** Trace recorder (bytecode -> SSA IR). -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_RECORD_H diff --git a/src/lj_serialize.c b/src/lj_serialize.c index 83881766..17586111 100644 --- a/src/lj_serialize.c +++ b/src/lj_serialize.c @@ -1,6 +1,6 @@ /* ** Object de/serialization. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_serialize_c diff --git a/src/lj_serialize.h b/src/lj_serialize.h index da823573..9e082b31 100644 --- a/src/lj_serialize.h +++ b/src/lj_serialize.h @@ -1,6 +1,6 @@ /* ** Object de/serialization. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_SERIALIZE_H diff --git a/src/lj_snap.c b/src/lj_snap.c index 27f9c8e5..cb104439 100644 --- a/src/lj_snap.c +++ b/src/lj_snap.c @@ -1,6 +1,6 @@ /* ** Snapshot handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 089d86bb..0958c16b 100644 --- a/src/lj_snap.h +++ b/src/lj_snap.h @@ -1,6 +1,6 @@ /* ** Snapshot handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 6fd7d9ce..d8fc545a 100644 --- a/src/lj_state.c +++ b/src/lj_state.c @@ -1,6 +1,6 @@ /* ** State and stack handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3850e5a1..15f9fd47 100644 --- a/src/lj_state.h +++ b/src/lj_state.h @@ -1,6 +1,6 @@ /* ** State and stack handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 cfdaec6f..f34d6d95 100644 --- a/src/lj_str.c +++ b/src/lj_str.c @@ -1,6 +1,6 @@ /* ** String handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_str_c diff --git a/src/lj_str.h b/src/lj_str.h index 2a5a8190..44341b9f 100644 --- a/src/lj_str.h +++ b/src/lj_str.h @@ -1,6 +1,6 @@ /* ** String handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_STR_H diff --git a/src/lj_strfmt.c b/src/lj_strfmt.c index 909255db..04aebaa4 100644 --- a/src/lj_strfmt.c +++ b/src/lj_strfmt.c @@ -1,6 +1,6 @@ /* ** String formatting. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #include <stdio.h> diff --git a/src/lj_strfmt.h b/src/lj_strfmt.h index bd17896e..43cf5373 100644 --- a/src/lj_strfmt.h +++ b/src/lj_strfmt.h @@ -1,6 +1,6 @@ /* ** String formatting. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_STRFMT_H diff --git a/src/lj_strfmt_num.c b/src/lj_strfmt_num.c index c6e776aa..a33fc63a 100644 --- a/src/lj_strfmt_num.c +++ b/src/lj_strfmt_num.c @@ -1,6 +1,6 @@ /* ** String formatting for floating-point numbers. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ** Contributed by Peter Cawley. */ diff --git a/src/lj_strscan.c b/src/lj_strscan.c index 9dbf477a..502c78e9 100644 --- a/src/lj_strscan.c +++ b/src/lj_strscan.c @@ -1,6 +1,6 @@ /* ** String scanning. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #include <math.h> diff --git a/src/lj_strscan.h b/src/lj_strscan.h index a6047cf2..397fb76f 100644 --- a/src/lj_strscan.h +++ b/src/lj_strscan.h @@ -1,6 +1,6 @@ /* ** String scanning. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 869c5f03..2d080552 100644 --- a/src/lj_tab.c +++ b/src/lj_tab.c @@ -1,6 +1,6 @@ /* ** Table handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 9c03fa16..4296d101 100644 --- a/src/lj_tab.h +++ b/src/lj_tab.h @@ -1,6 +1,6 @@ /* ** Table handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 e7322c07..47592432 100644 --- a/src/lj_target.h +++ b/src/lj_target.h @@ -1,6 +1,6 @@ /* ** Definitions for target CPU. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 7170fcab..d0bbc5a5 100644 --- a/src/lj_target_arm.h +++ b/src/lj_target_arm.h @@ -1,6 +1,6 @@ /* ** Definitions for ARM CPUs. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_ARM_H diff --git a/src/lj_target_arm64.h b/src/lj_target_arm64.h index 7d11395d..92741871 100644 --- a/src/lj_target_arm64.h +++ b/src/lj_target_arm64.h @@ -1,6 +1,6 @@ /* ** Definitions for ARM64 CPUs. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_TARGET_ARM64_H diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index a3353884..38ed226a 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h @@ -1,6 +1,6 @@ /* ** Definitions for MIPS CPUs. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 50620c50..5a1b5a7c 100644 --- a/src/lj_target_ppc.h +++ b/src/lj_target_ppc.h @@ -1,6 +1,6 @@ /* ** Definitions for PPC CPUs. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3482309b..6a528e82 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 a5e316e1..144461b3 100644 --- a/src/lj_trace.c +++ b/src/lj_trace.c @@ -1,6 +1,6 @@ /* ** Trace management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 5dcd365e..ff2c7616 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h @@ -1,6 +1,6 @@ /* ** Trace management. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 08134dc5..d283a9de 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h @@ -1,6 +1,6 @@ /* ** Trace compiler error messages. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 7acd9e32..1e75be8d 100644 --- a/src/lj_udata.c +++ b/src/lj_udata.c @@ -1,6 +1,6 @@ /* ** Userdata handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 143bf81d..d6bab237 100644 --- a/src/lj_udata.h +++ b/src/lj_udata.h @@ -1,6 +1,6 @@ /* ** Userdata handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 63d09439..9cc42613 100644 --- a/src/lj_vm.h +++ b/src/lj_vm.h @@ -1,6 +1,6 @@ /* ** Assembler VM interface definitions. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 477ee79b..070c6144 100644 --- a/src/lj_vmevent.c +++ b/src/lj_vmevent.c @@ -1,6 +1,6 @@ /* ** VM event handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #include <stdio.h> diff --git a/src/lj_vmevent.h b/src/lj_vmevent.h index d757a8b5..8a995360 100644 --- a/src/lj_vmevent.h +++ b/src/lj_vmevent.h @@ -1,6 +1,6 @@ /* ** VM event handling. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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 3351e72b..2c9b96cc 100644 --- a/src/lj_vmmath.c +++ b/src/lj_vmmath.c @@ -1,6 +1,6 @@ /* ** Math helper functions for assembler VM. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define lj_vmmath_c diff --git a/src/ljamalg.c b/src/ljamalg.c index f1dce6a3..26601d8c 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c @@ -1,6 +1,6 @@ /* ** LuaJIT core and libraries amalgamation. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #define ljamalg_c diff --git a/src/luaconf.h b/src/luaconf.h index 7b15651c..7cd2edb5 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -1,6 +1,6 @@ /* ** Configuration header. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef luaconf_h diff --git a/src/luajit.c b/src/luajit.c index 73e29d44..a725db1c 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-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 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_rolling.h b/src/luajit_rolling.h index 2d04402c..73639aa8 100644 --- a/src/luajit_rolling.h +++ b/src/luajit_rolling.h @@ -1,7 +1,7 @@ /* ** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ ** -** Copyright (C) 2005-2023 Mike Pall. All rights reserved. +** Copyright (C) 2005-2025 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.1.ROLLING" #define LUAJIT_VERSION_NUM 20199 /* Deprecated. */ #define LUAJIT_VERSION_SYM luaJIT_version_2_1_ROLLING -#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall" +#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2025 Mike Pall" #define LUAJIT_URL "https://luajit.org/" /* Modes for luaJIT_setmode. */ diff --git a/src/lualib.h b/src/lualib.h index ea116eb1..2f91427f 100644 --- a/src/lualib.h +++ b/src/lualib.h @@ -1,6 +1,6 @@ /* ** Standard library header. -** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LUALIB_H diff --git a/src/msvcbuild.bat b/src/msvcbuild.bat index 5b493ba5..fa30d11d 100644 --- a/src/msvcbuild.bat +++ b/src/msvcbuild.bat @@ -1,5 +1,5 @@ @rem Script to build LuaJIT with MSVC. -@rem Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +@rem Copyright (C) 2005-2025 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 4cad5d83..ca08fc11 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-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h | |.arch arm |.section code_op, code_sub diff --git a/src/vm_arm64.dasc b/src/vm_arm64.dasc index 696affc6..58efe400 100644 --- a/src/vm_arm64.dasc +++ b/src/vm_arm64.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for ARM64 CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h | |.arch arm64 |.section code_op, code_sub diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 8760a1f6..02e588ee 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-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h |// |// MIPS soft-float support contributed by Djordje Kovacevic and |// Stefan Pejic from RT-RK.com, sponsored by Cisco Systems, Inc. diff --git a/src/vm_mips64.dasc b/src/vm_mips64.dasc index 1f0118ec..859c0aee 100644 --- a/src/vm_mips64.dasc +++ b/src/vm_mips64.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for MIPS64 CPUs. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h |// |// Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. |// Sponsored by Cisco Systems, Inc. diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index abcc03e5..2ddeefbf 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for PowerPC 32 bit or 32on64 bit mode. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h | |.arch ppc |.section code_op, code_sub diff --git a/src/vm_x64.dasc b/src/vm_x64.dasc index b8ecb868..f501495b 100644 --- a/src/vm_x64.dasc +++ b/src/vm_x64.dasc @@ -1,6 +1,6 @@ |// Low-level VM code for x64 CPUs in LJ_GC64 mode. |// Bytecode interpreter, fast functions and helper functions. -|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h | |.arch x64 |.section code_op, code_sub diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 1994c0a0..77c4069d 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-2023 Mike Pall. See Copyright Notice in luajit.h +|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h | |.if P64 |.arch x64