From e1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 25 Jan 2021 08:51:29 +0100 Subject: [PATCH] getaddrinfo: Doc fix. * doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does not support IDN. --- ChangeLog | 6 ++++++ doc/posix-functions/getaddrinfo.texi | 3 +++ 2 files changed, 9 insertions(+) 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 -- 2.39.5