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: Paolo Carlini <pcarlini at unitus dot it>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 22 Mar 2002 20:23:14 +0100
- Subject: Re: [RFC] PR 6015: number formatting is not mt-safe
- References: <Pine.SOL.3.91.1020322091642.5401A-100000@taarna.cygnus.com>
Benjamin Kosnik wrote:
> > > 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.
Thanks, it would be very interesting!
Ciao, Paolo.