summaryrefslogtreecommitdiffstats
path: root/tests/xtouch.c
AgeCommit message (Expand)Author
2024-05-17Cast AT_FDCWD to int for comparisonsci-diagsTavian Barnes
2024-04-19config: Check for struct stat::st_{a,c,m,birth}{tim,timespec}Tavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-04-19tests: Add ../src to the include pathTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-03-07xtime: Call tzset() from main() instead of lazilyTavian Barnes
2024-01-13bfstd: New {error,errno}_is_like() functionsTavian Barnes
2024-01-04Work around DragonFly BSD kernel bugTavian Barnes
2023-10-20tests/xtouch: Recover from ENAMETOOLONGTavian Barnes
2023-10-05bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes
2023-09-29tests/xtouch: Try creating the immediate parent firstTavian Barnes
2023-08-23Work around https://github.com/llvm/llvm-project/issues/64946Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-31tests: Use close() wrappersTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-19tests/xtouch: Fix macOS buildTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes