public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/15459] New: RFE: Add |localeconv_l()| to allow porting of FreeBSD/OSX applications...
@ 2013-05-11  1:18 roland.mainz at nrubsig dot org
  2013-05-11  1:27 ` [Bug libc/15459] " roland.mainz at nrubsig dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: roland.mainz at nrubsig dot org @ 2013-05-11  1:18 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15459

             Bug #: 15459
           Summary: RFE: Add |localeconv_l()| to allow porting of
                    FreeBSD/OSX applications...
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: roland.mainz@nrubsig.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


RFE: Add |localeconv_l()| to allow porting of FreeBSD/OSX applications.

|localeconv_l()| is the same as |localeconv()| but takes a pointer to a
|locale_t| (see
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/localeconv_l.3.html)

The function is needed so different locales can be used simultaneously in the
same thread or different threads within shared libraries (|uselocale()| should
not be used in such cases since it affects the current thread's locale settings
(bad behaviour for a shared library) and there is no way to get/save/restore
the currently used |locale_t| for a given thread (so even if |uselocale()| is
used there is no way to restore the previous setting)).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-08-27 22:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-11  1:18 [Bug libc/15459] New: RFE: Add |localeconv_l()| to allow porting of FreeBSD/OSX applications roland.mainz at nrubsig dot org
2013-05-11  1:27 ` [Bug libc/15459] " roland.mainz at nrubsig dot org
2013-05-11  3:26 ` carlos at redhat dot com
2013-05-11 23:44 ` bugdal at aerifal dot cx
2013-05-14 14:17 ` carlos at redhat dot com
2013-05-14 17:02 ` bugdal at aerifal dot cx
2013-05-14 19:02 ` carlos at redhat dot com
2013-05-14 21:50 ` roland.mainz at nrubsig dot org
2013-05-14 22:07 ` bugdal at aerifal dot cx
2013-06-16  4:30 ` bugdal at aerifal dot cx
2013-07-12  1:47 ` carlos at redhat dot com
2013-07-12  2:44 ` wendlin1974 at gmail dot com
2013-07-12  2:54 ` wendlin1974 at gmail dot com
2013-07-12  3:20 ` bugdal at aerifal dot cx
2013-07-12  5:25 ` jakub at redhat dot com
2014-06-13 13:24 ` fweimer at redhat dot com
2015-08-27 22:14 ` [Bug locale/15459] " jsm28 at gcc dot gnu.org

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 read-only IMAP folder(s) and NNTP newsgroup(s).