* [PATCH] strverscmp.3: Add FIXME
@ 2015-02-27 2:01 Ma Shimiao
[not found] ` <1425002485-31808-1-git-send-email-mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ma Shimiao @ 2015-02-27 2:01 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Ma Shimiao
Signed-off-by: Ma Shimiao <mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
man3/strverscmp.3 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/man3/strverscmp.3 b/man3/strverscmp.3
index 241065d..ec6449f 100644
--- a/man3/strverscmp.3
+++ b/man3/strverscmp.3
@@ -97,6 +97,13 @@ l l l.
Interface Attribute Value
T{
.BR strverscmp ()
+.\" FIXME: the following marking is different from which in glibc manual.
+.\" strverscmp: MT-Safe locale
+.\" glibc manual says strverscmp should have marking locale because it calls
+.\" isdigit() multiple times and isdigit() uses locale variable.
+.\" But isdigit() has two implementations. With different compiling conditions,
+.\" we may call isdigit() in macro, then strverscmp() should not have locale
+.\" problem.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
--
1.9.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] strverscmp.3: Add FIXME
[not found] ` <1425002485-31808-1-git-send-email-mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
@ 2015-02-27 7:00 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-27 7:00 UTC (permalink / raw)
To: Ma Shimiao
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/27/2015 03:01 AM, Ma Shimiao wrote:
> Signed-off-by: Ma Shimiao <mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
T
hank you, Ma Shimiao. Applied.
Cheers,
Michael
> ---
> man3/strverscmp.3 | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/man3/strverscmp.3 b/man3/strverscmp.3
> index 241065d..ec6449f 100644
> --- a/man3/strverscmp.3
> +++ b/man3/strverscmp.3
> @@ -97,6 +97,13 @@ l l l.
> Interface Attribute Value
> T{
> .BR strverscmp ()
> +.\" FIXME: the following marking is different from which in glibc manual.
> +.\" strverscmp: MT-Safe locale
> +.\" glibc manual says strverscmp should have marking locale because it calls
> +.\" isdigit() multiple times and isdigit() uses locale variable.
> +.\" But isdigit() has two implementations. With different compiling conditions,
> +.\" we may call isdigit() in macro, then strverscmp() should not have locale
> +.\" problem.
> T} Thread safety MT-Safe
> .TE
> .SH CONFORMING TO
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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:[~2015-02-27 7:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 2:01 [PATCH] strverscmp.3: Add FIXME Ma Shimiao
[not found] ` <1425002485-31808-1-git-send-email-mashimiao.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2015-02-27 7:00 ` Michael Kerrisk (man-pages)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.