]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Bump copyright date.
authorMike Pall <mike>
Sun, 20 Aug 2023 19:25:30 +0000 (21:25 +0200)
committerMike Pall <mike>
Sun, 20 Aug 2023 19:25:30 +0000 (21:25 +0200)
176 files changed:
COPYRIGHT
Makefile
README
doc/bluequad-print.css
doc/bluequad.css
doc/contact.html
doc/ext_c_api.html
doc/ext_ffi.html
doc/ext_ffi_api.html
doc/ext_ffi_semantics.html
doc/ext_ffi_tutorial.html
doc/ext_jit.html
doc/extensions.html
doc/faq.html
doc/install.html
doc/luajit.html
doc/running.html
doc/status.html
dynasm/dasm_arm.h
dynasm/dasm_arm.lua
dynasm/dasm_mips.h
dynasm/dasm_mips.lua
dynasm/dasm_ppc.h
dynasm/dasm_ppc.lua
dynasm/dasm_proto.h
dynasm/dasm_x64.lua
dynasm/dasm_x86.h
dynasm/dasm_x86.lua
dynasm/dynasm.lua
etc/luajit.1
src/Makefile
src/host/buildvm.c
src/host/buildvm.h
src/host/buildvm_asm.c
src/host/buildvm_fold.c
src/host/buildvm_lib.c
src/host/buildvm_peobj.c
src/host/genminilua.lua
src/jit/bc.lua
src/jit/bcsave.lua
src/jit/dis_arm.lua
src/jit/dis_mips.lua
src/jit/dis_mipsel.lua
src/jit/dis_ppc.lua
src/jit/dis_x64.lua
src/jit/dis_x86.lua
src/jit/dump.lua
src/jit/v.lua
src/lib_aux.c
src/lib_base.c
src/lib_bit.c
src/lib_debug.c
src/lib_ffi.c
src/lib_init.c
src/lib_io.c
src/lib_jit.c
src/lib_math.c
src/lib_os.c
src/lib_package.c
src/lib_string.c
src/lib_table.c
src/lj_api.c
src/lj_arch.h
src/lj_asm.c
src/lj_asm.h
src/lj_asm_arm.h
src/lj_asm_mips.h
src/lj_asm_ppc.h
src/lj_asm_x86.h
src/lj_bc.c
src/lj_bc.h
src/lj_bcdump.h
src/lj_bcread.c
src/lj_bcwrite.c
src/lj_carith.c
src/lj_carith.h
src/lj_ccall.c
src/lj_ccall.h
src/lj_ccallback.c
src/lj_ccallback.h
src/lj_cconv.c
src/lj_cconv.h
src/lj_cdata.c
src/lj_cdata.h
src/lj_clib.c
src/lj_clib.h
src/lj_cparse.c
src/lj_cparse.h
src/lj_crecord.c
src/lj_crecord.h
src/lj_ctype.c
src/lj_ctype.h
src/lj_debug.c
src/lj_debug.h
src/lj_def.h
src/lj_dispatch.c
src/lj_dispatch.h
src/lj_emit_arm.h
src/lj_emit_mips.h
src/lj_emit_ppc.h
src/lj_emit_x86.h
src/lj_err.c
src/lj_err.h
src/lj_errmsg.h
src/lj_ff.h
src/lj_ffrecord.c
src/lj_ffrecord.h
src/lj_frame.h
src/lj_func.c
src/lj_func.h
src/lj_gc.c
src/lj_gc.h
src/lj_gdbjit.c
src/lj_gdbjit.h
src/lj_ir.c
src/lj_ir.h
src/lj_ircall.h
src/lj_iropt.h
src/lj_jit.h
src/lj_lex.c
src/lj_lex.h
src/lj_lib.c
src/lj_lib.h
src/lj_load.c
src/lj_mcode.c
src/lj_mcode.h
src/lj_meta.c
src/lj_meta.h
src/lj_obj.c
src/lj_obj.h
src/lj_opt_dce.c
src/lj_opt_fold.c
src/lj_opt_loop.c
src/lj_opt_mem.c
src/lj_opt_narrow.c
src/lj_opt_sink.c
src/lj_opt_split.c
src/lj_parse.c
src/lj_parse.h
src/lj_record.c
src/lj_record.h
src/lj_snap.c
src/lj_snap.h
src/lj_state.c
src/lj_state.h
src/lj_str.c
src/lj_str.h
src/lj_strscan.c
src/lj_strscan.h
src/lj_tab.c
src/lj_tab.h
src/lj_target.h
src/lj_target_arm.h
src/lj_target_mips.h
src/lj_target_ppc.h
src/lj_target_x86.h
src/lj_trace.c
src/lj_trace.h
src/lj_traceerr.h
src/lj_udata.c
src/lj_udata.h
src/lj_vm.h
src/lj_vmevent.c
src/lj_vmevent.h
src/lj_vmmath.c
src/ljamalg.c
src/luaconf.h
src/luajit.c
src/luajit.h
src/lualib.h
src/msvcbuild.bat
src/vm_arm.dasc
src/vm_mips.dasc
src/vm_ppc.dasc
src/vm_ppcspe.dasc
src/vm_x86.dasc

index c74216c3e40bc96b8f3f417dd2ca0d267f795351..d76203146a7bf87ebc33fbe79776cfd1c5430a7a 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 ===============================================================================
 LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
 
-Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+Copyright (C) 2005-2023 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
index 0004c2c565181c6c39a0d2be0d1b25696a280eb4..9fc0032cb6fae0f9ba6d24ac24eab54f32b12979 100644 (file)
--- 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-2022 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2
diff --git a/README b/README
index 107ff66cdeac0e6dcd321f57514dd3306e2a8227..7a97df6b63185fea3620fcef2d0af71dbc0879ca 100644 (file)
--- 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-2022 Mike Pall.
+LuaJIT is Copyright (C) 2005-2023 Mike Pall.
 LuaJIT is free software, released under the MIT license.
 See full Copyright Notice in the COPYRIGHT file or in luajit.h.
 
index a49d309ff1ac3610e3fb6a7ad4ffe5417f63ecd9..4a1392789ededc47fa1a5c6903ab108c50518aa3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Mike Pall.
+/* Copyright (C) 2004-2023 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.
index 4c1a9082e81c749da95e6b5d39651ab96450bb96..14a0d1b99696bf4517cbae13bf7dd13d9dc74ab5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Mike Pall.
+/* Copyright (C) 2004-2023 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.
index b09ef493b862a19a7c77d4fa58fb771169d5dfb6..7b8cd4049ccd39ae9f18cbac67917239aaa54c4c 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -90,7 +90,7 @@ don't like that, please complain to Google or Microsoft, not me.
 <h2>Copyright</h2>
 <p>
 All documentation is
-Copyright &copy; 2005-2022 Mike Pall.
+Copyright &copy; 2005-2023 Mike Pall.
 </p>
 
 
@@ -98,7 +98,7 @@ Copyright &copy; 2005-2022 Mike Pall.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 6b5e06d3bfbd0318626596ccc31a090a4c1f69e9..ee64ec0fc58c4927334c5ecc4003eaf3df485ce3 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -169,7 +169,7 @@ Also note that this mechanism is not without overhead.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 82ee94257e5e1c72e5582c52b2316b8e0b7ba508..c78fef84d4fbb2ca0e01000d76ecd490e61bdf54 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -312,7 +312,7 @@ without undue conversion penalties.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 2e0840df440810b2605d808ab807faaadf15d3ef..570ea4fe75676115b2ded60493d3624b36db1bb8 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -548,7 +548,7 @@ named <tt>i</tt>.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index e3491696f3a16d488e4a1642f71dd3670e3c5708..5ecb2f4e36983fa4d209616cfea7b208112237dc 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -1227,7 +1227,7 @@ compiled.</li>
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 18b78d8ba115c29df76c2b7ba27a488b89547d4d..94e2f61d2cecf65c6979cf2f54376bc86b9e8ad6 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -583,7 +583,7 @@ it to a local variable in the function scope is unnecessary.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 7778e6189550cbff9387c1f9297303f627943b23..908701b6f77e61d52034992f7eb76375afd03c90 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -181,7 +181,7 @@ if you want to know more.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 19ec9907473aa08738fbba7cf9c6aac43d5f4194..fc673ef7debc074bd281bcf3e08198662a191a10 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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 &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 5427a5c85f0741c28973e6f31001118df9e9de18..f160fffec4653ff7975c586c393191c267ddbab0 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -181,7 +181,7 @@ actively developed branches.</dd>
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 8bf05d99860d6ea46b66f56043766ab85de98802..c960e0714f3fd678d67774fde8ae30c9beb98541 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -688,7 +688,7 @@ to me (the upstream) and not you (the package maintainer), anyway.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index ecb13fa8c247e75dcfbb5f25de29f1700f41571e..2895a9813e7bf71feec92518d98a7f59d72402f5 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -142,7 +142,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 &copy; 2005-2022 Mike Pall, released under the
+LuaJIT is Copyright &copy; 2005-2023 Mike Pall, released under the
 <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT open source license</a>.
 </p>
 <p>
@@ -216,7 +216,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 5689249f9e38c7f78c663c012a7fee7ad8b45a1f..e8c9b1c62122b7bbfa02d9043ec885947ffd46a5 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -288,7 +288,7 @@ Here are the parameters and their default settings:
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 62a0d40ad6293445f9e4f26f246bcc9b6bd3bfd0..b69a97212cd9d3a99e47cc2d0055a7c9d0b813d0 100644 (file)
@@ -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-2022">
+<meta name="Copyright" content="Copyright (C) 2005-2023">
 <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">
@@ -97,7 +97,7 @@ handled correctly. The error may fall through an on-trace
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2022
+Copyright &copy; 2005-2023
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index f7f3d0db3223bcd52d48bed3a9ea78e47b13091e..a93e831e4b2665cecb58bf7852964ab1651ed318 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM ARM encoding engine.
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 ** Released under the MIT license. See dynasm.lua for full copyright notice.
 */
 
index 5dedaea17f6efc37c9ff0908457b0cb67d8e99d9..960f1fe6eebbe3f99e156095ca8a6e437b2b66db 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM ARM module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
index 15b4b13753b549a39da90bb1f07c235dac63822c..7f3d6c354d8f8c961ce54890afdd7cf42c3c2e72 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM MIPS encoding engine.
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 ** Released under the MIT license. See dynasm.lua for full copyright notice.
 */
 
index dfa1f72e180320e1727b3e2c416d59f41a9d4885..e2ff17f065bfaf7c4ba79d47917790ea604f5568 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM MIPS module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
index 4ea6729f07c68656ebb4708342aa4e8f7f97cd67..e2d6f1fc2ad920e6b0a97a1c8a9e614248688f68 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM PPC encoding engine.
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 ** Released under the MIT license. See dynasm.lua for full copyright notice.
 */
 
index c05d6573b0dd004fcfc5bad68b7400afefc9f5d7..b4f5cea4f077ae0120db43cac357ec32ae63e4ef 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM PPC module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
index a16fadcc31ba8662e8c8de0a302e9b9b67e50d67..73558c691013bc3d3bb3eeac5c22868959bb9a5c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM encoding engine prototypes.
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 ** Released under the MIT license. See dynasm.lua for full copyright notice.
 */
 
index 1779c5bfb0e3f8e7de865dfe2168b44dedbf884d..72d9bb87bff454afb3cba10f9583c491a9b7982f 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x64 module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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.
index c3089d9129b6914ce8671d712c65063abd81faae..7b031c72d826d8ab35908f09ac2d81b658a77da2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM x86 encoding engine.
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 ** Released under the MIT license. See dynasm.lua for full copyright notice.
 */
 
index 24c07f37d0b48cbb1f61e8e219082b97025dc637..8a4c93a2a1b8d966056c10bc5e4aa03ca6c373a6 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x86/x64 module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
index 2c773cb6317e592fc0dca1d7baad98d4efcc23aa..068efe2a4d48d70cc5d1b5e857254f9e3648240c 100644 (file)
@@ -2,7 +2,7 @@
 -- DynASM. A dynamic assembler for code generation engines.
 -- Originally designed and implemented for LuaJIT.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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-2022 Mike Pall. All rights reserved.
+Copyright (C) 2005-2023 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
index a979b4784689840c299d471ec1dc1efbaba37e09..a2eed514e1864f59496a03321fcc87062ab5d0a5 100644 (file)
@@ -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-2022 Mike Pall.
+\fBLuaJIT\fR is Copyright \(co 2005-2023 Mike Pall.
 .br
 \fBLuaJIT\fR is open source software, released under the MIT license.
 .SH SEE ALSO
index c4d0b14d401f24f9a30a6b601fb6532c77356412..aac78beb15ba6540b04b5c9cc4b1b2591ddf35c3 100644 (file)
@@ -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-2022 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2
index a12245fd5463d4d2a9615549b1ee542ef4dc6a93..ef393ff8dda1ce22b999751a950c82a3fe3483e1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 3b3110fb4c33a7f26d04eccaf1efd1cc7d745e0e..ded45d9457f36a47c7353bd7194f09ba54319768 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _BUILDVM_H
index 390abbdd2bad4c6673c3e90bf00e067a083dab61..458ce7332ef8f8a89c772aa99c2869e3861907d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: Assembler source code emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "buildvm.h"
index 7f9ac058dd6473d24debad4f0b6e7a288ff5fd88..388a8146e7277bec2df0ffd722e9b9a43082feed 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: IR folding hash table generator.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "buildvm.h"
index 99b8ad3fb9157115acd1036ab25cfde1dd49fe27..36797e4c387e8c4bd4da754a62ab2c58326cc4e3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: library definition compiler.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "buildvm.h"
index 97c0698e1eb08c1673d105478702350e76131c09..4fbc11b94872ff6e45849554776558287ad47d68 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: PE object emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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.
index e8e86c538961f343dfbd441f155e62a1106813c8..9a6414b8e3f6b3dd98481adf662d3f24ee1ce4c3 100644 (file)
@@ -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-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- Released under the MIT license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 
index d4c6d4a68d1bc457297d663415177393a23376b5..b128d35a31db90b233a4c290d84c9c2dc96c5370 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT bytecode listing module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- Released under the MIT license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index 086d5f8813b5722279f53c1fd40ad952711bfcfd..fcd80334c737cd10b8989aa6675449a42f762103 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT module to save/list bytecode.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- Released under the MIT license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index d572a5c3b705e7a32c81ae678259ffa83498dc51..4db853064546eaaf1b83dd603e921e4e9fc43425 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT ARM disassembler module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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.
index ed65702a823701e2751f2ea785897232afcd0ebd..ebfed56ac11d350f8cb1fe8246df5427ce33f07c 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT MIPS disassembler module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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.
index 4f75ca32f4ad02752b713c854dcec2aa0c7213c4..6c14800e6f20080a47bfc097691fe0b1b28f72b7 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT MIPSEL disassembler wrapper module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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
index 6d3adfe08b7e1ac19b36cd5c436c0a711e022208..26a6b3437c907d98abd009fab54038385370528d 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT PPC disassembler module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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.
index 5a11c2ccb0e49f361ed8ed06f79fca4eb6cf3bc6..3ffd67e2d1f9dfb3320dce5083a7d39dbed13d03 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x64 disassembler wrapper module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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
index 25f60c77bd7ff1c7f3588104b4309100d466f8a2..77702b89ca06877fd6826afca4636fdfc71c5d54 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x86/x64 disassembler module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 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.
index 344fa926ee8be67f292441bc2cf09084be0cc2a5..87950cb2536764465c99e90a61ba8ff33ddbbf54 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT compiler dump module.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- Released under the MIT license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index 9624688ba2721f9e6322d9afbfcafdee65b638a4..19b6949d7d05a299f1bc8bf089da4c888f5a10eb 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- Verbose mode of the LuaJIT compiler.
 --
--- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2023 Mike Pall. All rights reserved.
 -- Released under the MIT license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index 14dd57e3784f1b2d95e6c0ab56a231fa26d8cf39..8a64f185b394cf83b28c1005f1fe8be7373b11e0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Auxiliary library for the Lua/C API.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 6c96e8d51084658ae4673f5ba0ea3adcb1de0336..a687411fdd89c82724e683c4e244ebc5284eacc4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Base and coroutine library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index b7988d701308275b34b2673c81bc90502d7dc568..d7c79aebdb17b51fae3a56cca9878a2efad37e31 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bit manipulation library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_bit_c
index e7d8d24ac7c3ffde76b1009a597b4d1fff8a6546..c5f3040f0c18ed6c4e8c15604ee28931a7bd9c94 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Debug library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 3978a83e4e845a0fd10400ec550a2835daf3b17a..cf9cf9f5f16db8df10ff603545642642d820cfcc 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_ffi_c
index 35e06fe2b2b8a5e4fb806c9bcdc7719dc6abd956..41299f55e5ae47cafe5dfd2e889c566ba6306e30 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Library initialization.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index d5786e5dcb50f7a30ddde44c35d0668adcce0f01..f7db083e3c6e06144a6f943b3fadc9959c9c69ea 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** I/O library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 83ee09840138b4ed4d9496d4dac23a18cd76d20b..c2f1ee7c6fa0420016154b5a302743f0acfe7860 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** JIT library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_jit_c
index 56fb091b125fce192f484252b7403c06ebe3a5d0..56644746b73a7fd2df1cd10393cad8b1e1526f2f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Math library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <math.h>
index 7ad7dfaf24b2ba15776e8576b543fa9f0ebf700e..029cb75d370580c6ad4d37801773138e1ccfe257 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** OS library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index d2ef474fd4260dea316af5ecab97269c58ba50e6..6ec763a5c1768ada1d22a1cdc6f88541f20cc8d2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Package library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 60bb8088a06c59ecb5917cacc9a31e714199a8de..3e3653b636ecd978564d16d60e4182e284aa4885 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index dc89116f1304d4a68f7d3db95584a1661111d74d..c2a1f18f82e519050f8178fa620b9c005783fef7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table library.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 04a41792005215a5443ea90703fcff2dccc45b88..2018cb8fa89d7c2b18cda8d4ac8c0678504fc812 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Public Lua/C API.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index db46f8867dacd78ca2bfbba8f16451bbb4723be6..da53b1626be1c8c5df05d494452744ef7bece418 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Target architecture selection.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ARCH_H
index 1708c360a03656b1db332f55013c0d383f236dd5..7c4d8f52775f9bbe62581657fe28e4c87f283cfe 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_asm_c
index f0a4f2d0ce45e4c9716e2152586cfb81d75f769b..5eb396b1b17b58a005c679d7a29f913a715a5fce 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ASM_H
index 57575874e7176f03650d62b5e4065025558792d8..20e573932ca1d25b6f3a27ed8be3f7f0aaff5e85 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** ARM IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Register allocator extensions --------------------------------------- */
index 10a5dbe97157188672cc29ea7c79b66e93e7d78d..3c99a8438d93ba9e7976384f6fd02db7f9668530 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** MIPS IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Register allocator extensions --------------------------------------- */
index d7d743a66431351c407d6450b9d494639cd9e698..bd9374cc62d70041f384d4f8efd4a5a3d736070f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** PPC IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Register allocator extensions --------------------------------------- */
index bfbdb112aa32d2c3a114922f467fbe73e3ade7d3..e01def598d8290cfc6e36cd39c24064fa76e075a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** x86/x64 IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Guard handling ------------------------------------------------------ */
index b692cb54a3a41e648e3222da98cfbebad669b68c..23ac76bc9c386f4f7e777ea42e7de7d747a97643 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction modes.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_bc_c
index 22c43caad59c8e3481fdd7d09dd49ed530ee110f..5f6146b6088f749a9f0a44c39ec835bc52a0f102 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction format.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_BC_H
index 8ca62f80c6f3b05aefb47468d65a93dbc16f9954..5cca36a96177c2fe8e9d2b02cf4bfd13870befa8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode dump definitions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_BCDUMP_H
index 4a925f1c18264f8914d9ec5de81bd78d9c21aad6..ad6b2a5cefd4e5acc40922936b69fff8af3812ee 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode reader.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_bcread_c
index d836497e25abc0e03a57d5b7ffbae2446275b11c..6282f7670865456a8dfab059a839d443530b9fd0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode writer.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_bcwrite_c
index 231d7a8ad7f749cd2c9559fc5921ef1729dc8cd6..96384e871368541bb1e2cbc8891e190e61ea0a8b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C data arithmetic.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 269c60eacd1237b4c85ca8a574e93bc45243d3ff..d87c2d0785611f6786a8ed7813229d3eab2d5f0b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C data arithmetic.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CARITH_H
index 4a859c73f947987b0c12da1f48fbfe08fec2a428..79e726c690850f3044123741568dd2edce68664f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C call handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index b46483f1f5bf93d61416dac372e31b4a23cc2f63..2f4fa7a6071c2583147d4a197dfc210805c72962 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C call handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CCALL_H
index 5a6785c6b37c6076e9aee7f1821f0728c44b648a..363fef4538bd14e442efd793be19486037c1be35 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C callback handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 8a2c31df3e323748c874e6e010b1094c8bc2d818..ea7f67a8b8750625caff209c866b4b8b19792c34 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C callback handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CCALLBACK_H
index 8556952f24279c9a13250f5bd0278b29c369c194..a5a4e69b30a112af00211bebdf4fbd65119489d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C type conversions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 2d1cb273ecddeb019aadd6461d29d455c0584a35..6199448d566d55d28204899c0b3cc7f718eab691 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C type conversions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CCONV_H
index 425e6bcfc02b522ce54109ccd718fad521dc33c6..32c69829b863d465b4f0acc6e10b6ec525649c00 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C data management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 2a82a9d8b8d5c5da966a258ec436ae2762e4e925..4de5969a27ea92a1b8bd467f70e59552289fe316 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C data management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CDATA_H
index ab2db33ad76a07fc37857cadf9b207a3596b80be..d8d879a08536961f6e1125e5e632eeb6a571e417 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C library loader.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 4429486e1948e96e51e9e8aa5daf3c3861708197..3a41a4d9b50a4612b7571e577bd4f3980abd9778 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** FFI C library loader.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CLIB_H
index 8c681c56e46b8c480535c00dc13fbab81c649091..f807c5aed1bb48a3135c79aad2d1f02075bf5a30 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C declaration parser.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index df884497a0c4b9832e1bb1a4eee6c9e083cd8b99..f5268693eb04f74de3b15660ab41d85f5b29599e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C declaration parser.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CPARSE_H
index 2fcc6d1c9b1396d2d36c311c6ef14a2b3d9bb8c5..63a72aa41bc09a7b22654c6675ca95f702c6562c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder for C data operations.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_ffrecord_c
index 513ded7b33da5cd2387f435dc6d02b6de34bd25c..e3ba70c180e91241033ed9675b03d8df00210b28 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder for C data operations.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CRECORD_H
index 04e8c35ce0fd496045b04744d69788c944757b8b..872e8cda1bf75af0b8a52a4e870d411cdc8f1710 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C type management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 4979a7aca7cb3ba7592dcc23a0cef7c81cbe4600..0787d800c8e9208655b6296134f2b9b4d49743d9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** C type management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_CTYPE_H
index 65ec26f02375bdcab5cae13b13340c1a50c69137..e6a8be54e7e035e9a653ddc65727811e04f84c0d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Debugging and introspection.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_debug_c
index 15cdee3cb7505575484881e2a68bfdf716675b89..71f7c6a24fda5b3ced3e73fccb81a3a82c29c91f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Debugging and introspection.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DEBUG_H
index d09ebb1093b7eed879c550a52233db54cbbd9a94..a5e317cd10524ca6ee24e0dfc14a8e4e84cc9f8a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT common internal definitions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DEF_H
index 54c8603888f94d4c5578403183d60e622bc11b10..8009d289ecf263657fcfe273b5a844913e9d7fea 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_dispatch_c
index cb4cbf8ecc0aaa1d539af223ed4c78574fa48094..b26c6b94dd3cdb922eb7a93ef53cc379b2d555a3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DISPATCH_H
index 633afb49c3780f6170e120cbdf3b78c2f15c2649..d38c8a380b7adb1aace2473ef038ac727c601c4c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** ARM instruction emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Constant encoding --------------------------------------------------- */
index 366cf7aba83777977f2cfaf5a86b12048ff7f7e1..57a7a7cdc7b54f6d64e7fe0030550dda47ee3285 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** MIPS instruction emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Emit basic instructions --------------------------------------------- */
index 6d0ea185136154fad6aa85a964e59e9700d033f6..62462ade02bd9293bd22f9fbc5a8200453820079 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** PPC instruction emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Emit basic instructions --------------------------------------------- */
index d8b4b8a087ed8004911c2b3f5081cc8ca7ab1f3c..0e26ad526e58ce7cde96b740d801d3ffb34f64db 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** x86/x64 instruction emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* -- Emit basic instructions --------------------------------------------- */
index d97837220e813a05b3d1f0b4c4c1634d3ac09adc..4a2d6bbd139afd9118e7efdbbffd20a9200aef5a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Error handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_err_c
index 59253b58c0b37817f42ce77b389656882cf8b59c..321719a9bf9f4c3021655c9b21df4142b47a7259 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Error handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ERR_H
index 2c26a4f1b5278deec8c21bfaf221e4c0cea8fe90..9c695ce531bf127f1dff70ee883b6d48c4b2237a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM error messages.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different ERRDEF macros. */
index d00c32fc1c794c4d3c350d60b0ed3b33e6a3d515..34fb743717c1d745a395455223c88f49f95e5f6a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Fast function IDs.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FF_H
index f833bc16d6847d45a3e9e8fb7b7d870202a64b98..4127fe819616b28e8b33a3395a4b8c650c739aaf 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Fast function call recorder.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_ffrecord_c
index 0acb8ed5932891c5a85a9896cd6550f7ca5ecd28..24e1d7cab32df83c225fa878ad65bcf3e01126c9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Fast function call recorder.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FFRECORD_H
index 33bd8e3efd3935192691a7044eb9b30294dac243..35cbb4ead974a04ff2666e8d92117c1e43c31eb3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Stack frames.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FRAME_H
index 5df652d8dcfe6ad40e64131e4884726956ecf9a4..4ac47875a63d8e9d26844467e1dd01d366c618e7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 44df4deba9d6b73e85a5c20c740cf3bfdd2788ae..96994ebf1395e10a3d3d1a36718277ebc27d1745 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FUNC_H
index 899b4e02f4ed66532fab967fb0214fbf419f16aa..06484f6fac55be3703510f67a614995762cf2d46 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index c211e072d173f83d5adb7a5ef3fe0a9a2d0accf3..8c8ed336ad2bb91602bdd7d4052196b3202f7fd9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GC_H
index e4b68375ad7fe40346d3e1a10a3db0d3817ad002..01f51ba7f5f86831902ab0d1a9cb4c2803ff6ff5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_gdbjit_c
index f531be6196d21a03b21ccb41912e723f4595d337..3962a66565184d34341b215181b48e6a83ac4998 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GDBJIT_H
index b28466805c76e9374e4ca7a2eb8c11f58ebea73f..cad40292b9fd4c0129319bbed3d328cf1bdd3e71 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) emitter.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_ir_c
index da73a4b754043482ea82d264d1066787e2b5b20d..9fd4e275ea9208c043a48b3dead3245c9870a041 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) format.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IR_H
index 9ddfb156ad0b36e89814900316071d7dfe7d67a6..4e99b8b5d415e5ae0bcb91ebac9e139b3fb20600 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** IR CALL* instruction definitions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IRCALL_H
index e89d796f639137349e5aac7b32cfaf80e079d27c..9aa03abca7b4add3516dd24b74d75bdfdddb9094 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Common header for IR emitter and optimizations.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IROPT_H
index 028509355a9c85467bb1ec1a4c916de01e034cbc..66aa9aad923980fea85ccf8e00f879b6d22bbe56 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Common definitions for the JIT compiler.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_JIT_H
index a74b4d6d73868abe77647de6a97ab1d489f5e2fe..87601597db84a8cac96627b43a2ac78d49fa171f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lexical analyzer.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index a284af19e91ef39c56384b491ccf87f21b797c5d..e244806eae865d01902d316d690b6133917b4654 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lexical analyzer.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_LEX_H
index 5796766a18d239d8966a5ab0fed18d22449e34df..67ecb5a3332fb5786330090cc0add154dbf1ce3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_lib_c
index 55529ad8fec519ed4d761265b555aec5c38446d1..d8e93925984cdcf3f39aafe6f7ea1249a1bf9d5c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_LIB_H
index dbd36ac7b006c2834b7f689f38ff0277d9e0d9c9..dab037b450b088dcb8b1c7c35b5c3a913f598af6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Load and dump code.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <errno.h>
index 0a3b3fa3fa37b99110634ec164e28c47fc890a20..7013cd7d04b63bcc483253723ad174cb127dfe66 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_mcode_c
index be35925fffdb48f831ec0c0c8c7cdd806b5960bc..b88be93eeb01e294ccffd58dd2f0780bbc444b8c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_MCODE_H
index 1d4d2234c2019de723aba8e8e52fe2379fee43f5..15c13aa23e084ffa747d062dfecabf916f590a22 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 9c36aea5cac51f00c8ed2787c5ed71c54d8df722..53ec9c0a9be19fa49ebb4ff94e98ffd8738896bb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_META_H
index 528b3a582a14d5103f774b8a063fda5cbb34a875..ce83713418bf33ffbce6fc52370012363f06da6c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Miscellaneous object handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_obj_c
index ef45ae121437b8c61032015cd0bef0b6297cbe3a..6cb93f89f3d6d32be892016b804c6b18583ff8af 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM tags, values and objects.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index cff54a8b81e6074157dc28958f7273b90fcb9f09..c6c3e1bc3429a670056287865c82daf1013959d2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_dce_c
index 482abdef074cc6a215f1ee1402f9aff493995d53..ab1581438776281797523232c59f435b562d82d2 100644 (file)
@@ -2,7 +2,7 @@
 ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation.
 ** ABCelim: Array Bounds Check Elimination.
 ** CSE: Common-Subexpression Elimination.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_fold_c
index 466f88dec969a2075512852c403090f7e4cfa911..8a0e611fbafb8d3595b6532f374baad6e43ee39d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LOOP: Loop Optimizations.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_loop_c
index 9d83ea4a0ad30549ec58242245c40ab24ba6b86b..dc74a06de3fef6b5a4afd3360cd4daf6ab6e1b76 100644 (file)
@@ -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-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_mem_c
index 34fe6c396753165be23a2ac2e46003061dfceff7..700c23d4a0f33cca1e99b152c089f18906560a9a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ** NARROW: Narrowing of numbers to integers (double to int32_t).
 ** STRIPOV: Stripping of overflow checks.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_narrow_c
index 784d9a1a08309bae076c015be560e3fc4d47d7ab..a9feddadbffb25a5cbe897fa06dfc7ba0ab125bd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SINK: Allocation Sinking and Store Sinking.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_sink_c
index 190b6ba495dc3e41d6e08b28bb01af543eb581a8..1f2ffe545789a21d1fd04c4853f42ff588b70350 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_split_c
index 493a3e24f3b502fa98daa8ebeaf4a83f090e6079..c0cbd261c98452a191c79dc8dd5ea5845565c477 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 4206f00e8424261d2156ef55b19430c1928cd887..503dba086f94cd5b870829ab4703b804709d271b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_PARSE_H
index 751d9eb7f3ef5534f0ce32071fb4ab93d2b0e244..0e14382c737ca7cf319044c346d415185ce073d5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_record_c
index 4b180fc2a6b398f5c2b046b10c721e52e64ab8c9..08b7ba2064fa647a7a5adc0a958c9247f9cbf6e6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_RECORD_H
index e2da4b3e998a4131fd3d822ee28098970e36e50e..1ef75e8302e9a86ee9e1e2817767b9546cd4686d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_snap_c
index 03cf90383d289cf6a58d80d9276942c7d33885ee..6c406f20173e071f65121f9e28774ff211b2dcd8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_SNAP_H
index 3d371f61d59e96b016d00e371a8335c642dab690..d7befaff595a0eb5fa29208ba20d4432503cc2fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 48c4d700600b5fb3225f8d863e1077c8fb95a93a..dea9f58e7f7c6331a58e58c6937e4752954d7915 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STATE_H
index f1fc8ee12ebb24d3af81364f3c88318d660795e8..7242a8e0d79350eced76cb755c43c7b8b0e6ec24 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index e304f72f42159d0e2e82b4b99f9cab6446453abb..8689a0d7e9943f3a98e4d61846d0dbae69e66f47 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STR_H
index 9e8023b5ac142490c5dc651e4127b12c0f74e05b..79c0c56961a4a26b82ad3a7a419a40cdd30e790f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String scanning.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <math.h>
index 61ddcb4570df1b5338fc0492ec7dfed4bdefa69f..8d036e6fbd7b5013a2535f55c2fd7577bdf3b975 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String scanning.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STRSCAN_H
index c5b6bcbf3db028641e82b333bda07f639183e34b..26485dcd8132c3c56cbce6f52d5ca42d1ab926ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 4a10687360f93125981fa7260075c01bff16073f..bb3e273da9ef88e510ab3056cf568ab8947cafa0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TAB_H
index 75eb965fd95f206a1c2d1d829f45e416ec6ecd7f..8c88165277de8ec5943b57130e4072d8b281da89 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for target CPU.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_H
index 76a30710468e479eefef7736332ff500b8586ce9..cdc8776d42166c11b83632f03a607c3371247834 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for ARM CPUs.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_ARM_H
index ec935494e7360d20106b71c7e550abfe352b6366..01ec0117918c1913bd1c3d19062a47b7d8787558 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for MIPS CPUs.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_MIPS_H
index b4f600ebaebdb1723835418d9b381053c251b81c..d881c5406fab2f2b69932656d659b411d9addd8b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for PPC CPUs.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_PPC_H
index 69aec37ccb8d4e757342216a75b6d681fdb49755..7d0e5e6dd779a2ed6e8f1d571555a87b83c5005b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for x86 and x64 CPUs.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_X86_H
index 89c3c5ed1107af05883562d4cef15a015376fb05..a72e73a3a38f718ffe01f2a31ce633d25abaa650 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_trace_c
index 0fc036722849457ec4fee9a2cf66a21d7416cafc..d708a217f746df5f5adcb38f3fbe8e61ffa79de1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TRACE_H
index a4e5ae64d754cefd3cc9e8e9f2ea3c92583f4653..8b28e65c6531227297d8f475a82d1a78d2b49def 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace compiler error messages.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different TREDEF macros. */
index 7dada8482be045b019972e408361002c69275077..b17c2529ab8e1c683d3bc289b6504155c982fdde 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_udata_c
index acd136a79258364591f2495ed0c0db3b4e8d8086..f1c2ca7f6e9852c22e9e4f002fe17d751b53740c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_UDATA_H
index b66f5b85fe46c1d2c7f99e843cc240f552281dac..133a78cc9c5483998d0705febeb0dc81fefd5b79 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Assembler VM interface definitions.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_VM_H
index 704af25488751ac9f8ad729c2e489de10164759f..a25547eedec7372c586940caae7fa2256277a945 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM event handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <stdio.h>
index 40f9c6312b783c20ba02301a64f3227c3cacd749..13fb9b92735d8674ff42e8544349a3c036344ded 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM event handling.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_VMEVENT_H
index 6369bc6be38a8b0827e56aefe50b9ccfd08af57e..2da5f6b756cfd9ae99afd6ba8a7a59d456f5afcd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Math helper functions for assembler VM.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_vmmath_c
index 92f070da2de9baa3c780bfa41d3a235fc6dfe822..f9315d5c154d22de53afcf2c4ce69f4f5ae437ea 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT core and libraries amalgamation.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /*
index 9d587e9dadce5e216cb51090db960ebf6344f6b4..c1c9b4d32384bb598eba651c8e576e6925041d4d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Configuration header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef luaconf_h
index cf4982a6b35ceee80fc6e6c40eefae27b2400f98..85579cdae9e1285275f316d0ce82a85ecb010694 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 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
index 8b666f63fdc75d657104c15ed4aa0cb69121db93..8b09f3762b8a05a9f27f36afcd699174c4164131 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
 **
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 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-2022 Mike Pall"
+#define LUAJIT_COPYRIGHT       "Copyright (C) 2005-2023 Mike Pall"
 #define LUAJIT_URL             "https://luajit.org/"
 
 /* Modes for luaJIT_setmode. */
index 4a2f86923fd7605bf4c7b36f92142f9d5fa11d00..316782fc32d088295b5d393a449b1a7610650adf 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Standard library header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LUALIB_H
index 045965f811b21d3a56132ed50e08f2de830bdaf2..6d6c1aa28fa5b119e83b6c6a6edea38adc5cd424 100644 (file)
@@ -1,5 +1,5 @@
 @rem Script to build LuaJIT with MSVC.\r
-@rem Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h\r
+@rem Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h\r
 @rem\r
 @rem Open a "Visual Studio Command Prompt" (either x86 or x64).\r
 @rem Then cd to this directory and run this script. Use the following\r
index 4a13c68b8d076243f4035746db56ed33b1b804c2..7dae1a53dd327a07dc991c56d76cfb66da058d1e 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for ARM CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 |
 |.arch arm
 |.section code_op, code_sub
index 866b8e3da6cca55d82954b580e17b8d15bd19e84..f6f801f206bc48e34ccdaf33f795cbba02d44457 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for MIPS CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 |
 |.arch mips
 |.section code_op, code_sub
index 48d0ed0fce94623cda6ea0369ddc6bc6c615e3f4..61ebbb04121f2465d72c915d931e2ddcde39cf85 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for PowerPC CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 |
 |.arch ppc
 |.section code_op, code_sub
index 1d8f70f013d57e472501db8edab68118a7694990..c4a4419170b0571c09e95b561aa446e8e27e36c9 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for PowerPC/e500 CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 |
 |.arch ppc
 |.section code_op, code_sub
index 7db5e7101d7e2e90865721b4003ebb9ef2f82510..5b3356dce2a81c72462c226966b5721072b4b488 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for x86 CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
 |
 |.if P64
 |.arch x64