]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
RELEASE LuaJIT-2.0.0-rc2 v2.0.0-rc2
authorMike Pall <mike>
Tue, 6 Nov 2012 16:07:58 +0000 (17:07 +0100)
committerMike Pall <mike>
Tue, 6 Nov 2012 16:24:54 +0000 (17:24 +0100)
doc/changes.html

index b19985594bb03ff9674d9459681c7fe1ba1059b4..b7a2ca7c4bda8a98a58aaa4a73f57ce165cd0626 100644 (file)
@@ -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>