X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fhuman;h=2216ca4e6ef2e54638d282204f087d52ffd7700c;hb=46da792f2ddd95bb06ffb9e08d0f2e921b90772f;hp=da354d9bb039c6aa04c9b1990a25bbad2de4e8ed;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/human b/modules/human index da354d9bb..2216ca4e6 100644 --- a/modules/human +++ b/modules/human @@ -1,26 +1,31 @@ Description: +Convert a number (usually a file size) to a human readable string, possibly +with K/M/G suffix. Files: lib/human.h lib/human.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/human.m4 Depends-on: -gettext argmatch error -xstrtol +intprops +memmove +xstrtoumax +stdbool +stdint configure.ac: gl_HUMAN Makefile.am: -lib_SOURCES += human.h human.c Include: "human.h" +License: +GPL + +Maintainer: +Paul Eggert