summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2019-02-17Follow International System of Units spacing rulesIngo Feinerer
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-06fmt_human: Improve typesAaron Marcher
2018-05-23Refactor snprintf-usage in util.cLaslo Hunhold
2018-05-21Refactor fmt_human() and fix a bugLaslo Hunhold
2018-05-21Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher
2018-05-21Remove units from numbersAaron Marcher
2018-05-19Implement fmt_human_2() and fmt_human_10()Laslo Hunhold
2018-05-19Implement esnprintf() and make formatted calls more efficientLaslo Hunhold
2018-05-18Add fmt_scaled util functionAaron Marcher
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-17Properly handle *snprintf() errorsLaslo Hunhold
2018-05-06Fix coding styleAaron Marcher
2018-03-28Format error messages properlyAaron Marcher
2018-03-28Get rid of err.h as it is not portableAaron Marcher
2017-09-17Added LICENSE statements to all source filesAaron Marcher
2017-09-17Split into multiple filesAaron Marcher