aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-06Relicense under GPL2 onlyJohannes Löthberg1-0/+17
2014-11-11use `const char *` in parse_<type>Johannes Löthberg1-3/+3
2014-11-11replace all int with signed, unsigned int with unsignedJohannes Löthberg1-8/+8
2014-11-11Add parse_double function to utils.cJohannes Löthberg1-0/+22
2014-11-11Opening curl braces should be on the same lineJohannes Löthberg1-9/+6
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg1-2/+2
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg1-0/+24
2014-11-10Remove space before function namesJohannes Löthberg1-1/+1
2014-11-10Move parse_color to utils.cJohannes Löthberg1-0/+46
2014-11-10Handle all arguments, split out int parsing functionJohannes Löthberg1-0/+34