summaryrefslogtreecommitdiffstats
path: root/src/stat.h
AgeCommit message (Expand)Author
2024-04-19config: Check for statx()Tavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-02-14stat: Pack struct bfs_stat a bitTavian Barnes
2024-01-18stat: Expose bfs_{fstatat,statx}_flags()Tavian Barnes
2024-01-18stat: Expose bfs_stat{,x}_convert()Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-04-16Source / Include Folder (#88)トトも