Make error message handler in xpcall per-thread instead of per-globals.

This commit is contained in:
James Roseborough
2013-12-31 00:44:55 +00:00
parent b0d52fe118
commit 03985ec7ee
5 changed files with 40 additions and 36 deletions

View File

@@ -910,6 +910,7 @@ Files are no longer hosted at LuaForge.
<li>Implement formatting with os.date(), and table argument for os.time().</li>
<li>Refactor APIs related to compiling and loading scripts.</li>
<li>Let errors thrown in debug hooks bubble up to the running coroutine.</li>
<li>Make error function in xpcall per-thread instead of per-globals.</li>
</ul></td></tr>
</table></td></tr></table>