summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-16 17:32:34 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-16 17:37:31 +1000
commitb10668ce74316c8965a5b19a8b4365c90f75e17f (patch)
treeeeea1881e822678485fcd708cfdf4c610124a118 /README.md
parenta553ac00a4119eb247df5e123df60d447e96c31a (diff)
downloadfengari-b10668ce74316c8965a5b19a8b4365c90f75e17f.tar.gz
fengari-b10668ce74316c8965a5b19a8b4365c90f75e17f.tar.bz2
fengari-b10668ce74316c8965a5b19a8b4365c90f75e17f.zip
src/liolib.js: Add stubs for flush
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 6d94e2e..4b78239 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,7 +37,7 @@
- [x] `io.stdout`
- [x] `io.type()`
- [x] `io.write()`
- - [ ] `io.flush()`
+ - [x] `io.flush()`
- [ ] `io.input()`
- [ ] `io.lines()`
- [ ] `io.open()`
@@ -44,7 +45,6 @@
- [ ] `io.popen()`
- [ ] `io.read()`
- [ ] `io.tmpfile()`
- - [ ] `file:flush()`
- [ ] `file:lines()`
- [ ] `file:read()`
- [ ] `file:setvbuf()`