summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-11-06 17:07:58 +0100
committerMike Pall <mike>2012-11-06 17:24:54 +0100
commite941caafcf2e549d7c994363c50eaaf6aa082842 (patch)
treec133c73bf95810b53e4789094eb4f19774d99b66
parent4e5ef81b869dd15238ccfd5aeef09ce577f9b805 (diff)
downloadluajit2-e941caafcf2e549d7c994363c50eaaf6aa082842.tar.gz
RELEASE LuaJIT-2.0.0-rc2v2.0.0-rc2
-rw-r--r--doc/changes.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/changes.html b/doc/changes.html
index b1998559..b7a2ca7c 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,7 +72,7 @@ to see whether newer versions are available.
</p>
<div class="major" style="background: #d0d0ff;">
-<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-10-31</h2>
+<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-11-06</h2>
<ul>
<li>Correctness and completeness:
<ul>
@@ -81,7 +81,12 @@ to see whether newer versions are available.
<li>Fix detection of immutable upvalues.</li>
<li>Replace error with PANIC for callbacks from JIT-compiled code.</li>
<li>Fix builtin string to number conversion for INT_MIN.</li>
+ <li>Don't create unneeded array part for template tables.</li>
+ <li>Fix CONV.num.int sinking.</li>
+ <li>Don't propagate implicitly widened number to index metamethods.</li>
<li>FFI: Fix code generation for replay of sunk float fields.</li>
+ <li>FFI: Fix signedness of bool.</li>
+ <li>FFI: Fix recording of bool call result check on x86/x64.</li>
</ul></li>
</ul>