Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format error messages properly | Aaron Marcher | 2018-03-28 | 1 | -4/+6 |
| | | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | ||||
* | Get rid of err.h as it is not portable | Aaron Marcher | 2018-03-28 | 1 | -5/+4 |
| | | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | ||||
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+61 |
This brings us a lot more tidiness. |