Files
zig/lib/std/Io
Carl Åstholm 81be7f62ec Fix debug I/O color detection for most targets
On POSIX, start.zig did not reset the `environ_initialized` field, which
prevented the environment variables from ever actually getting scanned.

On Windows, environment variable scanning is allocation-free, so it's
okay for `std.Io.Threaded.init_single_threaded` to use the global
environment block.
2026-04-11 12:28:24 -07:00
..
2026-04-02 15:05:31 +02:00
2026-02-20 05:34:54 +01:00
2026-04-02 15:05:31 +02:00