about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-31 16:00:06 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-31 16:00:06 +0000
commit6a844df675b81d6b9057db066446943792ba89fc (patch)
tree0a9f4875992cadca0ec0ffdfdf17a86c8143b803 /ChangeLog
parentf54de3b555f1458c7200ac45c21038f39669dbac (diff)
downloadglibc-6a844df675b81d6b9057db066446943792ba89fc.tar.gz
glibc-6a844df675b81d6b9057db066446943792ba89fc.tar.xz
glibc-6a844df675b81d6b9057db066446943792ba89fc.zip
Update.
1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>

	* grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
	getgrgid_r.c if thread package is available.
	* pwd/Makefile: Likewise.
	* grp/getgrnam_r.c: Remove USE_NSCD definition.
	* grp/getgrgid_r.c: Likewise.
	* pwd/getpwnam_r.c: Likewise.
	* pwd/getpwuid_r.c: Likewise.

1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>

	* nss/getXXbyYY_r.c: If NSS function reports too small buffer return
	with error to allow user intervention.
	* nss/getXXent_r.c: Likewise.

	* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 890652d93b..9a5660815a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
+
+	* grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
+	getgrgid_r.c if thread package is available.
+	* pwd/Makefile: Likewise.
+	* grp/getgrnam_r.c: Remove USE_NSCD definition.
+	* grp/getgrgid_r.c: Likewise.
+	* pwd/getpwnam_r.c: Likewise.
+	* pwd/getpwuid_r.c: Likewise.
+
+1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
+
+	* nss/getXXbyYY_r.c: If NSS function reports too small buffer return
+	with error to allow user intervention.
+	* nss/getXXent_r.c: Likewise.
+
 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
 
 	* sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
@@ -6,7 +22,7 @@
 	* sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
 	(_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
 	* sysdeps/generic/dl-procinfo.h: New file.
-	* sysdeps/unix/sysv/linux/dl-procinfo.h: New file.
+	* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
 
 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>