summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add format listing testP. J. McDermott2022-03-204-1/+107
* main: Replace strtol() calls with sscanf()P. J. McDermott2022-03-203-27/+9
* Add --disable-tests to shrink executable sizeP. J. McDermott2022-03-205-11/+58
* TODO: Add tasksP. J. McDermott2022-03-201-0/+7
* main: Update copyright years in version outputP. J. McDermott2022-03-191-1/+1
* datetime: Sanity check parsing resultsP. J. McDermott2022-03-192-12/+37
* datetime: Add function to get seconds since EpochP. J. McDermott2022-03-193-14/+26
* datetime: Update new _datetime_normalize() callP. J. McDermott2022-03-191-1/+1
* main: Pass NULL to time()P. J. McDermott2022-03-191-2/+2
* Merge branch 'feature/tests'P. J. McDermott2022-03-1911-38/+1077
|\
| * tests: Print format listing as TAP diagnosticsP. J. McDermott2022-03-191-3/+7
| * main: Populate day of week in "now" timeP. J. McDermott2022-03-191-28/+33
| * main: Allow faking current timeP. J. McDermott2022-03-192-20/+62
| * datetime: Get now (struct tm) from callerP. J. McDermott2022-03-183-19/+18
| * datetime: Move & unify time() & localtime() callsP. J. McDermott2022-03-181-6/+3
| * tests: Use @'s -F option to auto test all fmtsP. J. McDermott2022-03-171-79/+20
| * tests: WIP parse testP. J. McDermott2022-03-171-7/+103
| * tests: Add (stub) parse testP. J. McDermott2022-03-174-1/+40
| * tests/aux/tap-functions.sh: Drop `set -x`P. J. McDermott2022-03-171-2/+0
| * tests/aux/tap-functions.sh: New file from AutomakeP. J. McDermott2022-03-172-1/+233
| * build-aux/tap-driver.sh: New file from AutomakeP. J. McDermott2022-03-174-1/+662
| * main: Add undocumented debugging optionP. J. McDermott2022-03-172-4/+29
* | README: Fix number of formatsP. J. McDermott2022-03-181-1/+1
* | datetime: Try time-only formats only onceP. J. McDermott2022-03-181-1/+10
|/
* .gitignore: Exclude *SUMSP. J. McDermott2022-03-171-0/+2
* TODO: Add tasksP. J. McDermott2022-03-171-0/+3
* main: Make (struct option) variable static constP. J. McDermott2022-03-171-1/+1
* main: Use difftime() instead of comparing time_tP. J. McDermott2022-03-162-6/+7
* TODO: New fileP. J. McDermott2022-03-161-0/+2
* README: Compare to related programsP. J. McDermott2021-09-011-0/+7
* main: Skip empty formatsP. J. McDermott2021-09-011-0/+9
* datetime: Collapse spaces after strftime()P. J. McDermott2021-09-012-24/+33
* NEWS, configure.ac: Set version to 1.0.0P. J. McDermott2021-08-312-2/+2
* datetime: Free fmt bufs when iterators reach endP. J. McDermott2021-08-312-33/+22
* datetime: Replace %d with %e in some formatsP. J. McDermott2021-08-311-12/+12
* Add option to list supported formatsP. J. McDermott2021-08-314-14/+204
* datetime: Find ends of arrays with sizeof()P. J. McDermott2021-08-311-10/+12
* datetime: Add UNIX-like date formatP. J. McDermott2021-08-312-1/+4
* main: Handle optionsP. J. McDermott2021-08-312-3/+96
* datetime: Add missing #include in headerP. J. McDermott2021-08-311-0/+2
* main: Fix exit status on buffer alloc failureP. J. McDermott2021-08-311-1/+1
* README: Add more examplesP. J. McDermott2021-08-301-0/+2
* datetime: Replace goto with function callsP. J. McDermott2021-08-301-66/+72
* datetime: Replace unnecessary fprintf with fputsP. J. McDermott2021-08-301-1/+1
* datetime: Replace large list of formatsP. J. McDermott2021-08-303-832/+131
* README: Document formats and Git repositoryP. J. McDermott2021-08-301-0/+89
* datetime: Drop ambiguous delimiter-less formatsP. J. McDermott2021-08-301-4/+0
* build: Drop unnecessary $(DATA)P. J. McDermott2021-08-291-1/+1
* datetime: Support weekday-only datesP. J. McDermott2021-08-292-2/+36
* datetime: Init all relevant struct tm membersP. J. McDermott2021-08-291-4/+11