From: Eric Blake Date: Thu, 19 Mar 2009 12:11:36 +0000 (-0600) Subject: doc: mention more functions added in cygwin 1.7.0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbebf0e0bf26b9150a49db01ef66d40579eadb5e;p=pspp doc: mention more functions added in cygwin 1.7.0 * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0 addition. * doc/posix-functions/log2f.texi: Likewise. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 29bd6434cc..0bc942d6f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-19 Eric Blake + + doc: mention more functions added in cygwin 1.7.0 + * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0 + addition. + * doc/posix-functions/log2f.texi: Likewise. + 2009-03-19 Jim Meyering fsusage: avoid syntax error due to statement-before-declaration diff --git a/doc/posix-functions/log2.texi b/doc/posix-functions/log2.texi index f3473584de..f0676c682d 100644 --- a/doc/posix-functions/log2.texi +++ b/doc/posix-functions/log2.texi @@ -14,5 +14,9 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, +Solaris 9, Interix 3.5. +@item +This function is only provided as a macro on some platforms: +Cygwin 1.5.x. @end itemize diff --git a/doc/posix-functions/log2f.texi b/doc/posix-functions/log2f.texi index 33670ff4cc..4583a17f1f 100644 --- a/doc/posix-functions/log2f.texi +++ b/doc/posix-functions/log2f.texi @@ -14,5 +14,9 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, Solaris 9, +Interix 3.5. +@item +This function is only provided as a macro on some platforms: +Cygwin 1.5.x. @end itemize