summaryrefslogtreecommitdiffstats
path: root/src/xtime.c
Commit message (Collapse)AuthorAgeFilesLines
* Formatting fixesTavian Barnes2023-09-271-6/+6
|
* xtime: Make lazy tzset() call thread-safeTavian Barnes2023-06-121-10/+12
|
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+1
| | | | In anticipation of C23, since those headers won't be necessary any more.
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* tests/xtouch: Add some missing POSIX touch featuresTavian Barnes2022-11-081-1/+1
|
* xtime: Move parse_gettime() to xgettime()Tavian Barnes2022-11-071-0/+16
|
* xtime: s/parse_timestamp/xgetdate/Tavian Barnes2022-11-071-10/+10
|
* Source / Include Folder (#88)トトも2022-04-161-0/+323
Moved Source Files Into `src` Folder