summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: Enable test suite by defaultP. J. McDermott2023-10-061-8/+4
| | | | Also fix a help string.
* build: gettextizeP. J. McDermott2023-10-061-1/+7
|
* build: Optionally install "@" symbolic linkP. J. McDermott2023-10-051-0/+13
|
* datetime: Drop newly unused use of timegm()P. J. McDermott2022-03-291-1/+1
| | | | It's non-standard.
* Update copyright yearsP. J. McDermott2022-03-221-1/+1
|
* 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