diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-17 07:51:27 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-17 07:51:27 +0200 |
commit | 238106fbfba60a23800c1038ec7b1a04e0682119 (patch) | |
tree | cb5045904cc16d091b61f993f3cbab50992a4128 /README.md | |
parent | 3a7f9d85b91530f7f151f536a0aab2455486262d (diff) | |
parent | 0422224def06db85f16d24a73b71b8d75e6f74a4 (diff) | |
download | fengari-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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()` |