From: Ulrich Drepper Date: Mon, 8 Mar 2004 22:23:43 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~706 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26b67591cd19fe7cd3595d7012d52adffc9b2391;p=thirdparty%2Fglibc.git Update. * sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE. --- diff --git a/ChangeLog b/ChangeLog index 22405deedf7..1dedf1e1478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-03-08 Ulrich Drepper + * sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE. + * Makerules: Use extra-modules.mk if modules-names is defined. * extra-modules.mk: New file. * dlfcn/Makefile (CPPFLAGS-modcxaatexit.c): Removed. diff --git a/sysdeps/posix/gai_strerror.c b/sysdeps/posix/gai_strerror.c index f99f02638c4..e2835a56747 100644 --- a/sysdeps/posix/gai_strerror.c +++ b/sysdeps/posix/gai_strerror.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997,2001,02 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. @@ -43,7 +43,8 @@ values[] = { EAI_CANCELED, N_("Request canceled") }, { EAI_NOTCANCELED, N_("Request not canceled") }, { EAI_ALLDONE, N_("All requests done") }, - { EAI_INTR, N_("Interrupted by a signal") } + { EAI_INTR, N_("Interrupted by a signal") }, + { EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") } }; const char *