mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/locale-h: Renamed from modules/locale. * modules/locale-h-tests: Renamed from modules/locale-tests. * modules/locale-h-c++-tests: Renamed from modules/locale-c++-tests. * tests/test-locale-h.c: Renamed from tests/test-locale.c. * tests/test-locale-h-c++.cc: Renamed from tests/test-locale-c++.cc. * tests/test-locale-h-c++2.cc: Renamed from tests/test-locale-c++2.cc. * doc/posix-headers/locale.texi: Update. * modules/* (Depends-on): Update. * modules/locale: New file.
32 lines
338 B
Plaintext
32 lines
338 B
Plaintext
Description:
|
|
Convert string to float in C locale.
|
|
|
|
Files:
|
|
lib/c-strtod.h
|
|
lib/c-strtof.c
|
|
lib/c-strtod.c
|
|
m4/c-strtod.m4
|
|
m4/intl-thread-locale.m4
|
|
|
|
Depends-on:
|
|
c99
|
|
extensions
|
|
locale-h
|
|
c-ctype
|
|
strtof
|
|
|
|
configure.ac:
|
|
gl_C_STRTOF
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-strtof.c
|
|
|
|
Include:
|
|
"c-strtod.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|