summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Print spaces not tabs in options helpP. J. McDermott2023-10-121-6/+6
* main: Don't translate "@ (atsign) %s%s\n"P. J. McDermott2023-10-061-1/+1
* main: Set text domain and localeP. J. McDermott2023-10-061-1/+15
* datetime, main: Translate stringsP. J. McDermott2023-10-061-17/+18
* main: Combine help and license puts() callsP. J. McDermott2023-10-061-13/+13
* main: If debugging, print formatted timeP. J. McDermott2022-03-291-3/+7
* datetime: Get target (struct tm *) from callerP. J. McDermott2022-03-291-1/+2
* Update copyright yearsP. J. McDermott2022-03-221-1/+1
* main: Replace strtol() calls with sscanf()P. J. McDermott2022-03-201-25/+8
* Add --disable-tests to shrink executable sizeP. J. McDermott2022-03-201-5/+21
* main: Update copyright years in version outputP. J. McDermott2022-03-191-1/+1
* datetime: Add function to get seconds since EpochP. J. McDermott2022-03-191-14/+1
* main: Pass NULL to time()P. J. McDermott2022-03-191-2/+2
* main: Populate day of week in "now" timeP. J. McDermott2022-03-191-28/+33
* main: Allow faking current timeP. J. McDermott2022-03-191-17/+59
* datetime: Get now (struct tm) from callerP. J. McDermott2022-03-181-7/+11
* main: Add undocumented debugging optionP. J. McDermott2022-03-171-3/+28
* main: Make (struct option) variable static constP. J. McDermott2022-03-171-1/+1
* main: Use difftime() instead of comparing time_tP. J. McDermott2022-03-161-4/+4
* main: Skip empty formatsP. J. McDermott2021-09-011-0/+9
* datetime: Collapse spaces after strftime()P. J. McDermott2021-09-011-4/+4
* datetime: Free fmt bufs when iterators reach endP. J. McDermott2021-08-311-30/+3
* Add option to list supported formatsP. J. McDermott2021-08-311-4/+74
* main: Handle optionsP. J. McDermott2021-08-311-3/+90
* main: Fix exit status on buffer alloc failureP. J. McDermott2021-08-311-1/+1
* main: Prevent dates too large to consistently showP. J. McDermott2021-08-291-2/+8
* Move concatenation functionP. J. McDermott2021-08-291-4/+48
* main: Improve outputP. J. McDermott2021-08-291-4/+5
* Add loop, adjust datetime_parse() param and declsP. J. McDermott2021-08-291-5/+17
* datetime: Further implementP. J. McDermott2021-08-291-3/+26
* datetime: WIPP. J. McDermott2021-08-291-0/+11
* Initial commitP. J. McDermott2021-08-281-0/+5