diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 23:05:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 23:05:12 +0000 |
commit | 14b2815be917c71d1310df760314581fa5073d07 (patch) | |
tree | 5fc99302308b8decdab11e2ebff9ae769f5faf24 /ChangeLog | |
parent | aad61757ebed2e5320186e35c4054740fc84c6ee (diff) | |
download | glibc-14b2815be917c71d1310df760314581fa5073d07.tar.gz glibc-14b2815be917c71d1310df760314581fa5073d07.tar.xz glibc-14b2815be917c71d1310df760314581fa5073d07.zip |
Update.
2002-03-11 Ulrich Drepper <drepper@redhat.com> * po/es.po: Update from translation team. * po/fr.po: Likewise. * stdio-common/tfformat.c (sprint_doubles): A test for %F format. * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format when determining type of format. Patch by James Antill <james@and.org> [PR libc/2787]. 2002-03-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d45de3a03b..691ca934c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-03-11 Ulrich Drepper <drepper@redhat.com> + + * po/es.po: Update from translation team. + * po/fr.po: Likewise. + + * stdio-common/tfformat.c (sprint_doubles): A test for %F format. + + * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format + when determining type of format. + Patch by James Antill <james@and.org> [PR libc/2787]. + +2002-03-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm. + 2002-03-11 Roland McGrath <roland@frob.com> * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro. |