Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | Clean up header includes | Aaron Marcher | |
- Remove <errno.h> because related functions are in util.c now - Remove corresponding <string.h> if not used otherwise | |||
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 | |||
2017-09-24 | Move components into dedicated subdirectory | Laslo Hunhold | |
This brings us a lot more tidiness. |