summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-03 13:27:49 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-03 13:27:49 +0200
commit5ac211f983cd628dfb95a6add7e5386071f4dada (patch)
tree887241157681d995d6fb5e54c4c3332f3cdb7afc /README.md
parent4e54f8371f376125a9cfdac3015ae2e0c3e2db73 (diff)
parent134f6bd221ad8880cb1b8514bb84e3b41d2b0d61 (diff)
downloadfengari-5ac211f983cd628dfb95a6add7e5386071f4dada.tar.gz
fengari-5ac211f983cd628dfb95a6add7e5386071f4dada.tar.bz2
fengari-5ac211f983cd628dfb95a6add7e5386071f4dada.zip
Merge remote-tracking branch 'daurnimator/iolib'
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9d7e70e..2c6cbba 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@
- [x] os (~~`os.setlocale()`~~)
- [ ] Package
- [ ] io
- - [ ] `io.stdin`
- - [ ] `io.stdout`
- - [ ] `io.stderr`
+ - [x] `io.stdin`
+ - [x] `io.stdout`
+ - [x] `io.stderr`
- [ ] `io.flush()`
- [ ] `io.input()`
- [ ] `io.lines()`
@@ -37,16 +37,16 @@
- [ ] `io.read()`
- [ ] `io.tmpfile()`
- [ ] `io.type()`
- - [ ] `io.write()`
- - [ ] `io.close()`
+ - [x] `io.write()`
+ - [x] `io.close()`
- [ ] `file:flush()`
- [ ] `file:lines()`
- [ ] `file:read()`
- [ ] `file:read()`
- [ ] `file:setvbuf()`
- - [ ] `file:write()`
+ - [x] `file:write()`
- [ ] `file:__gc()`
- - [ ] `file:__tostring()`
+ - [x] `file:__tostring()`
- [ ] C API
- [x] ...
- [ ] lua_arith