changeset 11415:986e096a5695

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 <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 19 Mar 2009 06:11:36 -0600
parents 854e145c049b
children 1b59f3d3ede6
files ChangeLog doc/posix-functions/log2.texi doc/posix-functions/log2f.texi
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-19  Eric Blake  <ebb9@byu.net>
+
+	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  <meyering@redhat.com>
 
 	fsusage: avoid syntax error due to statement-before-declaration
--- a/doc/posix-functions/log2.texi
+++ b/doc/posix-functions/log2.texi
@@ -14,5 +14,9 @@
 @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
--- a/doc/posix-functions/log2f.texi
+++ b/doc/posix-functions/log2f.texi
@@ -14,5 +14,9 @@
 @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