summaryrefslogtreecommitdiffstats
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-2/+2
* Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly ...Marshall Clow2019-06-171-1/+1
* No longer reject inputs when using a locale that has grouping information _an...Marshall Clow2019-06-041-1/+3
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-121-13/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix locale test data for GLIBC 2.27 and newer.Eric Fiselier2018-04-041-0/+1
* Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...Marshall Clow2018-01-111-2/+2
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-191-1/+2
* Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-121-2/+1
* [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-101-1/+2
* Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-101-1/+1
* [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-101-1/+1
* Move external instantiation for __vector_base_common to vector.cppEric Fiselier2017-06-151-2/+0
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+1
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-14/+32
* Fix new warnings emitted by GCC 7Eric Fiselier2017-05-051-6/+6
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-6/+0
* Remove a now unneeded __CloudABI__ check.Ed Schouten2017-02-111-2/+0
* Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier2017-01-061-1/+1
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-3/+3
* locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool2017-01-021-2/+9
* [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier2016-12-111-42/+91
* [libc++] Fix extern template visibility for WindowsShoaib Meenai2016-09-191-43/+43
* Replace __ANDROID__ with __BIONIC__.Dan Albert2016-09-191-1/+1
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-57/+35
* Remove CloudABI specific workaround.Ed Schouten2016-06-161-2/+0
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-211-3/+3
* Reorganize _LIBCPP_LOCALE__L_EXTENSIONSBen Craig2016-03-091-178/+38
* [libcxx] Remove pragmas that were needed to suppress warnings producedAkira Hatanaka2016-01-281-9/+0
* Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris2015-11-241-12/+12
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-091-13/+17
* Make locale code compile on CloudABI.Ed Schouten2015-07-061-10/+13
* Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten2015-07-061-11/+11
* When building libc++, we use '"' as a delimiter instead of '<' when including...Marshall Clow2015-06-231-1/+1
* Avoid C-style cast.Joerg Sonnenberger2015-06-051-1/+1
* Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...Marshall Clow2015-03-231-1/+1
* Fix build break on Solaris introduced by r231940Jonathan Roelofs2015-03-131-0/+2
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-30/+38
* Move Android to the builtin rune table.Dan Albert2015-03-111-2/+0
* Nbjoerg suggested a better name for the macro for the default rune table: _LI...Marshall Clow2015-03-041-1/+1
* Create a default rune table for libc++. Initial setting - never enabled. The ...Marshall Clow2015-03-041-0/+82
* libc++: support newlib's ctypeJF Bastien2015-02-251-0/+3
* Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."Jonathan Roelofs2014-08-271-30/+30
* [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.Jonathan Roelofs2014-08-261-30/+30
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-151-2/+0
* Make Android's ctype_base::mask unsigned.Dan Albert2014-07-311-1/+1
* Fix classic_locale for Android.Dan Albert2014-07-221-1/+1
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-2/+4
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-21/+21
* Patch by Xing Xue to improve libc++ support for AIXMarshall Clow2013-11-191-1/+1
OpenPOWER on IntegriCloud