X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=63f032965a52abca807b2999829133f87287a143;hb=9d5fcc62b3ae5309a5be907ca53511d13760e9c1;hp=6e2ccd249ed5d1060bdb6fa8e66fc41f6e2450d7;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 6e2ccd249..63f032965 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,6 +1,8 @@ Description: +Convert string to 'long' or 'unsigned long', with error checking. Files: +lib/intprops.h lib/xstrtol.h lib/xstrtol.c lib/xstrtoul.c @@ -13,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