]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2004 22:23:43 +0000 (22:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2004 22:23:43 +0000 (22:23 +0000)
* sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE.

ChangeLog
sysdeps/posix/gai_strerror.c

index 22405deedf73dc4e216de80ec87175df4b91b772..1dedf1e147832269dcab509797c99481ee0ab260 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
index f99f02638c4ef9941072fc92cc6224048c30c49c..e2835a56747e9732db72de805bac966979c2c0e2 100644 (file)
@@ -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 <pjb27@cam.ac.uk>, 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 *