X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=4b0eb1a941cb86e57426e1e35b6f64b8d7422dde;hb=06a40b6f89e23857582479488fda3a2169dd5df3;hp=7d3bceb3f4e09177728f4e271cf1b774e69f0c93;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 7d3bceb3f..4b0eb1a94 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -2,6 +2,7 @@ Description: Convert string to 'long` or 'unsigned long', with error checking. Files: +lib/intprops.h lib/xstrtol.h lib/xstrtol.c lib/xstrtoul.c @@ -14,13 +15,19 @@ m4/intmax_t.m4 m4/xstrtol.m4 Depends-on: +exitfail +error configure.ac: gl_XSTRTOL Makefile.am: -lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" +License: +GPL + +Maintainer: +Jim Meyering