# HG changeset patch # User Bruno Haible # Date 1315475924 -7200 # Node ID dcb8b5f068e8011fb60ef3dd218d284f24093646 # Parent baa1c5c05e717aa7c016daeeb1e9c531cb6edec5 Doc about crypt functions. * doc/posix-functions/crypt.texi: Mention need for _GNU_SOURCE on glibc systems. * doc/posix-functions/encrypt.texi: Likewise. * doc/posix-functions/setkey.texi: Likewise. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-09-08 Reuben Thomas + Bruno Haible + + Doc about crypt functions. + * doc/posix-functions/crypt.texi: Mention need for _GNU_SOURCE on glibc + systems. + * doc/posix-functions/encrypt.texi: Likewise. + * doc/posix-functions/setkey.texi: Likewise. + 2011-09-08 Simon Josefsson * lib/gc.h: Fix copyright header. diff --git a/doc/posix-functions/crypt.texi b/doc/posix-functions/crypt.texi --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -15,4 +15,8 @@ @item This function is missing on some platforms: FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw. +@item +This function is not declared in @code{} +(without @code{-D_GNU_SOURCE}) on some platforms: +glibc 2.11. @end itemize diff --git a/doc/posix-functions/encrypt.texi b/doc/posix-functions/encrypt.texi --- a/doc/posix-functions/encrypt.texi +++ b/doc/posix-functions/encrypt.texi @@ -15,4 +15,8 @@ @item This function is missing on some platforms: NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, BeOS. +@item +This function is not declared in @code{} +(without @code{-D_GNU_SOURCE}) on some platforms: +glibc 2.11. @end itemize diff --git a/doc/posix-functions/setkey.texi b/doc/posix-functions/setkey.texi --- a/doc/posix-functions/setkey.texi +++ b/doc/posix-functions/setkey.texi @@ -15,4 +15,8 @@ @item This function is missing on some platforms: NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, BeOS. +@item +This function is not declared in @code{} +(without @code{-D_GNU_SOURCE}) on some platforms: +glibc 2.11. @end itemize