xbps/bin/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
..
check.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
defs.h xbps-bin: added -F flag for the remove target. 2010-12-03 17:36:07 +01:00
find-files.c xbps-bin: fix a memleak in the 'find-files' target. 2010-12-24 05:21:22 +01:00
install.c libxbps::xbps_humanize_number(): use common values and hide implementation details from API. 2011-01-18 23:10:07 +01:00
main.c Added another bunch of compiler warnings and fix code. 2011-01-15 11:59:44 +01:00
Makefile xbps-bin(8): added a new target "find-files". 2010-10-27 00:25:02 +02:00
remove.c xbps-bin: added -F flag for the remove target. 2010-12-03 17:36:07 +01:00
show-deps.c Starting to clean up the public API, move private stuff into xbps_api_impl.h. 2010-11-13 03:18:58 +01:00
show-info-files.c New function: xbps_get_pkg_dict_from_metadata_plist. 2010-11-08 03:14:41 +01:00
xbps-bin.8 xbps-bin: added -F flag for the remove target. 2010-12-03 17:36:07 +01:00