From 653f4a07af6506e0b8ef71e8957976b9559f67e4 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Tue, 21 Feb 2017 15:24:37 +0100 Subject: pcall, xpcall --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd2ba4f..a7d0124 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ - [x] lua_istable - [x] lua_remove - [x] lua_rotate + - [x] lua_insert - [ ] lua_arith - [ ] lua_close - [ ] lua_compare @@ -91,7 +92,6 @@ - [ ] lua_getstack - [ ] lua_getupvalue - [ ] lua_getuservalue - - [ ] lua_insert - [ ] lua_isboolean - [ ] lua_iscfunction - [ ] lua_isfunction @@ -209,6 +209,7 @@ - [x] rawget - [x] type - [x] error + - [x] pcall - [ ] assert - [ ] collectgarbage - [ ] dofile @@ -218,7 +219,6 @@ - [ ] loadstring - [ ] next - [ ] pairs - - [ ] pcall - [ ] rawlen - [ ] select - [ ] tonumber -- cgit v1.2.3-54-g00ecf