Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README, build: Generate list of formats | P. J. McDermott | 2022-03-21 | 1 | -1/+0 |
| | |||||
* | formats: Add formats with "%a." and "%b." | P. J. McDermott | 2022-03-21 | 1 | -1/+0 |
| | |||||
* | datetime: Move formats into another file | P. J. McDermott | 2022-03-21 | 1 | -1/+0 |
| | |||||
* | TODO: Add | P. J. McDermott | 2022-03-20 | 1 | -0/+4 |
| | |||||
* | datetime: Add formats with "." | P. J. McDermott | 2022-03-20 | 1 | -1/+0 |
| | |||||
* | tests: Add format listing test | P. J. McDermott | 2022-03-20 | 1 | -1/+0 |
| | |||||
* | main: Replace strtol() calls with sscanf() | P. J. McDermott | 2022-03-20 | 1 | -1/+0 |
| | |||||
* | Add --disable-tests to shrink executable size | P. J. McDermott | 2022-03-20 | 1 | -2/+0 |
| | |||||
* | TODO: Add tasks | P. J. McDermott | 2022-03-20 | 1 | -0/+7 |
| | |||||
* | datetime: Sanity check parsing results | P. J. McDermott | 2022-03-19 | 1 | -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 tasks | P. J. McDermott | 2022-03-17 | 1 | -0/+3 |
| | |||||
* | TODO: New file | P. J. McDermott | 2022-03-16 | 1 | -0/+2 |