Andrew Kelley
9d4eaf1e07
update std lib API for I/O
std.io.FileInStream -> std.os.File.InStream
std.io.FileInStream.init(file) -> file.inStream()
std.io.FileOutStream -> std.os.File.OutStream
std.io.FileOutStream.init(file) -> file.outStream()
remove a lot of error code possibilities from os functions
std.event.net.socketRead -> std.event.net.read
std.event.net.socketWrite -> std.event.net.write
add std.event.net.readv
add std.event.net.writev
add std.event.net.readvPosix
add std.event.net.writevPosix
add std.event.net.OutStream
add std.event.net.InStream
add std.event.io.InStream
add std.event.io.OutStream
2018-09-30 17:28:35 -04:00
..
2018-09-26 14:54:53 -04:00
2018-09-07 20:09:33 -04:00
2018-07-24 21:28:54 -04:00
2018-09-30 17:28:35 -04:00
2018-05-31 17:28:07 -04:00
2018-09-21 18:47:12 -04:00
2018-09-06 16:29:35 -04:00
2018-09-24 12:01:51 -04:00
2018-09-30 17:28:35 -04:00
2018-09-26 16:59:08 -04:00
2018-09-06 16:29:35 -04:00
2018-09-17 20:33:42 -04:00
2018-09-30 17:28:35 -04:00
2018-09-24 15:14:20 -04:00