zig/lib/std/fs
fifty-six 41fd343508 std: fix path joining on UEFI
UEFI uses `\` for paths exclusively. This changes std.fs.path to use `\`
for UEFI path joining. Also adds a few tests regarding it, specifically
in making sure double-separators do not result from path joining, as the
UEFI spec says to convert any that result from joining into single
separators (UEFI Spec Version 2.7, pg. 448).
2022-01-11 10:49:40 -07:00
..
file.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
get_app_data_dir.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
path.zig std: fix path joining on UEFI 2022-01-11 10:49:40 -07:00
test.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
wasi.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
watch.zig std.fs.rename: fix Windows implementation 2022-01-02 16:58:05 -08:00