zig/test/standalone
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
..
brace_expansion update std lib API for I/O 2018-09-30 17:28:35 -04:00
issue_339 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
issue_794 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
load_dynamic_library load_dynamic_library test: no need to link libc 2018-06-16 18:54:41 -04:00
pkg_import use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
use_alias use * for pointer type instead of & 2018-05-31 17:28:07 -04:00