Files
zig/lib/std
Ryan Liptak f16eb18ce8 Use / as path separator when writing tar files
The tar format expects `/`, although some untar implementations do seem to handle Windows-style `\` path separators (7-Zip at least).

The tar.Writer API can't really enforce this, though, as doing so would effectively make `\` an illegal character when it's really not. So, it's up to the user to provide paths with the correct path separators.

`Build/WebServer.zig` will still output tars with `\` as a path separator on Windows, but that's currently only used during fuzzing which is not yet implemented on Windows.
2026-03-08 02:10:00 +01:00
..
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-11-22 22:42:38 +00:00
2026-03-03 01:12:48 -08:00
2026-02-11 23:37:31 +01:00
2026-02-13 17:58:09 -05:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-03-05 21:07:36 +01:00
2026-01-28 00:43:20 -08:00
2026-02-11 23:37:31 +01:00
2026-02-05 16:50:41 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-02-13 22:12:19 -05:00