mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-11 22:54:02 +02:00
printf now uses long double.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user