-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Eric Blake on 3/17/2009 6:00 AM: > Cygwin 1.7.0 will be adding even more wide character functions.
And fixed a bug where log2{,f} was only a macro, rather than an exported function. - -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknCNx8ACgkQ84KuGfSFAYBnmACfTK6QE4MFv/f3QarX+2Lo5Kns cIAAoLzFcFH3KScji7gDQxZtRKIv4IBs =okfY -----END PGP SIGNATURE-----
>From 900bba46b69ab042515b246c4bb6e05614e2461c Mon Sep 17 00:00:00 2001 From: Eric Blake <e...@byu.net> Date: Thu, 19 Mar 2009 06:11:36 -0600 Subject: [PATCH] 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 <e...@byu.net> --- ChangeLog | 7 +++++++ doc/posix-functions/log2.texi | 6 +++++- doc/posix-functions/log2f.texi | 6 +++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86757f4..db2435a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-19 Eric Blake <e...@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-18 Eric Blake <e...@byu.net> build-aux/compile: sync from automake diff --git a/doc/posix-functions/log2.texi b/doc/posix-functions/log2.texi index f347358..f0676c6 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 33670ff..4583a17 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 -- 1.6.1.2