aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-17 07:51:27 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-17 07:51:27 +0200
commit238106fbfba60a23800c1038ec7b1a04e0682119 (patch)
treecb5045904cc16d091b61f993f3cbab50992a4128 /README.md
parent3a7f9d85b91530f7f151f536a0aab2455486262d (diff)
parent0422224def06db85f16d24a73b71b8d75e6f74a4 (diff)
downloadfengari-238106fbfba60a23800c1038ec7b1a04e0682119.tar.gz
fengari-238106fbfba60a23800c1038ec7b1a04e0682119.tar.bz2
fengari-238106fbfba60a23800c1038ec7b1a04e0682119.zip
Merge remote-tracking branch 'daurnimator/iolib'
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 6d94e2e..75959f2 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
- [x] Package
- [ ] io
- [x] `file:__tostring()`
+ - [x] `file:flush()`
- [x] `file:write()`
- [x] `io.close()`
- [x] `io.stderr`
@@ -36,15 +37,14 @@
- [x] `io.stdout`
- [x] `io.type()`
- [x] `io.write()`
- - [ ] `io.flush()`
- - [ ] `io.input()`
+ - [x] `io.flush()`
+ - [ ] `io.input()`: partially implemented
- [ ] `io.lines()`
- [ ] `io.open()`
- - [ ] `io.output()`
+ - [ ] `io.output()`: partially implemented
- [ ] `io.popen()`
- [ ] `io.read()`
- [ ] `io.tmpfile()`
- - [ ] `file:flush()`
- [ ] `file:lines()`
- [ ] `file:read()`
- [ ] `file:setvbuf()`