diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:11:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:11:45 +0000 |
commit | 2282c90c4298988b61d2487549167c39d76ec7bc (patch) | |
tree | 9b626e8bddc6858fd19f589d3c3762f70e7cd225 /ChangeLog | |
parent | d117c1ce4df93249471a63a4d6baad0bcbc5a988 (diff) | |
download | glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.gz glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.bz2 glibc-2282c90c4298988b61d2487549167c39d76ec7bc.zip |
[BZ #3673]
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
computation.
* stdlib/Makefile (tests): Add tst-atof2.
* stdlib/tst-atof2.c: New file.
* stdlib/Makefile (tests): Add tst-atof1.
* stdlib/tst-atof1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,16 @@ 2006-12-09 Ulrich Drepper <drepper@redhat.com> + [BZ #3673] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit + computation. + * stdlib/Makefile (tests): Add tst-atof2. + * stdlib/tst-atof2.c: New file. + [BZ #3674] * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value correctly if removing trailing zero of hex-float. + * stdlib/Makefile (tests): Add tst-atof1. + * stdlib/tst-atof1.c: New file. 2006-12-09 Jakub Jelinek <jakub@redhat.com> |