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