* [patch] log2.3: log2 functions do not conform to C89
@ 2010-05-03 0:43 Matthew Flaschen
[not found] ` <4BDE1C23.2090707-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Flaschen @ 2010-05-03 0:43 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Patch against latest git. log2, log2f, and log2l do not conform to C89.
They are defined in C99. See http://flash-gordon.me.uk/ansi.c.txt and
http://www.schweikhardt.net/identifiers.html
-Matthew Flaschen
diff --git a/man3/log2.3 b/man3/log2.3
index 6a86b9a..7505039 100644
--- a/man3/log2.3
+++ b/man3/log2.3
@@ -86,7 +86,7 @@ C99, POSIX.1-2001.
The variant returning
.I double
also conforms to
-SVr4, 4.3BSD, C89.
+SVr4, 4.3BSD.
.SH "SEE ALSO"
.BR cbrt (3),
.BR clog2 (3),
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] log2.3: log2 functions do not conform to C89
[not found] ` <4BDE1C23.2090707-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org>
@ 2010-09-12 7:19 ` Michael Kerrisk
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2010-09-12 7:19 UTC (permalink / raw)
To: Matthew Flaschen; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello Matthew,
On Mon, May 3, 2010 at 2:43 AM, Matthew Flaschen
<matthew.flaschen-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org> wrote:
> Patch against latest git. log2, log2f, and log2l do not conform to C89.
> They are defined in C99. See http://flash-gordon.me.uk/ansi.c.txt and
> http://www.schweikhardt.net/identifiers.html
Thanks. Applied for man-pages-3.27.
Cheers,
Michael
> diff --git a/man3/log2.3 b/man3/log2.3
> index 6a86b9a..7505039 100644
> --- a/man3/log2.3
> +++ b/man3/log2.3
> @@ -86,7 +86,7 @@ C99, POSIX.1-2001.
> The variant returning
> .I double
> also conforms to
> -SVr4, 4.3BSD, C89.
> +SVr4, 4.3BSD.
> .SH "SEE ALSO"
> .BR cbrt (3),
> .BR clog2 (3),
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-12 7:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 0:43 [patch] log2.3: log2 functions do not conform to C89 Matthew Flaschen
[not found] ` <4BDE1C23.2090707-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org>
2010-09-12 7:19 ` Michael Kerrisk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).