Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | Add parse_double function to utils.c | Johannes Löthberg | 1 | -0/+3 |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 1 | -3/+10 |
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 1 | -0/+1 |
2014-11-10 | Move parse_color to utils.c | Johannes Löthberg | 1 | -0/+1 |
2014-11-10 | Handle all arguments, split out int parsing function | Johannes Löthberg | 1 | -0/+7 |