diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.html | 7 |
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. | |||
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-10-31</h2> | 75 | <h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-06</h2> |
76 | <ul> | 76 | <ul> |
77 | <li>Correctness and completeness: | 77 | <li>Correctness and completeness: |
78 | <ul> | 78 | <ul> |
@@ -81,7 +81,12 @@ to see whether newer versions are available. | |||
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 INT_MIN.</li> |
84 | <li>Don't create unneeded array part for template tables.</li> | ||
85 | <li>Fix CONV.num.int sinking.</li> | ||
86 | <li>Don't propagate implicitly widened number to index metamethods.</li> | ||
84 | <li>FFI: Fix code generation for replay of sunk float fields.</li> | 87 | <li>FFI: Fix code generation for replay of sunk float fields.</li> |
88 | <li>FFI: Fix signedness of bool.</li> | ||
89 | <li>FFI: Fix recording of bool call result check on x86/x64.</li> | ||
85 | </ul></li> | 90 | </ul></li> |
86 | </ul> | 91 | </ul> |
87 | 92 | ||