summaryrefslogtreecommitdiffstats
path: root/src/xtime.c
AgeCommit message (Expand)Author
3 daysdiag: New helpers to include xstrerror(errno) automaticallyTavian Barnes
2024-05-06xtime: Don't use timegm() on FreeBSD+msanTavian Barnes
2024-05-06xtime: Use the libc's timegm() if presentTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-03-26xtime: Don't update tm if xtimegm() overflowsTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-03-10tests/xtime: Add tests for integer overflowTavian Barnes
2024-03-07xtime: Call tzset() from main() instead of lazilyTavian Barnes
2024-02-28xtime: Fix some xgetdate() bugsTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-06-12xtime: Make lazy tzset() call thread-safeTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07xtime: Move parse_gettime() to xgettime()Tavian Barnes
2022-11-07xtime: s/parse_timestamp/xgetdate/Tavian Barnes
2022-04-16Source / Include Folder (#88)トトも