Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printf: Add %w and %Wk for file birth times | Tavian Barnes | 2018-01-20 | 1 | -0/+16 |
| | | | | | %w and %W were chosen to match the format specifiers for file birth times from stat(1) | ||||
* | Add support for file birth/creation times on platforms that have it | Tavian Barnes | 2017-11-05 | 1 | -2/+19 |
| | | | | Fixes #19 | ||||
* | Add a man page | Tavian Barnes | 2017-10-15 | 1 | -0/+662 |
Fixes #31 |