zig/lib/std/os
Ryan Liptak c87f79c957 os.getenvW: Fix case-insensitivity for Unicode env var names
Windows does Unicode-aware case-insensitivity comparisons for environment variable names. Before, os.getenvW was only doing ASCII case-insensitivity. We can take advantage of RtlEqualUnicodeString in NtDll to get the proper Unicode case insensitivity.
2022-02-19 15:46:23 -08:00
..
linux Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi std/os/uefi: Don't treat efi status warnings as errors 2022-01-16 03:50:50 -05:00
windows os.getenvW: Fix case-insensitivity for Unicode env var names 2022-02-19 15:46:23 -08:00
linux.zig Merge pull request #10863 from m-radomski/fix 2022-02-13 16:17:40 -05:00
plan9.zig plan9: more syscalls 2021-11-09 07:08:27 -05:00
test.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
uefi.zig std/os/uefi: Simplify packed struct padding and default zero-initialize 2022-01-16 02:04:39 -05:00
wasi.zig std.c.Wasi.Stat: use timespec 2022-02-13 20:40:44 +00:00
windows.zig Merge pull request #10003 from viriuwu/nt-thread-name 2022-02-15 13:23:09 +02:00