]> Savannah Git Hosting - gnulib.git/commitdiff
getaddrinfo: Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Mon, 25 Jan 2021 07:51:29 +0000 (08:51 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 25 Jan 2021 07:51:29 +0000 (08:51 +0100)
* doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does
not support IDN.

ChangeLog
doc/posix-functions/getaddrinfo.texi

index 12bb66a4eaf5e05573ce74d86c39754b43ec2ac4..22c66ea3f6f47d7ec04740bf13a6e7853862b459 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-25  Simon Josefsson  <simon@josefsson.org>
+
+       getaddrinfo: Doc fix.
+       * doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does
+       not support IDN.
+
 2021-01-24  Bruno Haible  <bruno@clisp.org>
 
        getcwd: Fix cross-compilation guess for musl libc.
index eae5b8b593e062e1d66f3fd78a8b2f8c85b09929..8c2bc7f0dc1f3b5ce1895e1d03f8d1daab4c7a79 100644 (file)
@@ -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