zig/lib/std/os
2020-01-07 16:13:34 -05:00
..
bits std.os.getrusage: add C extern fn and reserved field 2020-01-05 16:57:14 -05:00
linux zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
uefi Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimator/zig 2020-01-07 16:13:34 -05:00
windows Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimator/zig 2020-01-07 16:13:34 -05:00
bits.zig bring your own OS layer in the std lib 2019-12-02 15:02:17 -05:00
darwin.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
dragonfly.zig DragonFlyBSD support 2019-10-30 21:21:58 -04:00
freebsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
linux.zig zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
netbsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
test.zig zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
uefi.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
wasi.zig Removes proc_raise from WASI implementation 2020-01-06 14:04:55 -05:00
windows.zig std: sentinel terminated pointers for utf16 apis 2019-12-29 10:35:05 +11:00