summaryrefslogtreecommitdiff
path: root/gnulib/modules/c-strtod
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/c-strtod')
m---------gnulib0
-rw-r--r--gnulib/modules/c-strtod27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/c-strtod b/gnulib/modules/c-strtod
new file mode 100644
index 0000000..7999d45
--- /dev/null
+++ b/gnulib/modules/c-strtod
@@ -0,0 +1,27 @@
+Description:
+Convert string to double in C locale.
+
+Files:
+lib/c-strtod.c
+lib/c-strtod.h
+m4/c-strtod.m4
+
+Depends-on:
+extensions
+locale
+strdup-posix
+
+configure.ac:
+gl_C_STRTOD
+
+Makefile.am:
+lib_SOURCES += c-strtod.c
+
+Include:
+"c-strtod.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering