summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
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.