zig/lib/std/fs
Andrew Kelley 7680c5330c some API work on std.c, std.os, std.os.wasi
* std.c: consolidate some definitions, making them share code. For
  example, freebsd, dragonfly, and openbsd can all share the same
  `pthread_mutex_t` definition.
* add type safety to std.c.O
  - this caught a bug where mode flags were incorrectly passed as the
    open flags.
* 3 fewer uses of usingnamespace keyword
* as per convention, remove purposeless field prefixes from struct field
  names even if they have those prefixes in the corresponding C code.
* fix incorrect wasi libc Stat definition
* remove C definitions from incorrectly being in std.os.wasi
* make std.os.wasi definitions type safe
* go through wasi native APIs even when linking libc because the libc
  APIs are problematic and wasteful
* don't expose WASI definitions in std.posix
* remove std.os.wasi.rights_t.ALL: this is a footgun. should it be all
  future rights too? or only all current rights known? both are
  the wrong answer.
2024-02-11 13:38:55 -07:00
..
AtomicFile.zig frontend: ignore AccessDenied when writing builtin.zig 2024-01-01 19:49:08 -07:00
Dir.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
File.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
get_app_data_dir.zig Replace shell32.SHGetKnownFolderPath usage with LOCALAPPDATA env var 2023-11-23 01:11:53 -08:00
path.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
test.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00