X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fhuman;h=bbf181893a55468cff8cc4619236189e067f90ec;hb=695ad9289e1b0cf5db2afafcb8461f4ae9e0bfa0;hp=da354d9bb039c6aa04c9b1990a25bbad2de4e8ed;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/human b/modules/human index da354d9bb..bbf181893 100644 --- a/modules/human +++ b/modules/human @@ -1,8 +1,11 @@ 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 +lib/intprops.h m4/ulonglong.m4 m4/stdint_h.m4 m4/inttypes_h.m4 @@ -10,17 +13,22 @@ m4/uintmax_t.m4 m4/human.m4 Depends-on: -gettext +gettext-h argmatch error xstrtol +stdbool configure.ac: gl_HUMAN Makefile.am: -lib_SOURCES += human.h human.c Include: "human.h" +License: +GPL + +Maintainer: +Paul Eggert