aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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()`