Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-11 | use `const char *` in parse_<type> | Johannes Löthberg | 1 | -3/+3 |
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 1 | -8/+8 |
2014-11-11 | Add parse_double function to utils.c | Johannes Löthberg | 1 | -0/+22 |
2014-11-11 | Opening curl braces should be on the same line | Johannes Löthberg | 1 | -9/+6 |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 1 | -2/+2 |
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 1 | -0/+24 |
2014-11-10 | Remove space before function names | Johannes Löthberg | 1 | -1/+1 |
2014-11-10 | Move parse_color to utils.c | Johannes Löthberg | 1 | -0/+46 |
2014-11-10 | Handle all arguments, split out int parsing function | Johannes Löthberg | 1 | -0/+34 |