| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Consistency: Make default display a const char * | 2014-07-30 | 1 | -1/+1 | |
| | | | | | | | | Yep, `hostname` is a `const char *` too, even though it's potentially being assigned to. This is [unintuitive](http://stackoverflow.com/a/9834194/777586), but intentional. | ||||
| * | Use nanosleep instead of usleep | 2014-07-29 | 1 | -1/+1 | |
| | | | | | `usleep` is removed from POSIX C11. | ||||
| * | Convert simple macros to C99 constants | 2014-07-29 | 1 | -1/+1 | |
| | | | | | Constants are type-checked; macros aren't. | ||||
| * | Rebrand to xkbcat | 2014-07-26 | 1 | -1/+1 | |
| | | | | | | Having taken all reasonable measures to reach the author, I'll rename to avoid confusion. | ||||
| * | Init | 2014-07-26 | 1 | -0/+1 | |
| Straight from https://www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c | |||||
