<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src/lib_base.c, branch temp-v3bp-syntax1</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2026-03-27T18:51:15+00:00</updated>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-03-27T18:51:15+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-03-27T18:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=0ef314dcb2186311cce37c029a1b4ec2265cf217'/>
<id>urn:sha1:0ef314dcb2186311cce37c029a1b4ec2265cf217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent false positive sanitizer warning in unpack().</title>
<updated>2026-03-27T18:49:05+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-03-27T18:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f322ecb51e3cea06683cc201e8ce224ec42fdab8'/>
<id>urn:sha1:f322ecb51e3cea06683cc201e8ce224ec42fdab8</id>
<content type='text'>
Reported by Sergey Bronnikov. #1450
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-01-09T16:25:02+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=2c110b7769bace93314f19977307054d44eb731e'/>
<id>urn:sha1:2c110b7769bace93314f19977307054d44eb731e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2026-01-09T16:18:03+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=6e69e4731437d6876b96e843804a6ef0a671ed25'/>
<id>urn:sha1:6e69e4731437d6876b96e843804a6ef0a671ed25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2025-01-13T15:22:22+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T15:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=a4f56a459a588ae768801074b46ba0adcfb49eb1'/>
<id>urn:sha1:a4f56a459a588ae768801074b46ba0adcfb49eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reject negative getfenv()/setfenv() levels to prevent compiler warning.</title>
<updated>2025-01-13T15:16:27+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T15:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=9d777346bc4e3b033dd78393980d41ee7bc34867'/>
<id>urn:sha1:9d777346bc4e3b033dd78393980d41ee7bc34867</id>
<content type='text'>
Thanks to Sergey Kaplun. #1329
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2025-01-13T15:15:19+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T15:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8358eb0cceb0aab0ba2872afa4a68ef391093d88'/>
<id>urn:sha1:8358eb0cceb0aab0ba2872afa4a68ef391093d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2025-01-13T14:59:10+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T14:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=e8236561d4f71d9fe9faeee4d24197ea3a2de601'/>
<id>urn:sha1:e8236561d4f71d9fe9faeee4d24197ea3a2de601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cross-32/64 bit and deterministic bytecode generation.</title>
<updated>2024-01-22T18:06:36+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2024-01-22T18:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=4b90f6c4d7420139c135435e1580acb52ea18436'/>
<id>urn:sha1:4b90f6c4d7420139c135435e1580acb52ea18436</id>
<content type='text'>
Contributed by Peter Cawley. #993 #1008
</content>
</entry>
<entry>
<title>Handle OOM error on stack resize in coroutine.resume and lua_checkstack.</title>
<updated>2023-09-21T02:40:48+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-09-21T02:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=a5d2f70c73e406beb617afa829a7af5b8c1d842c'/>
<id>urn:sha1:a5d2f70c73e406beb617afa829a7af5b8c1d842c</id>
<content type='text'>
Thanks to Peter Cawley. #1066
</content>
</entry>
</feed>
