X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtod;h=095616a75485271841c084caad0bab7369c9117f;hb=ef7ac3461d310630096bd41909677a597c810242;hp=4e2ca840eeada6b3a9b3c52c51b5f9f23c8c82fb;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xstrtod b/modules/xstrtod index 4e2ca840e..095616a75 100644 --- a/modules/xstrtod +++ b/modules/xstrtod @@ -1,4 +1,5 @@ Description: +Convert string to 'double', with error checking. Files: lib/xstrtod.h @@ -6,13 +7,18 @@ lib/xstrtod.c m4/xstrtod.m4 Depends-on: +stdbool configure.ac: gl_XSTRTOD Makefile.am: -lib_SOURCES += xstrtod.h xstrtod.c Include: "xstrtod.h" +License: +GPL + +Maintainer: +Jim Meyering