This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: small project


Not that I don't like this idea, but another, more general solution also
comes to mind.  We could move the locale data structures out of global
variables and provide a way for a thread to change its per-thread current
locale without changing the global one used for other threads.  This seems
like it could be useful in general, e.g. for a network server that reports
results to different clients in different languages/formats.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]