summaryrefslogtreecommitdiff
path: root/gnulib/modules/human
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/human')
m---------gnulib0
-rw-r--r--gnulib/modules/human31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/human b/gnulib/modules/human
new file mode 100644
index 00000000..2216ca4e
--- /dev/null
+++ b/gnulib/modules/human
@@ -0,0 +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/human.m4
+
+Depends-on:
+argmatch
+error
+intprops
+memmove
+xstrtoumax
+stdbool
+stdint
+
+configure.ac:
+gl_HUMAN
+
+Makefile.am:
+
+Include:
+"human.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert