From: Roland McGrath Date: Sun, 16 Oct 2005 10:16:13 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20051017T0518~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e17a849b8e588240f21f1673719f60eac93886;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index db8cdcc3a16..2360a84e452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -237,6 +237,13 @@ * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters and above. +2005-05-17 Neal H. Walfield + + [BZ #1350] + * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] + instead of [SALEN]. + (gaih_inet): Likewise. + 2005-05-06 Jakub Jelinek [BZ #934] @@ -897,6 +904,10 @@ * posix/unistd.h: symlink and readlink are unconditionally available in the 2001 spec. +2005-02-16 Roland McGrath + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local. + 2004-07-23 Jakub Jelinek [BZ #284]