repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
c-strtod
blob
a2741c557170059329840bc6ea8f9729d445e6fe
1
Description:
2
Convert string to double in C locale.
3
4
Files:
5
lib/c-strtod.c
6
lib/c-strtod.h
7
m4/c-strtod.m4
8
m4/intl-thread-locale.m4
9
10
Depends-on:
11
c99
12
extensions
13
locale
14
strdup-posix
15
strtod
16
17
configure.ac:
18
gl_C_STRTOD
19
20
Makefile.am:
21
lib_SOURCES += c-strtod.c
22
23
Include:
24
"c-strtod.h"
25
26
License:
27
GPL
28
29
Maintainer:
30
Paul Eggert, Jim Meyering