aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/humanize_number.c
Commit message (Expand)AuthorAgeFilesLines
* humanize_number(3): fix math edge case in rounding large numbersBartek Rutkowski2017-12-281-1/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Correct an out of bounds read with HN_AUTOSCALE and very large numbers.Brooks Davis2017-04-131-2/+2
* don't assert on bad args, instead return an error..John-Mark Gurney2013-10-071-31/+43
* Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)Baptiste Daroussin2012-09-121-1/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-121-19/+32
* humanize_number(3) multiply the input number by 100, which could cause anXin LI2011-03-231-16/+24
* Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.Xin LI2009-06-231-8/+1
* Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13Antoine Brodin2008-03-081-5/+10
* Take the lastest fixes from NetBSD.Pawel Jakub Dawidek2004-09-251-63/+51
* Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-241-0/+160