aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-01 09:03:29 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-01 09:03:29 +0000
commitdd047aa514bba3fc2c289646afe0aab1d88a00b2 (patch)
treeaa725d7abcf0f5a03a542c622f94d56cd8e4e66f /ChangeLog
parentbf244ee81f5faa7c84ec3d337ea41a8c46f94497 (diff)
downloadglibc-dd047aa514bba3fc2c289646afe0aab1d88a00b2.tar
glibc-dd047aa514bba3fc2c289646afe0aab1d88a00b2.tar.gz
glibc-dd047aa514bba3fc2c289646afe0aab1d88a00b2.tar.bz2
glibc-dd047aa514bba3fc2c289646afe0aab1d88a00b2.zip
Update.
2004-04-01 Jakub Jelinek <jakub@redhat.com> * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol is NULL, instead of trying yp_match (name/tcp), yp_match (name/udp), yp_all, try yp_match (name), yp_all. 2004-04-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add handling for ignored entries. Ignore AT_IGNOREPPC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc75b117f4..29a743bbea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-01 Jakub Jelinek <jakub@redhat.com>
+
+ * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol
+ is NULL, instead of trying yp_match (name/tcp), yp_match (name/udp),
+ yp_all, try yp_match (name), yp_all.
+
+2004-04-01 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add handling for
+ ignored entries. Ignore AT_IGNOREPPC.
+
2004-03-31 Andreas Jaeger <aj@suse.de>
* libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit