summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstrtod
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstrtod')
m---------gnulib0
-rw-r--r--gnulib/modules/xstrtod25
2 files changed, 25 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/xstrtod b/gnulib/modules/xstrtod
new file mode 100644
index 0000000..6163365
--- /dev/null
+++ b/gnulib/modules/xstrtod
@@ -0,0 +1,25 @@
+Description:
+Convert string to 'double', with error checking.
+
+Files:
+lib/xstrtod.h
+lib/xstrtod.c
+m4/xstrtod.m4
+
+Depends-on:
+stdbool
+
+configure.ac:
+gl_XSTRTOD
+
+Makefile.am:
+lib_SOURCES += xstrtod.c
+
+Include:
+"xstrtod.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering