Fix arg check and behavior of xpcall() to leave stack intact.
This commit is contained in:
11
README.html
11
README.html
@@ -17,7 +17,7 @@
|
||||
Getting Started with LuaJ
|
||||
|
||||
</h1>
|
||||
James Roseborough, Ian Farmer, Version 1.0
|
||||
James Roseborough, Ian Farmer, Version 1.0.1
|
||||
<p>
|
||||
<small>
|
||||
Copyright © 2007-2009 Luaj.org.
|
||||
@@ -36,6 +36,8 @@ Freely available under the terms of the
|
||||
<a href="#4">building</a>
|
||||
·
|
||||
<a href="#5">downloads</a>
|
||||
·
|
||||
<a href="#6">release notes</a>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
<p>
|
||||
@@ -334,3 +336,10 @@ and LuaForge:
|
||||
<a href="http://luaforge.net/frs/?group_id=457">LuaForge Luaj Project Area</a>
|
||||
</pre>
|
||||
|
||||
<h1>6 - <a name="6">Release Notes</a></h1>
|
||||
|
||||
Main changes by version:
|
||||
<table cellspacing="10"><tr><td><table cellspacing="4">
|
||||
<tr><td> <b>1.0</b></td><td>Initial publicly supported release.</td></tr>
|
||||
<tr><td> <b>1.0.1</b></td><td>Fix arg check and behavior of xpcall() to leave stack intact.</td></tr>
|
||||
</table></td></tr></table>
|
||||
|
||||
Reference in New Issue
Block a user