summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* README, build: Generate list of formatsP. J. McDermott2022-03-211-0/+2
|
* main: Replace strtol() calls with sscanf()P. J. McDermott2022-03-201-1/+1
|
* Add --disable-tests to shrink executable sizeP. J. McDermott2022-03-201-0/+25
|
* main: Add undocumented debugging optionP. J. McDermott2022-03-171-1/+1
| | | | | Prints the number of seconds between the UNIX epoch and the specified time.
* main: Use difftime() instead of comparing time_tP. J. McDermott2022-03-161-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.0P. J. McDermott2021-08-311-1/+1
|
* Add option to list supported formatsP. J. McDermott2021-08-311-2/+2
|
* main: Handle optionsP. J. McDermott2021-08-311-0/+6
|
* main: Prevent dates too large to consistently showP. J. McDermott2021-08-291-2/+2
|
* Add loop, adjust datetime_parse() param and declsP. J. McDermott2021-08-291-2/+2
|
* datetime: Further implementP. J. McDermott2021-08-291-0/+2
| | | | | Simplify concatenation, factor out formats, and determine date if not specified.
* Initial commitP. J. McDermott2021-08-281-0/+111