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-strtod26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/c-strtod b/gnulib/modules/c-strtod
new file mode 100644
index 00000000..3bed8255
--- /dev/null
+++ b/gnulib/modules/c-strtod
@@ -0,0 +1,26 @@
+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:
+
+Include:
+"c-strtod.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering