summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstrtol
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstrtol')
m---------gnulib0
-rw-r--r--gnulib/modules/xstrtol32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/xstrtol b/gnulib/modules/xstrtol
new file mode 100644
index 0000000..66e5342
--- /dev/null
+++ b/gnulib/modules/xstrtol
@@ -0,0 +1,32 @@
+Description:
+Convert string to 'long' or 'unsigned long', with error checking.
+
+Files:
+lib/xstrtol.h
+lib/xstrtol.c
+lib/xstrtoul.c
+lib/xstrtol-error.c
+m4/xstrtol.m4
+
+Depends-on:
+exitfail
+error
+getopt-gnu
+gettext-h
+intprops
+inttypes-incomplete
+
+configure.ac:
+gl_XSTRTOL
+
+Makefile.am:
+lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
+
+Include:
+"xstrtol.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering