aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/status.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/status.html b/doc/status.html
index 574cf3ce..6eba8772 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -100,15 +100,16 @@ this.
100Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not 100Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
101handled correctly. The error may fall through an on-trace 101handled correctly. The error may fall through an on-trace
102<tt>pcall</tt> or it may be passed on to the function set with 102<tt>pcall</tt> or it may be passed on to the function set with
103<tt>lua_atpanic</tt> on x64. This issue will be fixed in LuaJIT&nbsp;2.1. 103<tt>lua_atpanic</tt> on x64. This issue will be fixed with the new
104garbage collector.
104</li> 105</li>
105</ul> 106</ul>
106 107
107<h2>Roadmap</h2> 108<h2>Roadmap</h2>
108<p> 109<p>
109Please refer to the 110Please refer to the
110<a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013"><span class="ext">&raquo;</span>&nbsp;LuaJIT 111<a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013"><span class="ext">&raquo;</span>&nbsp;LuaJIT Roadmap 2012/2013</a> and an
111Roadmap 2012/2013</a> for details. 112<a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013-UPDATE"><span class="ext">&raquo;</span>&nbsp;update on release planning</a> for details.
112</p> 113</p>
113<p> 114<p>
114</p> 115</p>