diff options
-rw-r--r-- | doc/changes.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index 71678c35..21ee2487 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -72,6 +72,27 @@ 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.1">LuaJIT 2.0.1 — 2013-02-19</h2> | ||
76 | <ul> | ||
77 | <li>Don't clear frame for out-of-memory error.</li> | ||
78 | <li>Leave hook when resume catches error thrown from hook.</li> | ||
79 | <li>Add missing GC steps for template table creation.</li> | ||
80 | <li>Fix discharge order of comparisons in Lua parser.</li> | ||
81 | <li>Improve buffer handling for <tt>io.read()</tt>.</li> | ||
82 | <li>OSX: Add support for Mach-O object files to <tt>-b</tt> option.</li> | ||
83 | <li>Fix PS3 port.</li> | ||
84 | <li>Fix/enable Xbox 360 port.</li> | ||
85 | <li>x86/x64: Always mark ref for shift count as non-weak.</li> | ||
86 | <li>x64: Don't fuse implicitly 32-to-64 extended operands.</li> | ||
87 | <li>ARM: Fix armhf call argument handling.</li> | ||
88 | <li>ARM: Fix code generation for integer math.min/math.max.</li> | ||
89 | <li>PPC/e500: Fix <tt>lj_vm_floor()</tt> for Inf/NaN.</li> | ||
90 | <li>FFI: Change priority of table initializer variants for structs.</li> | ||
91 | <li>FFI: Fix code generation for bool call result check on x86/x64.</li> | ||
92 | <li>FFI: Load FFI library on-demand for bytecode with cdata literals.</li> | ||
93 | <li>FFI: Fix handling of qualified transparent structs/unions.</li> | ||
94 | </ul> | ||
95 | |||
75 | <h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-08</h2> | 96 | <h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-08</h2> |
76 | <ul> | 97 | <ul> |
77 | <li>Correctness and completeness: | 98 | <li>Correctness and completeness: |