summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-11-08 11:05:06 +0100
committerMike Pall <mike>2012-11-08 11:05:06 +0100
commit87d74a8f3d8f5a53fc7ad1fd45adcc06db4bcde8 (patch)
tree3513c5c05a46f241da33e0db785ef522ba5c623b
parent74feb2534c20482ba3e69b4796b49481c3658de0 (diff)
downloadluajit-2.0.0.tar.gz
luajit-2.0.0.tar.bz2
luajit-2.0.0.zip
RELEASE LuaJIT-2.0.0-rc3v2.0.0-rc3v2.0.0
-rw-r--r--doc/changes.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/changes.html b/doc/changes.html
index b7a2ca7c..aea75d67 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,21 +72,23 @@ to see whether newer versions are available.
72</p> 72</p>
73 73
74<div class="major" style="background: #d0d0ff;"> 74<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>
76<ul> 76<ul>
77<li>Correctness and completeness: 77<li>Correctness and completeness:
78<ul> 78<ul>
79 <li>Fix Android/x86 build.</li> 79 <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>
81 <li>Fix detection of immutable upvalues.</li> 81 <li>Fix detection of immutable upvalues.</li>
82 <li>Replace error with PANIC for callbacks from JIT-compiled code.</li> 82 <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>
84 <li>Don't create unneeded array part for template tables.</li> 84 <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>
86 <li>Don't propagate implicitly widened number to index metamethods.</li> 86 <li>Don't propagate implicitly widened number to index metamethods.</li>
87 <li>ARM: Fix ordered comparisons of number vs. non-number.</li>
87 <li>FFI: Fix code generation for replay of sunk float fields.</li> 88 <li>FFI: Fix code generation for replay of sunk float fields.</li>
88 <li>FFI: Fix signedness of bool.</li> 89 <li>FFI: Fix signedness of bool.</li>
89 <li>FFI: Fix recording of bool call result check on x86/x64.</li> 90 <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>
90</ul></li> 92</ul></li>
91</ul> 93</ul>
92 94