diff options
-rw-r--r-- | doc/changes.html | 10 |
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 — 2012-11-06</h2> | 75 | <h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 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 | ||