aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/File.zig
AgeCommit message (Expand)Author
2024-10-31std.fs.File: Fix metadata error check on LinuxArchit Gupta
2024-07-29std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.Alex Rønne Petersen
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-06-05File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...Ryan Liptak
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02lib/std/fs/File: enable VT seq support for Windows ConsoleGarfield Lee
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2023-12-22Merge pull request #18326 from squeek502/stat-symlinkVeikka Tuominen
2023-12-20Fix `Stat.ctime` docs, and correct its value on WindowsRyan Liptak
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak
2023-11-22std.fs.File: flatten structAndrew Kelley