aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2013-02-19 17:44:57 +0100
committerMike Pall <mike>2013-02-19 17:44:57 +0100
commite822bdb6887fd5b44731b652de9b048e59def4df (patch)
tree2f5a535c9eda85ea7d0a996302717244ab359d52 /doc
parentc7f0b6bca05c124d764c6f3b4de889a460212f55 (diff)
downloadluajit-e822bdb6887fd5b44731b652de9b048e59def4df.tar.gz
luajit-e822bdb6887fd5b44731b652de9b048e59def4df.tar.bz2
luajit-e822bdb6887fd5b44731b652de9b048e59def4df.zip
Update changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.html21
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 &mdash; 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 &mdash; 2012-11-08</h2> 96<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-11-08</h2>
76<ul> 97<ul>
77<li>Correctness and completeness: 98<li>Correctness and completeness: