Skip to content

Commit 87d74a8

Browse files
author
Mike Pall
committed
RELEASE LuaJIT-2.0.0-rc3
1 parent 74feb25 commit 87d74a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/changes.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,23 @@ <h1>LuaJIT Change History</h1>
7272
</p>
7373

7474
<div class="major" style="background: #d0d0ff;">
75-
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-11-06</h2>
75+
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-11-08</h2>
7676
<ul>
7777
<li>Correctness and completeness:
7878
<ul>
7979
<li>Fix Android/x86 build.</li>
80-
<li>Fix recording of equality comparisons with __eq metamethods.</li>
80+
<li>Fix recording of equality comparisons with <tt>__eq</tt> metamethods.</li>
8181
<li>Fix detection of immutable upvalues.</li>
8282
<li>Replace error with PANIC for callbacks from JIT-compiled code.</li>
83-
<li>Fix builtin string to number conversion for INT_MIN.</li>
83+
<li>Fix builtin string to number conversion for <tt>INT_MIN</tt>.</li>
8484
<li>Don't create unneeded array part for template tables.</li>
85-
<li>Fix CONV.num.int sinking.</li>
85+
<li>Fix <tt>CONV.num.int</tt> sinking.</li>
8686
<li>Don't propagate implicitly widened number to index metamethods.</li>
87+
<li>ARM: Fix ordered comparisons of number vs. non-number.</li>
8788
<li>FFI: Fix code generation for replay of sunk float fields.</li>
8889
<li>FFI: Fix signedness of bool.</li>
8990
<li>FFI: Fix recording of bool call result check on x86/x64.</li>
91+
<li>FFI: Fix stack-adjustment for <tt>__thiscall</tt> callbacks.</li>
9092
</ul></li>
9193
</ul>
9294

0 commit comments

Comments
 (0)