diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-12 06:40:24 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-12 06:40:24 +0000 |
commit | 618dd92be617e89ce93524908ebebaa071908f5b (patch) | |
tree | b75ade39fd31093a518f703196c0ec215157844d /ChangeLog | |
parent | 6ab31c1e2337e90d4cd4f50c1a45541abf3ddbdf (diff) | |
download | coreutils-618dd92be617e89ce93524908ebebaa071908f5b.tar.xz |
printf now uses long double.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |