Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | Fix sparse warnings: non-ANSI function declaration. | Przemyslaw Pawelczyk | |
Explicitly specify void when a function accepts no arguments. | |||
2016-02-06 | Define also _DEFAULT_SOURCE where _BSD_SOURCE is already defined. | Przemyslaw Pawelczyk | |
It's required to avoid getting warnings w/ glibc >= 2.20. | |||
2016-02-01 | Improve code formatting and convert `unsigned int` to `unsigned`. | Przemyslaw Pawelczyk | |
2015-09-13 | Move source files to src/ directory. | Przemyslaw Pawelczyk | |
As a bonus you can build out-of-tree now via make -f. It's part of the work related to issue #22. |