zig/std/os/linux
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
..
errno.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
index.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
test.zig Fix a type error in std.os.linux.getpid() (#1326) 2018-08-03 11:45:23 -04:00
vdso.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
x86_64.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00