X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=f1faa0998dc13ca7d0b2ed8196e520a1d95cd918;hb=946b14c12a890a95944f8610302c43fd94ecfd27;hp=904aaa8f502902f37496514736cac85db18d003d;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 904aaa8f5..f1faa0998 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,5 +1,5 @@ Description: -Convert string to 'long` or 'unsigned long', with error checking. +Convert string to 'long' or 'unsigned long', with error checking. Files: lib/xstrtol.h @@ -14,16 +14,20 @@ m4/intmax_t.m4 m4/xstrtol.m4 Depends-on: +exitfail +error +intprops configure.ac: gl_XSTRTOL Makefile.am: -lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" +License: +GPL + Maintainer: Jim Meyering -