This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] PR 6015: number formatting is not mt-safe
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: Paolo Carlini <pcarlini at unitus dot it>, libstdc++ at gcc dot gnu dot org, Nathan Myers <ncm at cantrip dot org>
- Date: Fri, 22 Mar 2002 09:18:23 -0800 (PST)
- Subject: Re: [RFC] PR 6015: number formatting is not mt-safe
> > Indeed this seems /not/ MT safe.
>
> Of course it is not MT safe. But there is no way except with extensions
> to the C library (which will be in glibc 2.3) to use the C library
> functions.
Right. Paolo, I can post the glibc 2.3 patches if it would help clarify
the situation. It might give you a better idea of the end goal for
gnu-locale.
-benjamin