From: Paul Eggert Date: Mon, 12 Jul 2004 06:40:24 +0000 (+0000) Subject: printf now uses long double. X-Git-Tag: v5.3.0~1121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618dd92be617e89ce93524908ebebaa071908f5b;p=thirdparty%2Fcoreutils.git printf now uses long double. --- diff --git a/ChangeLog b/ChangeLog index 2c1779e050..61dd15e110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-11 Paul Eggert + + * src/printf.c (vstrtold): Renamed from vstrtod. + Now returns long double. All uses changed. + (print_direc): Use "L" length modifier when printing floating point + numbers, since we're now printing long double. + 2004-07-06 Paul Eggert * Version 5.3.0. diff --git a/lib/ChangeLog b/lib/ChangeLog index 280ccbfcd8..5505bbac9f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-07-11 Paul Eggert + + * Makefile.am (libfetish_a_SOURCES): Add c-strtold.c. + * c-strtold.c: New file. + * c-strtod.c: Include first. + (C_STRTOD, DOUBLE, STRTOD): New macros. + (c_strtod): Use them. + * c-strtod.h (c_strtold): New decl. + 2004-07-07 Jim Meyering Don't infloop when MAXSYMLINKS is not defined. diff --git a/m4/ChangeLog b/m4/ChangeLog index 906c3e9e1e..5c96960ae5 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2004-07-11 Paul Eggert + + * c-strtod.m4: New file. + * prereq.m4 (gl_PREREQ): Add gl_C_STRTOLD. + 2004-04-03 Dmitry V. Levin * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):