aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-12 09:35:57 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-12 09:35:57 +0000
commiteb13b9a02d939ee7440472c5a5f86e55f3adbd54 (patch)
treee75f923f922e03f20152e7badf2a8f3c9be03285 /ChangeLog
parent2bcf29ba7c21c42db97411cf1fecd23dfd5ca3fa (diff)
downloadglibc-eb13b9a02d939ee7440472c5a5f86e55f3adbd54.tar
glibc-eb13b9a02d939ee7440472c5a5f86e55f3adbd54.tar.gz
glibc-eb13b9a02d939ee7440472c5a5f86e55f3adbd54.tar.bz2
glibc-eb13b9a02d939ee7440472c5a5f86e55f3adbd54.zip
Update.
1998-03-12 Matthias Urlichs <smurf@noris.de> * nscd/nscd.c: Ignore SIGPIPE. 1998-03-12 Ulrich Drepper <drepper@cygnus.com> * nscd/nscd_getgr_r.c: Use __ protected names. * nscd/nscd_getpw_r.c: Likewise. 1998-03-12 Matthias Urlichs <smurf@noris.de> * nscd/nscd_getpw_r.c: Use pw_*_len values correctly. * nscd/nscd_getpw_r.c: Fix length calculation in result check, null bytes are not transmitted. 1998-03-12 00:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * powerpc/syscalls.list: Correct typo. * alpha/syscalls.list: Likewise. * mips/syscalls.list: Likewise. 1998-03-12 Ulrich Drepper <drepper@cygnus.com> * socket/sys/socket.h: Add prototype for __socket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d549f8ab86..b2dd2c85d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1998-03-12 Matthias Urlichs <smurf@noris.de>
+
+ * nscd/nscd.c: Ignore SIGPIPE.
+
+1998-03-12 Ulrich Drepper <drepper@cygnus.com>
+
+ * nscd/nscd_getgr_r.c: Use __ protected names.
+ * nscd/nscd_getpw_r.c: Likewise.
+
+1998-03-12 Matthias Urlichs <smurf@noris.de>
+
+ * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
+ * nscd/nscd_getpw_r.c: Fix length calculation in result check,
+ null bytes are not transmitted.
+
+1998-03-12 00:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+
+ * powerpc/syscalls.list: Correct typo.
+ * alpha/syscalls.list: Likewise.
+ * mips/syscalls.list: Likewise.
+
+1998-03-12 Ulrich Drepper <drepper@cygnus.com>
+
+ * socket/sys/socket.h: Add prototype for __socket.
+
1998-03-11 15:27 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c: Update help message.