aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-16 07:35:26 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-16 07:37:18 +0100
commit3a77114269b53fc57ff00342af18e71f97dcf590 (patch)
treee33feba1afb32d02c1684294362ac74b9e27007f /README.md
parent9d6afeba223c22163928557c69a102877223d3bd (diff)
downloadfengari-3a77114269b53fc57ff00342af18e71f97dcf590.tar.gz
fengari-3a77114269b53fc57ff00342af18e71f97dcf590.tar.bz2
fengari-3a77114269b53fc57ff00342af18e71f97dcf590.zip
luaL_newstate, lua_pushnil, lua_gettop, luaL_typename
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee33ad4..a21cb1b 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,9 @@
- [x] lua_atpanic
- [x] lua_newstate
- [x] lua_pushnil
+ - [x] lua_gettop
+ - [x] lua_type
+ - [x] lua_typename
- [ ] lua_absindex
- [ ] lua_arith
- [ ] lua_call
@@ -50,7 +53,6 @@
- [ ] lua_getmetatable
- [ ] lua_getstack
- [ ] lua_gettable
- - [ ] lua_gettop
- [ ] lua_getupvalue
- [ ] lua_getuservalue
- [ ] lua_insert
@@ -129,8 +131,6 @@
- [ ] lua_tostring
- [ ] lua_tothread
- [ ] lua_touserdata
- - [ ] lua_type
- - [ ] lua_typename
- [ ] lua_upvalueid
- [ ] lua_upvalueindex
- [ ] lua_upvaluejoin
@@ -140,6 +140,7 @@
- [ ] lua_yieldk
- [ ] Auxiliary library
- [x] luaL_newstate
+ - [x] luaL_typename
- [ ] luaL_Buffer
- [ ] luaL_Reg
- [ ] luaL_Stream
@@ -198,7 +199,6 @@
- [ ] luaL_testudata
- [ ] luaL_tolstring
- [ ] luaL_traceback
- - [ ] luaL_typename
- [ ] luaL_unref
- [ ] luaL_where
- [ ] Standard library