<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src, branch v2.0.5</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=v2.0.5</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=v2.0.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2017-05-01T18:10:28+00:00</updated>
<entry>
<title>RELEASE LuaJIT-2.0.5</title>
<updated>2017-05-01T18:10:28+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-05-01T18:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=0bf80b07b0672ce874feedcc777afe1b791ccb5a'/>
<id>urn:sha1:0bf80b07b0672ce874feedcc777afe1b791ccb5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add workaround for MSVC 2015 stdio changes.</title>
<updated>2017-04-17T10:29:35+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-04-17T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=02b4b1e55633c36f370058e7601c77ba561e2c8a'/>
<id>urn:sha1:02b4b1e55633c36f370058e7601c77ba561e2c8a</id>
<content type='text'>
Contributed by Peter Cawley.
</content>
</entry>
<entry>
<title>OSX: Fix build with recent XCode.</title>
<updated>2017-04-07T09:59:08+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-04-07T09:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=247b3624ffa7f01ee39fb62d4c1b0d1de0f5ef9b'/>
<id>urn:sha1:247b3624ffa7f01ee39fb62d4c1b0d1de0f5ef9b</id>
<content type='text'>
Contributed by Joseph Zupko.
</content>
</entry>
<entry>
<title>FFI: Fix FOLD rules for int64_t comparisons.</title>
<updated>2017-03-30T09:35:29+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-30T09:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=e205ad0c5533c0a538596b63cf12d3fd0e4cc8f2'/>
<id>urn:sha1:e205ad0c5533c0a538596b63cf12d3fd0e4cc8f2</id>
<content type='text'>
Thanks to Peter Cawley.
</content>
</entry>
<entry>
<title>Remove unnecessary mcode alloc pointer check.</title>
<updated>2017-03-08T22:02:24+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T22:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f50bf7585a32738c4fb719cb8fc59d02231fc8c3'/>
<id>urn:sha1:f50bf7585a32738c4fb719cb8fc59d02231fc8c3</id>
<content type='text'>
Also fixes Illumos address space issue reported by Theo Schlossnagle.
</content>
</entry>
<entry>
<title>Limit mcode alloc probing, depending on the available pool size.</title>
<updated>2017-03-08T22:01:47+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T22:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=d62459fc3949baca5ee1c1919feb4f4979bb09c6'/>
<id>urn:sha1:d62459fc3949baca5ee1c1919feb4f4979bb09c6</id>
<content type='text'>
Contributed by Alexey Kopytov.
</content>
</entry>
<entry>
<title>Fix overly restrictive range calculation in mcode allocation.</title>
<updated>2017-03-08T21:59:44+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T21:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=4e308361bf730ef3d288db5b71489ecf442f738c'/>
<id>urn:sha1:4e308361bf730ef3d288db5b71489ecf442f738c</id>
<content type='text'>
Contributed by Alexey Kopytov.
</content>
</entry>
<entry>
<title>Fix out-of-scope goto handling in parser.</title>
<updated>2017-03-08T21:16:43+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T21:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=ff648369aa1f028750afa517ac095577ed8278d1'/>
<id>urn:sha1:ff648369aa1f028750afa517ac095577ed8278d1</id>
<content type='text'>
Many thanks to Demetrios Obenour for tracking down this long-standing bug.
</content>
</entry>
<entry>
<title>Remove internal __mode = "K" and replace with safe check.</title>
<updated>2017-03-08T21:03:17+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T21:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=3ab9f5a18da06b06ebf1e4487997c25e32210dfe'/>
<id>urn:sha1:3ab9f5a18da06b06ebf1e4487997c25e32210dfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix annoying warning, due to deterministic binutils configuration.</title>
<updated>2017-03-08T21:02:07+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2017-03-08T21:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=eef77a6d775147a1b581b06c296e9f2b3ebc9d2b'/>
<id>urn:sha1:eef77a6d775147a1b581b06c296e9f2b3ebc9d2b</id>
<content type='text'>
</content>
</entry>
</feed>
