This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15634] New: localeconv_l() missing


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

            Bug ID: 15634
           Summary: localeconv_l() missing
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: lionelcons1972 at googlemail dot com
                CC: drepper.fsp at gmail dot com

We're in progress of porting a CERN-internal utility library from MacOSX to
Linux/glibc, however early in the port we encountered the problem that
localeconv_l() is missing. The deficit can not easily be solved or circumvented
on our side because the library must be threadsafe and fast

While currently not part of the standard localeconv_l() is a straightforward
extension of localeconv() already available on Apple MacOSX and FreeBSD, taking
the locale_t parameter as argument to specify the locale to be used, instead of
using the libc-private locale_t variable as source of the data.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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