summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-04-24 08:50:48 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-04-24 11:18:25 +0200
commitd15e00af0798783bdce5e27d2ab43de3ecb3fa4e (patch)
treed8ba199f3b198413fa75d492a2820b8fb304f2de /README.md
parent1094adc81e7f46720e9ef269f43fc265475cddf7 (diff)
downloadfengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.gz
fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.bz2
fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.zip
L.openupval was not set in luaF_close
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c19a20b..dde8598 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,9 @@
- [ ] luaL_testudata
- [ ] luaL_unref
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- - [x] strings.lua
- [x] constructs.lua (`_soft`)
+ - [x] locals.lua (`_soft`)
+ - [x] strings.lua
- [ ] all.lua
- [ ] big.lua
- [ ] checktable.lua
@@ -76,7 +77,6 @@
- [ ] coroutine.lua
- [ ] events.lua
- [ ] goto.lua
- - [ ] locals.lua
- [ ] nextvar.lua
- [ ] vararg.lua
- [ ] attrib.lua