Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-18 | Add warn() and die() | Laslo Hunhold | |
Given slstatus is a tool that runs in the background, most likely run from .xinitrc, it's important to prepend the name of the tool to error messages so it becomes clear where the error is coming from. To make this much more consistent, this commit adds warn() and die() utility functions consistent with other suckless projects and adapts all calls to fprintf(stderr, *) to the warn() and die() functions, greatly increasing the readability of the code. | |||
2018-03-28 | Format error messages properly | Aaron Marcher | |
Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | |||
2018-03-28 | Get rid of err.h as it is not portable | Aaron Marcher | |
Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | |||
2017-09-24 | Move components into dedicated subdirectory | Laslo Hunhold | |
This brings us a lot more tidiness. |