Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | Remove unused tool palette.c | Rangi | |
2017-12-28 | fix unused fread return value warnings | yenatch | |
2017-06-29 | Check some errors (not enough). | IIMarckus | |
malloc can always fail. Check to avoid null dereference. malloc(0) is well defined but leads to an eventual crash on some systems. Check it too. | |||
2017-06-29 | Fix uninitialized value. | IIMarckus | |
2017-06-24 | Fix implicit getopt | yenatch | |
2016-08-24 | Add C build tools. | yenatch | |