diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-19 09:06:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-19 09:06:14 +0000 |
commit | b5f7b1192580309fd638feaa8bbc99f8f73d366f (patch) | |
tree | 0552d0d36959b2e23abbc74c313e68e3b33637da /ChangeLog | |
parent | 1c5247109d620c17e16b645d8356b50355065a12 (diff) | |
download | glibc-b5f7b1192580309fd638feaa8bbc99f8f73d366f.tar.gz glibc-b5f7b1192580309fd638feaa8bbc99f8f73d366f.tar.xz glibc-b5f7b1192580309fd638feaa8bbc99f8f73d366f.zip |
Update.
* stdlib/tst-strtod.c (main): Add test for strtof bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8c553808fc..4ab2f59c83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting of decimal input digits. + * stdlib/tst-strtod.c (main): Add test for strtof bug. 2003-02-18 Ulrich Drepper <drepper@redhat.com> |