summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* TODO: UpdateP. J. McDermott2023-10-061-2/+0
|
* datetime: Drop newly unused use of timegm()P. J. McDermott2022-03-291-1/+0
| | | | It's non-standard.
* main: If debugging, print formatted timeP. J. McDermott2022-03-291-1/+0
| | | | Not seconds since Epoch.
* datetime: Get target (struct tm *) from callerP. J. McDermott2022-03-291-1/+0
|
* datetime: Use difftime() in normalizationP. J. McDermott2022-03-281-1/+0
|
* datetime: Don't use mktime()/localtime() shortcutsP. J. McDermott2022-03-281-5/+1
|
* TODO: Add tasksP. J. McDermott2022-03-271-0/+9
|
* Update copyright yearsP. J. McDermott2022-03-221-1/+0
|
* datetime, formats: Conform to strptime() space reqP. J. McDermott2022-03-221-3/+0
|
* TODO: AddP. J. McDermott2022-03-211-0/+2
|
* README, build: Generate list of formatsP. J. McDermott2022-03-211-1/+0
|
* formats: Add formats with "%a." and "%b."P. J. McDermott2022-03-211-1/+0
|
* datetime: Move formats into another fileP. J. McDermott2022-03-211-1/+0
|
* TODO: AddP. J. McDermott2022-03-201-0/+4
|
* datetime: Add formats with "."P. J. McDermott2022-03-201-1/+0
|
* tests: Add format listing testP. J. McDermott2022-03-201-1/+0
|
* main: Replace strtol() calls with sscanf()P. J. McDermott2022-03-201-1/+0
|
* Add --disable-tests to shrink executable sizeP. J. McDermott2022-03-201-2/+0
|
* TODO: Add tasksP. J. McDermott2022-03-201-0/+7
|
* datetime: Sanity check parsing resultsP. J. McDermott2022-03-191-1/+0
| | | | | | | | | | | | | | | | | | | Previously, "0000 1970-01-01" was parsed as 00:00:19 70-01-01. Fixes: not ok 614 - 0000 1970-01-01 FAIL: tests/parse.sh 614 - 0000 1970-01-01 # Failed test '0000 1970-01-01' # got: '-59958143981' # expected: '0' ok 615 - 1970/01/01 0000 PASS: tests/parse.sh 615 - 1970/01/01 0000 not ok 616 - 0000 1970/01/01 FAIL: tests/parse.sh 616 - 0000 1970/01/01 # Failed test '0000 1970/01/01' # got: '-59958143981' # expected: '0'
* TODO: Add tasksP. J. McDermott2022-03-171-0/+3
|
* TODO: New fileP. J. McDermott2022-03-161-0/+2