From 866cb79f65c844b3fcfa99d2caa4bf19930dbc6d Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Tue, 20 Jan 2015 11:35:16 +0100 Subject: luajit already has yieldable (x)pcall, add tests for code from compat52 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26800e3..c04d2d1 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ For Lua 5.1 additionally: * `luaL_Stream` * `LUA_FILEHANDLE` * `lua_absindex` +* `lua_arith` +* `lua_compare` * `lua_len`, `lua_rawlen`, and `luaL_len` * `lua_copy` * `lua_pushglobaltable` @@ -141,9 +143,8 @@ For Lua 5.1 additionally: * the following C API functions/macros: * `lua_isyieldable` * `lua_getextraspace` - * `lua_arith` (not at all in 5.1, operators missing in 5.2) + * `lua_arith` (new operators missing) * `lua_pushfstring` (new formats) - * `lua_compare` (5.1) * `lua_upvalueid` (5.1) * `lua_upvaluejoin` (5.1) * `lua_version` (5.1) -- cgit v1.2.3-55-g6feb