xbps/bin/xbps-repo
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
..
defs.h xbps-repo(8): implemented 'find-files' target. 2010-12-15 15:14:44 +01:00
find-files.c libxbps: modify the API, new func xbps_get_binpkg_repo_uri(). 2011-01-18 18:21:55 +01:00
index.c xbps-repo: fix the 'genindex' target due to 0.7.0 API changes. 2010-12-16 11:37:31 +01:00
main.c Added another bunch of compiler warnings and fix code. 2011-01-15 11:59:44 +01:00
Makefile xbps-repo(8): implemented 'find-files' target. 2010-12-15 15:14:44 +01:00
repository.c libxbps: modify the API, new func xbps_get_binpkg_repo_uri(). 2011-01-18 18:21:55 +01:00
util.c libxbps::xbps_humanize_number(): use common values and hide implementation details from API. 2011-01-18 23:10:07 +01:00
xbps-repo.8 xbps-repo(8): implemented 'find-files' target. 2010-12-15 15:14:44 +01:00