Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Optionally install "@" symbolic link | P. J. McDermott | 2023-10-05 | 1 | -0/+13 |
| | |||||
* | datetime: Drop newly unused use of timegm() | P. J. McDermott | 2022-03-29 | 1 | -1/+1 |
| | | | | It's non-standard. | ||||
* | Update copyright years | P. J. McDermott | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | README, build: Generate list of formats | P. J. McDermott | 2022-03-21 | 1 | -0/+2 |
| | |||||
* | main: Replace strtol() calls with sscanf() | P. J. McDermott | 2022-03-20 | 1 | -1/+1 |
| | |||||
* | Add --disable-tests to shrink executable size | P. J. McDermott | 2022-03-20 | 1 | -0/+25 |
| | |||||
* | main: Add undocumented debugging option | P. J. McDermott | 2022-03-17 | 1 | -1/+1 |
| | | | | | Prints the number of seconds between the UNIX epoch and the specified time. | ||||
* | main: Use difftime() instead of comparing time_t | P. J. McDermott | 2022-03-16 | 1 | -2/+3 |
| | | | | | | | | | | C99 ยง 7.23.1 defines time_t as an "arithmetic [type] capable of representing times" with "implementation-defined" "range and precision of times representable". It doesn't require that time1 > time0 for time1 later than time0. See also: http://computer-programming-forum.com/47-c-language/8d7dec65bd1ddafe.htm | ||||
* | NEWS, configure.ac: Set version to 1.0.0 | P. J. McDermott | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Add option to list supported formats | P. J. McDermott | 2021-08-31 | 1 | -2/+2 |
| | |||||
* | main: Handle options | P. J. McDermott | 2021-08-31 | 1 | -0/+6 |
| | |||||
* | main: Prevent dates too large to consistently show | P. J. McDermott | 2021-08-29 | 1 | -2/+2 |
| | |||||
* | Add loop, adjust datetime_parse() param and decls | P. J. McDermott | 2021-08-29 | 1 | -2/+2 |
| | |||||
* | datetime: Further implement | P. J. McDermott | 2021-08-29 | 1 | -0/+2 |
| | | | | | Simplify concatenation, factor out formats, and determine date if not specified. | ||||
* | Initial commit | P. J. McDermott | 2021-08-28 | 1 | -0/+111 |