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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
c-strtold
blob
f642a8895287f173a29e7d8f10182221803f4071
1
Description:
2
Convert string to long double in C locale.
3
4
Files:
5
lib/c-strtod.h
6
lib/c-strtod.c
7
lib/c-strtold.c
8
m4/c-strtod.m4
9
m4/intl-thread-locale.m4
10
11
Depends-on:
12
c99
13
extensions
14
locale
15
strdup-posix
16
strtold
17
18
configure.ac:
19
gl_C_STRTOLD
20
21
Makefile.am:
22
lib_SOURCES += c-strtold.c
23
24
Include:
25
"c-strtod.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
Paul Eggert, Jim Meyering