Fix gethook() return values and sethook() behavior when called from hook function.

This commit is contained in:
James Roseborough
2009-09-06 14:49:45 +00:00
parent 1c5e2352f9
commit 9cad7f1001
3 changed files with 19 additions and 13 deletions

View File

@@ -340,6 +340,7 @@ and LuaForge:
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>
<tr valign="top"><td>&nbsp;&nbsp;<b>1.0</b></td><td>Initial publicly supported release.</td></tr>
<tr valign="top"><td>&nbsp;&nbsp;<b>1.0.1</b></td><td>Fix arg check and behavior of xpcall() to leave stack intact.
Fix debug.sethook() to when called from hook function. Fix debug.gethook() return values.</td></tr>
</table></td></tr></table>