X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=f453cf2e00cc238b4953bf5e34b1395248dc050a;hb=cd3bee968885a85671cad267e142aad74076b5e2;hp=6e2ccd249ed5d1060bdb6fa8e66fc41f6e2450d7;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 6e2ccd249..f453cf2e0 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,4 +1,5 @@ Description: +Convert string to 'long` or 'unsigned long', with error checking. Files: lib/xstrtol.h @@ -13,6 +14,8 @@ m4/intmax_t.m4 m4/xstrtol.m4 Depends-on: +exitfail +error configure.ac: gl_XSTRTOL @@ -23,3 +26,8 @@ lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" +License: +GPL + +Maintainer: +Jim Meyering