Andrew Kelley 0b3f0124dc std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
preparing to rearrange std.io namespace into an interface

how to upgrade:

std.io.getStdIn() -> std.fs.File.stdin()
std.io.getStdOut() -> std.fs.File.stdout()
std.io.getStdErr() -> std.fs.File.stderr()
2025-07-07 22:43:51 -07:00
..
2025-06-24 15:07:06 +02:00
2024-12-19 17:10:03 -05:00
2025-06-23 06:03:03 +02:00
2025-06-17 22:06:39 -07:00
2025-06-15 14:15:18 -04:00
2024-07-09 14:25:42 -07:00
2024-08-22 08:44:08 +02:00
2025-02-22 14:32:48 -08:00
2024-08-07 00:48:32 -07:00
2024-07-31 16:57:42 -07:00
2025-06-15 14:15:18 -04:00
2024-08-29 23:43:52 +01:00
2025-07-07 00:26:21 +02:00
2025-07-07 13:39:16 -07:00
2025-06-17 22:06:39 -07:00
2025-02-03 09:14:37 +00:00