]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
printf now uses long double.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2004 06:40:24 +0000 (06:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2004 06:40:24 +0000 (06:40 +0000)
ChangeLog
lib/ChangeLog
m4/ChangeLog

index 2c1779e050678af55c9a522e0400b58760f05bd0..61dd15e110958c4d2bea400df1772cea0d1c5b47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
index 280ccbfcd810a7800cc2d1b4a7da4651e7aa9dae..5505bbac9fde2ac0c736d25cc2f9eabecfd7b5c7 100644 (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.
index 906c3e9e1e303448f964fb8313f389eddc8fba7b..5c96960ae51d816427d4574486b4b9a9a7d9996d 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * c-strtod.m4: New file.
+       * prereq.m4 (gl_PREREQ): Add gl_C_STRTOLD.
+
 2004-04-03  Dmitry V. Levin  <ldv@altlinux.org>
 
        * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):