zig/lib
Karol Kosek 2ccfb1dafd std.c: Use std.c.NI as the flags type in getnameinfo
std.c.NI was never used in the source, so let's finally use it and make
the function more clear!

This is a breaking change, although a minor one: If you previously passed 0 here
(meaning no flags), then now you have to pass an empty struct (.{}) instead.
Otherwise, you probably used @bitCast() shenanigans here (like
@bitCast(c.NI { .NUMERICHOST = true }) and that will still work, but you can
also get rid of the @bitCast() now!
2025-02-09 16:40:21 +01:00
..
compiler compiler,std: implement ZON support 2025-02-03 09:14:37 +00:00
compiler_rt x86_64: implement conversions between scalar floats and ints 2025-02-09 00:42:55 -08:00
docs autodoc: fix device width 2025-01-16 21:15:48 +01:00
fuzzer/web Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
include zig cc: Remove headers related to GPU offload. 2024-12-16 04:36:57 +01:00
init std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
libc Merge pull request #22808 from ziglang/fast-gpa 2025-02-08 04:54:38 -08:00
libcxx libcxx: Update to LLVM 19.1.0. 2024-09-19 18:20:22 -07:00
libcxxabi libcxxabi: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
libunwind libunwind: Fix compilation for the x32 ABI. 2024-11-18 17:43:54 +01:00
std std.c: Use std.c.NI as the flags type in getnameinfo 2025-02-09 16:40:21 +01:00
tsan tsan: Update to LLVM 19.1.0. 2024-09-24 23:58:21 -07:00
c.zig c: Include Os.Tag.other in the list of freestanding OSs. 2024-11-08 14:56:55 +01:00
compiler_rt.zig x86_64: implement conversions between scalar floats and ints 2025-02-09 00:42:55 -08:00
fuzzer.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
zig.h Fix issues in zig.h when building with clang-cl on Windows (#20331) 2025-01-29 23:21:44 +00:00