aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
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-1/+1
2014-11-11Add parse_double function to utils.cJohannes Löthberg1-0/+3
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg1-3/+10
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg1-0/+1
2014-11-10Move parse_color to utils.cJohannes Löthberg1-0/+1
2014-11-10Handle all arguments, split out int parsing functionJohannes Löthberg1-0/+7