Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 06:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os
History
Aven Bross 6c54ed73f7 Added basic support for wasm32-emscripten target
2023-09-22 12:49:03 -07:00
..
linux
bpf: remove unhelpful "comptime" and fix union order
2023-09-15 01:05:52 -07:00
plan9
plan 9: filesystem support
2023-08-02 17:39:52 -04:00
uefi
fix compile errors introduced by #16953 (#16955)
2023-08-25 21:07:24 +00:00
windows
Windows: Fix TooManyParentDirs handling for paths that shouldn't be cwd-relative
2023-08-11 18:58:40 -07:00
emscripten.zig
Added basic support for wasm32-emscripten target
2023-09-22 12:49:03 -07:00
linux.zig
linux: fixup for platforms that don't support extern functions yet
2023-08-27 19:50:57 -04:00
plan9.zig
Plan 9: add more features to std.os.plan9
2023-08-02 18:19:07 -04:00
test.zig
std: add compile error when using std.os.getenv on the wasi target
2023-09-14 20:04:35 +03:00
uefi.zig
std.os.uefi: reorganize namespaces
2023-08-24 22:38:47 -07:00
wasi.zig
wasi: update sock_recv and sock_send according to preview1
2023-09-18 00:27:27 -07:00
windows.zig
std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix semantics
2023-09-03 08:35:26 +02:00