xbps/bin
Juan RP 992e8c6a14 libxbps::xbps_humanize_number(): use common values and hide implementation details from API.
So now its prototype is the following:

int xbps_humanize_number(char *buf, int64_t bytes)

It is a wrapper around NetBSD's humanize_number(3) which uses 6 digits for max
length, HN_AUTOSCALE and HN_NOSPACE|HN_DECIMAL. All users have been updated.
2011-01-18 23:10:07 +01:00
..
xbps-bin libxbps::xbps_humanize_number(): use common values and hide implementation details from API. 2011-01-18 23:10:07 +01:00
xbps-dgraph Added another bunch of compiler warnings and fix code. 2011-01-15 11:59:44 +01:00
xbps-repo libxbps::xbps_humanize_number(): use common values and hide implementation details from API. 2011-01-18 23:10:07 +01:00
xbps-uhelper Added another bunch of compiler warnings and fix code. 2011-01-15 11:59:44 +01:00
Makefile xbps-dgraph: new utility to generate dot(1) graphs for package metadata properties. 2010-11-08 23:27:15 +01:00