<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src/lib_os.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-06-25T10:00:59+00:00</updated>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-06-25T10:00:59+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-06-25T10:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=9d145d2ca3db58493859c495489a0f08f627834f'/>
<id>urn:sha1:9d145d2ca3db58493859c495489a0f08f627834f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make check in os.time() consistent.</title>
<updated>2026-06-25T09:59:34+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-06-25T09:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=295d45fb26de56498782c94594f31b97aef744ef'/>
<id>urn:sha1:295d45fb26de56498782c94594f31b97aef744ef</id>
<content type='text'>
Thanks to Temir Galeev. #1470
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-06-13T09:00:59+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-06-13T09:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=194d7f2d635a11193177f0ed820ae419148f0b70'/>
<id>urn:sha1:194d7f2d635a11193177f0ed820ae419148f0b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix corner case of os.time().</title>
<updated>2026-06-13T08:59:29+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-06-13T08:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=72d2061ae2fa9a5fd45237943f9982baf59435ec'/>
<id>urn:sha1:72d2061ae2fa9a5fd45237943f9982baf59435ec</id>
<content type='text'>
Thanks to Temir Galeev. #1470
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-05-24T23:28:03+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-05-24T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=5c12243677d2bb97974d634ff172570cea2a37dc'/>
<id>urn:sha1:5c12243677d2bb97974d634ff172570cea2a37dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent sanitizer warning in os.time().</title>
<updated>2026-05-24T23:25:32+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-05-24T23:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=86d414f5cae062b06998ec66b0696a47d4f6a0f0'/>
<id>urn:sha1:86d414f5cae062b06998ec66b0696a47d4f6a0f0</id>
<content type='text'>
Reported by Sergey Bronnikov. #1454
</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>Unify Lua number to FFI integer conversions.</title>
<updated>2025-11-27T16:45:17+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-11-27T16:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f80b349d5490aa289b2925d297f3f3c618977570'/>
<id>urn:sha1:f80b349d5490aa289b2925d297f3f3c618977570</id>
<content type='text'>
Phew. #1411
</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>
</feed>
