mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Update changelog.
This commit is contained in:
parent
c7f0b6bca0
commit
e822bdb688
@ -72,6 +72,27 @@ to see whether newer versions are available.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="major" style="background: #d0d0ff;">
|
<div class="major" style="background: #d0d0ff;">
|
||||||
|
<h2 id="LuaJIT-2.0.1">LuaJIT 2.0.1 — 2013-02-19</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Don't clear frame for out-of-memory error.</li>
|
||||||
|
<li>Leave hook when resume catches error thrown from hook.</li>
|
||||||
|
<li>Add missing GC steps for template table creation.</li>
|
||||||
|
<li>Fix discharge order of comparisons in Lua parser.</li>
|
||||||
|
<li>Improve buffer handling for <tt>io.read()</tt>.</li>
|
||||||
|
<li>OSX: Add support for Mach-O object files to <tt>-b</tt> option.</li>
|
||||||
|
<li>Fix PS3 port.</li>
|
||||||
|
<li>Fix/enable Xbox 360 port.</li>
|
||||||
|
<li>x86/x64: Always mark ref for shift count as non-weak.</li>
|
||||||
|
<li>x64: Don't fuse implicitly 32-to-64 extended operands.</li>
|
||||||
|
<li>ARM: Fix armhf call argument handling.</li>
|
||||||
|
<li>ARM: Fix code generation for integer math.min/math.max.</li>
|
||||||
|
<li>PPC/e500: Fix <tt>lj_vm_floor()</tt> for Inf/NaN.</li>
|
||||||
|
<li>FFI: Change priority of table initializer variants for structs.</li>
|
||||||
|
<li>FFI: Fix code generation for bool call result check on x86/x64.</li>
|
||||||
|
<li>FFI: Load FFI library on-demand for bytecode with cdata literals.</li>
|
||||||
|
<li>FFI: Fix handling of qualified transparent structs/unions.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-08</h2>
|
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-08</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Correctness and completeness:
|
<li>Correctness and completeness:
|
||||||
|
Loading…
Reference in New Issue
Block a user