summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c795869718..ef2c31e204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2001-06-28  Mark Kettenis  <kettenis@gnu.org>
 
+	* manual/users.texi (Setting Groups): Correct initgroups
+	documentation.  Add documentation for getgrouplist.
+
+2001-06-28  H.J. Lu  <hjl@gnu.org>
+
+	* locale/findlocale.c (locale_file_list): Renamed to ...
+	(_nl_locale_file_list): This. Make it extern.
+	(free_mem): Move to ...
+	* locale/setlocale.c (free_mem): Here.
+
+2001-06-28  Mark Kettenis  <kettenis@gnu.org>
+
 	* sysdeps/mach/hurd/read.c: Include <hurd/fd.h>.
 	(__libc_read): Don't call __pread.  Use _hurd_fd_read directly
 	instead.
@@ -18,17 +30,16 @@
 
 	* posix/Makefile: Add rules to build and run tst-regex.
 
-2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com>
+2001-06-20  Isamu Hasegawa  <isamu@yamato.ibm.com>
 
 	* posix/regex.c (FREE_WCS_BUFFERS): New macro to free buffers.
 	(re_search_2): invoke convert_mbs_to_wcs and FREE_WCS_BUFFERS.
 	(wcs_re_match_2_internal): Check whether the wcs buffers need
 	seting up or not, and skip seting up routin if not needed.
 
-2001-06-26 Isamu Hasegawa <isamu@yamato.ibm.com>
+2001-06-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
 
-	* posix/regex.c (count_mbs_length): Use binary search for
-	optimization.
+	* posix/regex.c (count_mbs_length): Use binary search for optimization.
 
 2001-06-27  Ulrich Drepper  <drepper@redhat.com>