From: Simon Josefsson Date: Mon, 25 Jan 2021 07:51:29 +0000 (+0100) Subject: getaddrinfo: Doc fix. X-Git-Tag: v1.0~3124 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c;p=gnulib.git getaddrinfo: Doc fix. * doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does not support IDN. --- diff --git a/ChangeLog b/ChangeLog index 12bb66a4ea..22c66ea3f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-01-25 Simon Josefsson + + getaddrinfo: Doc fix. + * doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does + not support IDN. + 2021-01-24 Bruno Haible getcwd: Fix cross-compilation guess for musl libc. diff --git a/doc/posix-functions/getaddrinfo.texi b/doc/posix-functions/getaddrinfo.texi index eae5b8b593..8c2bc7f0dc 100644 --- a/doc/posix-functions/getaddrinfo.texi +++ b/doc/posix-functions/getaddrinfo.texi @@ -21,4 +21,7 @@ that is different from @code{cdecl}. Portability problems not fixed by Gnulib: @itemize +@item +Unlike glibc's implementation, gnulib's replacement does not support +internationalized domain names (IDN) encoding. @end itemize