diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-24 22:13:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-24 22:13:39 +0000 |
commit | dc5fd90772df0a138e25e0af7d3c51ad02a3e940 (patch) | |
tree | 4806ee0799bba9278a579c6c54add879d7551bf6 /ChangeLog | |
parent | ac259c27be2057cd323eb2113d213065a4517121 (diff) | |
download | glibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.zip glibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.tar.gz glibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.tar.bz2 |
Update.
2001-01-24 Ulrich Drepper <drepper@redhat.com>
* stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
separators.
Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>.
* stdlib/tst-strtod.c (locale_test): New function.
(main): Call locale_test.
* include/sys/sysctl.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2001-01-24 Ulrich Drepper <drepper@redhat.com> + + * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands + separators. + Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>. + + * stdlib/tst-strtod.c (locale_test): New function. + (main): Call locale_test. + 2001-01-24 Mark Kettenis <kettenis@gnu.org> * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost @@ -10,7 +19,7 @@ prototype. * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise. - * include/sys/sysctl.h: New. + * include/sys/sysctl.h: New file. 2001-01-23 Andreas Jaeger <aj@suse.de> |