diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:52:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:52:21 +0000 |
commit | 405698e946dbed472491f85867eb511eb080e05a (patch) | |
tree | d978783b1096fcc700943d532afced86f5a702e5 /ChangeLog | |
parent | 2282c90c4298988b61d2487549167c39d76ec7bc (diff) | |
download | glibc-405698e946dbed472491f85867eb511eb080e05a.tar glibc-405698e946dbed472491f85867eb511eb080e05a.tar.gz glibc-405698e946dbed472491f85867eb511eb080e05a.tar.bz2 glibc-405698e946dbed472491f85867eb511eb080e05a.zip |
[BZ #3664]
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
empty parsed strings.
* stdlib/Makefile (tests): Add tst-strtod2.
* stdlib/tst-strtod2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-12-09 Ulrich Drepper <drepper@redhat.com> + [BZ #3664] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize + empty parsed strings. + * stdlib/Makefile (tests): Add tst-strtod2. + * stdlib/tst-strtod2.c: New file. + [BZ #3673] * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit computation. |