diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-28 06:59:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-28 06:59:48 +0000 |
commit | 75261665f1dd29bdfedfe653a8d102fab2d012e6 (patch) | |
tree | ccccec0af6f04172e1b97d6817c5817073aaca88 /ChangeLog | |
parent | a5cc88e5d05e4d7b1c2ead2ac7f9acf0bf7699aa (diff) | |
download | glibc-75261665f1dd29bdfedfe653a8d102fab2d012e6.tar.gz glibc-75261665f1dd29bdfedfe653a8d102fab2d012e6.tar.xz glibc-75261665f1dd29bdfedfe653a8d102fab2d012e6.zip |
2002-08-28 Jakub Jelinek <jakub@redhat.com>
* locale/programs/locarchive.c (insert_name): Suppress warnings about hash collisions if be_quiet. * locale/locale.h (__newlocale, __duplocale, __freelocale, __uselocale): Don't declare these any more. * include/locale.h (__uselocale): Declare here instead, using __typeof.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8154f91d8a..8e36b4de56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ +2002-08-28 Jakub Jelinek <jakub@redhat.com> + + * locale/programs/locarchive.c (insert_name): Suppress warnings about + hash collisions if be_quiet. + 2002-08-27 Roland McGrath <roland@redhat.com> + * locale/locale.h (__newlocale, __duplocale, __freelocale, + __uselocale): Don't declare these any more. + * include/locale.h (__uselocale): Declare here instead, using __typeof. + * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno and treat it as an EOF return. * sysdeps/unix/readdir_r.c: Likewise. |