Hash :
0491c124
Author :
Date :
2012-03-25T15:19:45
New module 'localeconv'. * lib/locale.in.h (localeconv): New declaration. * lib/localeconv.c: New file. * m4/localeconv.m4: New file. * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize GNULIB_LOCALECONV, REPLACE_LOCALECONV. * modules/locale (Makefile.am): Substitute GNULIB_LOCALECONV, REPLACE_LOCALECONV. * modules/localeconv: New file. * modules/nl_langinfo (Depends-on): Add localeconv. * modules/human (Depends-on): Likewise. * doc/posix-functions/localeconv.texi: Mention the new module.
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/human.m4
Depends-on:
argmatch
error
intprops
localeconv
memmove
xstrtoumax
stdbool
stdint
configure.ac:
gl_HUMAN
Makefile.am:
lib_SOURCES += human.c
Include:
"human.h"
License:
GPL
Maintainer:
Paul Eggert