summaryrefslogtreecommitdiffstats
path: root/libcxx/include/support/xlocale/xlocale.h
Commit message (Collapse)AuthorAgeFilesLines
* [libc++] Remove empty header xlocale/xlocale.hLouis Dionne2019-03-111-0/+0
| | | | | | | | | | | | | | Summary: I can't think of a reason for shipping this empty header. If there is a reason to do so, then hopefully this review can uncover it. Reviewers: mclow.lists, EricWF Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits Differential Revision: https://reviews.llvm.org/D59137 llvm-svn: 355829
* Reorganize locale extension fallbacks. NFCIBen Craig2016-05-201-194/+0
| | | | | | | | | | | | | | | | | | | | | | | The various _l locale extension functions originate from very different places. Some come from POSIX, some are BSD extensions, and some are shared BSD and GLIBC extensions. This patch tries to group the local extension reimplementations by source. This should make it easier to make libcxx work with POSIX compliant C libraries that lack these extensions. The fallback locale functions are also useful on their own for other lightweight platforms. Putting these fallback implementations in support/xlocale should enable code sharing. I have no access to a newlib system or an android system to build and test with. I _do_ have access to a system without any of the _l locale extensions though, and I was able to ensure that the new __posix_l_fallback.h and __strtonum_fallback.h didn't have any massive problems. http://reviews.llvm.org/D17416 llvm-svn: 270213
* Support newlib as libc++'s C library [locale part]Jonathan Roelofs2014-09-191-0/+194
http://reviews.llvm.org/D5385 llvm-svn: 218144
OpenPOWER on IntegriCloud