]> Savannah Git Hosting - gnulib.git/commitdiff
Doc about crypt functions.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Sep 2011 09:58:44 +0000 (11:58 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Sep 2011 09:58:44 +0000 (11:58 +0200)
* 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.

ChangeLog
doc/posix-functions/crypt.texi
doc/posix-functions/encrypt.texi
doc/posix-functions/setkey.texi

index aa3b895c6842b49bdff2079deb40096121468621..7d3a85aab5e3485502ab9fe7aa0a38add1171b23 100644 (file)
--- 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.
index b7f1927ca7c730a8b9860238635d3212dcb3c53d..24e638070b6841dc4dae304c6fc9c73092f9b169 100644 (file)
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
 @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
index 225f27e1e85b2e616bf273d48e284e051dba53fc..d43cc3a8c5bb1adc06baed9caabe328e94aeb67e 100644 (file)
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
 @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
index d624fe8acb2bef755d3d40192f5e5d5689fe7942..3c525b09d27010cbb3e8f3880f284bf25fe1fed2 100644 (file)
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
 @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