zig/std/os
Andrew Kelley 46aa416c48 std.os and std.io API update
* move std.io.File to std.os.File
 * add `zig fmt` to self hosted compiler
 * introduce std.io.BufferedAtomicFile API
 * introduce std.os.AtomicFile API
 * add `std.os.default_file_mode`
 * change FileMode on posix from being a usize to a u32
 * add std.os.File.mode to return mode of an open file
 * std.os.copyFile copies the mode from the source file instead of
   using the default file mode for the dest file
 * move `std.os.line_sep` to `std.cstr.line_sep`
2018-02-10 21:02:24 -05:00
..
linux Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
windows std lib: modify allocator idiom 2018-02-09 18:27:50 -05:00
child_process.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
darwin_errno.zig all behavior tests passing for macos 2017-08-27 05:15:24 -04:00
darwin.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
file.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
get_user_id.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
index.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
path.zig std lib: modify allocator idiom 2018-02-09 18:27:50 -05:00
zen.zig std: fix fn return syntax for zen os 2018-01-29 10:57:27 -05:00