changeset 15586:dcb8b5f068e8

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.
author Bruno Haible <bruno@clisp.org>
date Thu, 08 Sep 2011 11:58:44 +0200
parents baa1c5c05e71
children a9fbdd1023d5
files ChangeLog doc/posix-functions/crypt.texi doc/posix-functions/encrypt.texi doc/posix-functions/setkey.texi
diffstat 4 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-08  Reuben Thomas  <rrt@sc3d.org>
+            Bruno Haible  <bruno@clisp.org>
+
+	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  <simon@josefsson.org>
 
 	* lib/gc.h: Fix copyright header.
--- 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{<unistd.h>}
+(without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.11.
 @end itemize
--- 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{<unistd.h>}
+(without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.11.
 @end itemize
--- 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{<stdlib.h>}
+(without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.11.
 @end itemize