zig/lib/std/Io
Isaac Freund 551e009da7 Build.Step.Run: fix missing stdin buffer and flush
Writer.sendFileAll() asserts non-zero buffer capacity in the case that
the fallback is hit. It also requires the caller to flush. The buffer
may be bypassed as an optimization but this is not a guarantee.

Also improve the Writer documentation and add an earlier assert on
buffer capacity in sendFileAll().
2025-08-16 15:43:48 -07:00
..
Reader std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
counting_reader.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
DeprecatedReader.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
DeprecatedWriter.zig zig std: fix build failures 2025-08-08 17:17:53 -07:00
fixed_buffer_stream.zig std.Io: delete SeekableStream 2025-07-31 22:10:11 -07:00
Reader.zig Merge pull request #24874 from ziglang/tls-client 2025-08-16 14:47:52 -07:00
test.zig std.Io: remove BufferedWriter 2025-08-08 17:17:53 -07:00
tty.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
Writer.zig Build.Step.Run: fix missing stdin buffer and flush 2025-08-16 15:43:48 -07:00