zig/lib/std/process
Andrew Kelley 8a80b54640 std: remove error.BrokenPipe from file reads, add error.EndOfStream
and make reading file streaming allowed to return 0 byte reads.
According to Microsoft documentation, on Windows it is possible to get
0-byte reads from pipes when 0-byte writes are made.
2026-01-30 22:03:14 -08:00
..
Args.zig std.process.Args: make toSlice require arena allocation 2026-01-04 00:27:08 -08:00
Child.zig std: remove error.BrokenPipe from file reads, add error.EndOfStream 2026-01-30 22:03:14 -08:00
Environ.zig std.process.Environ: skip BE createMapWide test coverage 2026-01-04 00:27:09 -08:00
Preopens.zig std: find a better home for the "preopens" concept 2026-01-08 05:06:31 +01:00