<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src, branch v2.0.0</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=v2.0.0</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2012-11-07T17:05:23+00:00</updated>
<entry>
<title>ARM: Fix ordered comparisons for number &lt;=&gt; non-number.</title>
<updated>2012-11-07T17:05:23+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-07T17:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=061335899194145ca28f01eb499a1f7472c38fe8'/>
<id>urn:sha1:061335899194145ca28f01eb499a1f7472c38fe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FFI: Fix stack-adjustment for __thiscall callbacks.</title>
<updated>2012-11-07T17:04:58+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-07T17:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8a11869d4905249600ce34bc12a47d6058fa4e21'/>
<id>urn:sha1:8a11869d4905249600ce34bc12a47d6058fa4e21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FFI: Fix recording of bool call result check on x86/x64.</title>
<updated>2012-11-06T16:05:37+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-06T16:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=4e5ef81b869dd15238ccfd5aeef09ce577f9b805'/>
<id>urn:sha1:4e5ef81b869dd15238ccfd5aeef09ce577f9b805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FFI: Fix signedness of bool.</title>
<updated>2012-11-06T16:04:21+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-06T16:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8a1a6097bef28df3875f5f9c2624952bd173cf81'/>
<id>urn:sha1:8a1a6097bef28df3875f5f9c2624952bd173cf81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't propagate implicitly widened number to index metamethods.</title>
<updated>2012-11-06T15:58:52+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-06T15:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=c022692ab008102bf45786c8241f2898cef5586e'/>
<id>urn:sha1:c022692ab008102bf45786c8241f2898cef5586e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CONV.num.int sinking.</title>
<updated>2012-11-06T15:57:50+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-06T15:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=ae1987d5357c45a5dac0c8edc29609ca64ce76be'/>
<id>urn:sha1:ae1987d5357c45a5dac0c8edc29609ca64ce76be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't create unneeded array part for template tables.</title>
<updated>2012-11-06T15:56:25+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-11-06T15:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=69906d15de494cd02acaa3c4f3cac71217ae2439'/>
<id>urn:sha1:69906d15de494cd02acaa3c4f3cac71217ae2439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RELEASE LuaJIT-2.0.0-rc1</title>
<updated>2012-10-31T17:24:10+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-10-31T17:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=eb6f890ebd01ee4cf4f31a66d8a946bc8dccd885'/>
<id>urn:sha1:eb6f890ebd01ee4cf4f31a66d8a946bc8dccd885</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FFI: Fix code generation for replay of sunk float fields.</title>
<updated>2012-10-29T16:21:44+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-10-29T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=b0dde5b2b1080a00d93828f5db71c4e354e13306'/>
<id>urn:sha1:b0dde5b2b1080a00d93828f5db71c4e354e13306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix builtin string to number conversion for INT_MIN.</title>
<updated>2012-10-24T21:46:21+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2012-10-24T21:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=c7990063e0f1a522724a5c21845c2ea698d0f5bf'/>
<id>urn:sha1:c7990063e0f1a522724a5c21845c2ea698d0f5bf</id>
<content type='text'>
</content>
</entry>
</feed>
