1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

printf now uses long double.

This commit is contained in:
Paul Eggert
2004-07-12 06:40:24 +00:00
parent 6ab31c1e23
commit 618dd92be6
3 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2004-07-11 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.am (libfetish_a_SOURCES): Add c-strtold.c.
* c-strtold.c: New file.
* c-strtod.c: Include <config.h> first.
(C_STRTOD, DOUBLE, STRTOD): New macros.
(c_strtod): Use them.
* c-strtod.h (c_strtold): New decl.
2004-07-07 Jim Meyering <jim@meyering.net>
Don't infloop when MAXSYMLINKS is not defined.