zig/lib/std/Io
0x4a61636f62 2e6f7d36b9 std.Io.net: fix off-by-one in HostName.expand
`HostName.expand` was including the null terminator in the slice passed to `HostName.init`, which caused `HostName.validate` to fail.
2025-11-13 21:04:21 -08:00
..
net std.Io.net: fix off-by-one in HostName.expand 2025-11-13 21:04:21 -08:00
Reader Fix Reader.Limited end of stream conditions 2025-10-08 17:24:38 -07:00
Threaded std.Io: fix calls on functions that return an array type 2025-11-11 01:11:51 +01:00
Dir.zig std.Io: add dirMakePath and dirMakeOpenPath 2025-10-29 06:20:50 -07:00
File.zig Elf2: load archives 2025-10-29 18:07:12 -04:00
IoUring.zig std.Io: adjust concurrent error set 2025-10-29 06:20:51 -07:00
Kqueue.zig std.Io: fix Group.wait unsoundness 2025-10-29 06:20:52 -07:00
net.zig Io.net: set receive{,Timeout} message to init 2025-11-06 17:44:28 -08:00
Reader.zig Fix param name in doc comment for std.Io.Reader.peek() 2025-11-08 00:34:41 -08:00
test.zig Io.Queue: fix empty and full states being indistinguishable. 2025-11-04 04:24:32 -05:00
Threaded.zig io: Correctly align async closure contexts 2025-11-11 01:11:45 +01:00
tty.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
Writer.zig std.Io.Writer.print: support .enum_literal in 't' format specifier 2025-11-06 13:45:21 +08:00