Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 1999 21:41:47 +0000 (21:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 1999 21:41:47 +0000 (21:41 +0000)
commit5be4316ea2f4bb8a59a7861b5dd3c5ebfea6a715
treef33e10763cba76eb5dd8c5c86db7f7b07b9cc1cc
parent29329ef54739d84393b59058d83ba23e40ca88e9
Update.

1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* stdlib/strtod.c (round_and_return): Fix rounding of denormals.
(DENORM_EXP): New define.  Use it as the exponent for a denormal.
* stdlib/strtold.c: Moved to ...
* sysdeps/generic/strtold.c: ... here.
* sysdeps/m68k/strtold.c: New file.

1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
point if the precision is zero, even if the mantissa is non-zero.
ChangeLog
stdlib/strtod.c
sysdeps/generic/strtold.c [moved from stdlib/strtold.c with 100% similarity]
sysdeps/m68k/strtold.c [new file with mode: 0644]