aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-25 18:35:34 +1000
committerdaurnimator <quae@daurnimator.com>2017-04-26 21:27:32 +1000
commit3520279e41cf63131eb7cc4e1647d151feb1c49a (patch)
treed7eaaa895a77d877270e09e1a91876440682c084 /README.md
parent90b08919d1ab82020984b0810316f62899b5912a (diff)
downloadfengari-3520279e41cf63131eb7cc4e1647d151feb1c49a.tar.gz
fengari-3520279e41cf63131eb7cc4e1647d151feb1c49a.tar.bz2
fengari-3520279e41cf63131eb7cc4e1647d151feb1c49a.zip
lauxlib: Add luaL_*metatable and luaL_*udata functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index c5da3e2..578ac7c 100644
--- a/README.md
+++ b/README.md
@@ -41,22 +41,17 @@
- [x] ...
- [ ] luaL_addsize
- [ ] luaL_checkoption
- - [ ] luaL_checkudata
- [ ] luaL_checkversion
- [ ] luaL_dofile
- [ ] luaL_dostring
- [ ] luaL_execresult
- [ ] luaL_fileresult
- - [ ] luaL_getmetatable
- [ ] luaL_gsub
- [ ] luaL_newlibtable
- - [ ] luaL_newmetatable
- [ ] luaL_optnumber
- [ ] luaL_prepbuffer
- [ ] luaL_pushresultsize
- [ ] luaL_ref
- - [ ] luaL_setmetatable
- - [ ] luaL_testudata
- [ ] luaL_unref
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [x] constructs.lua (`_soft`)