Fix arg check and behavior of xpcall() to leave stack intact.

This commit is contained in:
James Roseborough
2009-08-25 20:46:07 +00:00
parent 92459d0cbc
commit b698d500ba
7 changed files with 116 additions and 41 deletions

View File

@@ -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 &copy; 2007-2009 Luaj.org.
@@ -36,6 +36,8 @@ Freely available under the terms of the
<a href="#4">building</a>
&middot;
<a href="#5">downloads</a>
&middot;
<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>&nbsp;&nbsp;<b>1.0</b></td><td>Initial publicly supported release.</td></tr>
<tr><td>&nbsp;&nbsp;<b>1.0.1</b></td><td>Fix arg check and behavior of xpcall() to leave stack intact.</td></tr>
</table></td></tr></table>