<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit, branch v2.1.ROLLING</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=v2.1.ROLLING</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=v2.1.ROLLING'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2023-08-21T01:18:35+00:00</updated>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2023-08-21T01:18:35+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-21T01:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=2090842410e0ba6f81fad310a77bf5432488249a'/>
<id>urn:sha1:2090842410e0ba6f81fad310a77bf5432488249a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch build system to rolling releases.</title>
<updated>2023-08-21T01:06:26+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-21T01:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=50e0fa03c48cb9af03c3efdc3100f12687651a2e'/>
<id>urn:sha1:50e0fa03c48cb9af03c3efdc3100f12687651a2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2023-08-21T00:38:56+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-21T00:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f0ff869bc2fffa17bb765c4c773457578da125a9'/>
<id>urn:sha1:f0ff869bc2fffa17bb765c4c773457578da125a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation for switch to rolling releases.</title>
<updated>2023-08-21T00:28:49+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-21T00:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=c34594681909cac98d44629863df2c7afd93eaf0'/>
<id>urn:sha1:c34594681909cac98d44629863df2c7afd93eaf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2023-08-20T19:33:37+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-20T19:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=ef587afb2cd7267c0defd04aa642593b76a6b23d'/>
<id>urn:sha1:ef587afb2cd7267c0defd04aa642593b76a6b23d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2023-08-20T19:25:30+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-20T19:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=158a284cc9c33ade9054df976018401e4996cfbd'/>
<id>urn:sha1:158a284cc9c33ade9054df976018401e4996cfbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove work-in-progress notice in string buffer docs.</title>
<updated>2023-08-20T19:14:37+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-20T19:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=cbb187aea5e9bbe708faee7f03f92b4c62a74720'/>
<id>urn:sha1:cbb187aea5e9bbe708faee7f03f92b4c62a74720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MIPS: Fix "bad FP FLOAD" assertion.</title>
<updated>2023-08-13T01:02:25+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-13T01:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=72efc42ef2258086a9cb797c676e2916b0a9e7e1'/>
<id>urn:sha1:72efc42ef2258086a9cb797c676e2916b0a9e7e1</id>
<content type='text'>
Reported by Sergey Kaplun. #1043
</content>
</entry>
<entry>
<title>Ensure forward progress on trace exit to BC_ITERN.</title>
<updated>2023-08-13T00:25:12+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-13T00:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=119fd1fab0ebf235669456fbb57ee872fb05fc73'/>
<id>urn:sha1:119fd1fab0ebf235669456fbb57ee872fb05fc73</id>
<content type='text'>
Also use a safer way to force a static dispatch for BC_RET*.
Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
</content>
</entry>
<entry>
<title>ARM64: Add support for ARM64e pointer authentication codes (PAC).</title>
<updated>2023-08-12T20:25:40+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-12T20:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=27af72e66f6a285298d1a9be370779aae945eb14'/>
<id>urn:sha1:27af72e66f6a285298d1a9be370779aae945eb14</id>
<content type='text'>
Contributed by Peter Cawley. #559
</content>
</entry>
</feed>
