zig/lib/std/os
Raul Leal 62c817420d [#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer types (#3900)
* #3844 update std.c functions to use null-terminated pointer types

* check linux functions

* fix callsites

* fix io test

* Add allocPrintCstr function to remove other cast
2019-12-17 15:43:49 -05:00
..
bits fixed windows dynamic library loading and added loading for darwin 2019-12-10 11:41:54 -05:00
linux Make sure the address is aligned for intToPtr ops 2019-12-15 14:41:05 -05:00
uefi fix con_in difinition and add EFI_SIMPLE_TEXT_INPUT_PROTOCOL difinition 2019-12-10 13:25:28 -05:00
windows Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -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 [#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer types (#3900) 2019-12-17 15:43:49 -05:00
netbsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
test.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
uefi.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
wasi.zig linux-i386 support 2019-11-30 16:13:33 +01:00
windows.zig update docs to new fmt API 2019-12-08 23:46:50 -05:00