This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Fwd: [WIP][RFC][patch] xlocale support for libstdc++


Hi.

Initially, I have set out to implement better locale support in
libstdc++ for non-Glibc systems like FreeBSD, that support POSIX 2008
locale facilities. Unfortunately, it has turned out that I need
localeconv_l(), which is only available as an extension, so I have
renamed my work to xlocale support.

This is work in progress. The patch compiles for me but it is
untested. It will need some testing, I intend to test on FreeBSD 9.2.
It should work on MacOS X as well, theoretically.

The implementation is based on the GNU locale implementation files.

I would like to ask if something like this would be acceptable, once
it is done. In that case, I would like to ask for necessary license
assignment paperwork.

-- 
VZ

Attachment: xlocale-20131218.patch.txt
Description: Text document


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