Skip to content

Commit 1e66d0f

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 3134359 + f47c864 commit 1e66d0f

File tree

204 files changed

+222
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+222
-222
lines changed

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
===============================================================================
22
LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
33

4-
Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
1111
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
1212
#
13-
# Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
13+
# Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
1414
##############################################################################
1515

1616
MAJVER= 2

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
55

66
Project Homepage: https://luajit.org/
77

8-
LuaJIT is Copyright (C) 2005-2020 Mike Pall.
8+
LuaJIT is Copyright (C) 2005-2021 Mike Pall.
99
LuaJIT is free software, released under the MIT license.
1010
See full Copyright Notice in the COPYRIGHT file or in luajit.h.
1111

doc/bluequad-print.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2020 Mike Pall.
1+
/* Copyright (C) 2004-2021 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

doc/bluequad.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2020 Mike Pall.
1+
/* Copyright (C) 2004-2021 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

doc/contact.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Contact</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -87,15 +87,15 @@ <h1>Contact</h1>
8787
<h2>Copyright</h2>
8888
<p>
8989
All documentation is
90-
Copyright &copy; 2005-2020 Mike Pall.
90+
Copyright &copy; 2005-2021 Mike Pall.
9191
</p>
9292

9393

9494
<br class="flush">
9595
</div>
9696
<div id="foot">
9797
<hr class="hide">
98-
Copyright &copy; 2005-2020
98+
Copyright &copy; 2005-2021
9999
<span class="noprint">
100100
&middot;
101101
<a href="contact.html">Contact</a>

doc/ext_c_api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Lua/C API Extensions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -173,7 +173,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
173173
</div>
174174
<div id="foot">
175175
<hr class="hide">
176-
Copyright &copy; 2005-2020
176+
Copyright &copy; 2005-2021
177177
<span class="noprint">
178178
&middot;
179179
<a href="contact.html">Contact</a>

doc/ext_ffi.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>FFI Library</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -316,7 +316,7 @@ <h2 id="cdata">Motivating Example: Using C Data Structures</h2>
316316
</div>
317317
<div id="foot">
318318
<hr class="hide">
319-
Copyright &copy; 2005-2020
319+
Copyright &copy; 2005-2021
320320
<span class="noprint">
321321
&middot;
322322
<a href="contact.html">Contact</a>

doc/ext_ffi_api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>ffi.* API Functions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -556,7 +556,7 @@ <h2 id="literals">Extensions to the Lua Parser</h2>
556556
</div>
557557
<div id="foot">
558558
<hr class="hide">
559-
Copyright &copy; 2005-2020
559+
Copyright &copy; 2005-2021
560560
<span class="noprint">
561561
&middot;
562562
<a href="contact.html">Contact</a>

doc/ext_ffi_semantics.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>FFI Semantics</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -1246,7 +1246,7 @@ <h2 id="status">Current Status</h2>
12461246
</div>
12471247
<div id="foot">
12481248
<hr class="hide">
1249-
Copyright &copy; 2005-2020
1249+
Copyright &copy; 2005-2021
12501250
<span class="noprint">
12511251
&middot;
12521252
<a href="contact.html">Contact</a>

doc/ext_ffi_tutorial.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>FFI Tutorial</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -587,7 +587,7 @@ <h2 id="cache">To Cache or Not to Cache</h2>
587587
</div>
588588
<div id="foot">
589589
<hr class="hide">
590-
Copyright &copy; 2005-2020
590+
Copyright &copy; 2005-2021
591591
<span class="noprint">
592592
&middot;
593593
<a href="contact.html">Contact</a>

doc/ext_jit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>jit.* Library</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -185,7 +185,7 @@ <h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
185185
</div>
186186
<div id="foot">
187187
<hr class="hide">
188-
Copyright &copy; 2005-2020
188+
Copyright &copy; 2005-2021
189189
<span class="noprint">
190190
&middot;
191191
<a href="contact.html">Contact</a>

doc/ext_profiler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Profiler</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -349,7 +349,7 @@ <h3 id="luaJIT_profile_dumpstack"><tt>p = luaJIT_profile_dumpstack(L, fmt, depth
349349
</div>
350350
<div id="foot">
351351
<hr class="hide">
352-
Copyright &copy; 2005-2020
352+
Copyright &copy; 2005-2021
353353
<span class="noprint">
354354
&middot;
355355
<a href="contact.html">Contact</a>

doc/extensions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Extensions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -470,7 +470,7 @@ <h2 id="exceptions">C++ Exception Interoperability</h2>
470470
</div>
471471
<div id="foot">
472472
<hr class="hide">
473-
Copyright &copy; 2005-2020
473+
Copyright &copy; 2005-2021
474474
<span class="noprint">
475475
&middot;
476476
<a href="contact.html">Contact</a>

doc/faq.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Frequently Asked Questions (FAQ)</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -175,7 +175,7 @@ <h1>Frequently Asked Questions (FAQ)</h1>
175175
</div>
176176
<div id="foot">
177177
<hr class="hide">
178-
Copyright &copy; 2005-2020
178+
Copyright &copy; 2005-2021
179179
<span class="noprint">
180180
&middot;
181181
<a href="contact.html">Contact</a>

doc/install.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Installation</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -608,7 +608,7 @@ <h2 id="distro">Hints for Distribution Maintainers</h2>
608608
</div>
609609
<div id="foot">
610610
<hr class="hide">
611-
Copyright &copy; 2005-2020
611+
Copyright &copy; 2005-2021
612612
<span class="noprint">
613613
&middot;
614614
<a href="contact.html">Contact</a>

doc/luajit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>LuaJIT</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -146,7 +146,7 @@ <h1>LuaJIT</h1>
146146
It may be embedded or used as a general-purpose, stand-alone language.
147147
</p>
148148
<p>
149-
LuaJIT is Copyright &copy; 2005-2020 Mike Pall, released under the
149+
LuaJIT is Copyright &copy; 2005-2021 Mike Pall, released under the
150150
<a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT open source license</a>.
151151
</p>
152152
<p>
@@ -220,7 +220,7 @@ <h2>More ...</h2>
220220
</div>
221221
<div id="foot">
222222
<hr class="hide">
223-
Copyright &copy; 2005-2020
223+
Copyright &copy; 2005-2021
224224
<span class="noprint">
225225
&middot;
226226
<a href="contact.html">Contact</a>

doc/running.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Running LuaJIT</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -293,7 +293,7 @@ <h3 id="opt_O"><tt>-O[level]</tt><br>
293293
</div>
294294
<div id="foot">
295295
<hr class="hide">
296-
Copyright &copy; 2005-2020
296+
Copyright &copy; 2005-2021
297297
<span class="noprint">
298298
&middot;
299299
<a href="contact.html">Contact</a>

doc/status.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Status</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -101,7 +101,7 @@ <h2>Current Status</h2>
101101
</div>
102102
<div id="foot">
103103
<hr class="hide">
104-
Copyright &copy; 2005-2020
104+
Copyright &copy; 2005-2021
105105
<span class="noprint">
106106
&middot;
107107
<a href="contact.html">Contact</a>

dynasm/dasm_arm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM ARM encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_arm.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM ARM module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_arm64.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM ARM64 encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_arm64.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM ARM64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_mips.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM MIPS encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_mips.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM MIPS32/MIPS64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_mips64.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM MIPS64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77
-- This module just sets 64 bit mode for the combined MIPS/MIPS64 module.

dynasm/dasm_ppc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM PPC/PPC64 encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_ppc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM PPC/PPC64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
--
77
-- Support for various extensions contributed by Caio Souza Oliveira.

dynasm/dasm_proto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM encoding engine prototypes.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

0 commit comments

Comments
 (0)