summaryrefslogtreecommitdiffstats
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-191-12/+12
* Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...Marshall Clow2013-10-211-3/+21
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-8/+8
* Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant2013-08-291-0/+5
* Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant2013-08-291-0/+2
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-0/+2
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-22/+22
* Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.Howard Hinnant2013-07-281-2/+3
* Add some friendly messages to libcxx calls to abort().Howard Hinnant2013-07-231-0/+2
* Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2013-07-081-0/+19
* Don't free the C locale on NetBSD.Joerg Sonnenberger2013-07-021-1/+1
* Add NetBSD support.Joerg Sonnenberger2013-05-171-9/+30
* Don't try to free the C locale.Joerg Sonnenberger2013-05-091-1/+1
* Initialize codecvt explicitly with the C locale, which might not be 0.Joerg Sonnenberger2013-05-091-1/+1
* The push/pop variant of pragma GCC diagnostic is only supported by ClangJoerg Sonnenberger2013-05-021-0/+4
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-021-4/+4
* Fix typos.Joerg Sonnenberger2013-04-261-2/+2
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-8/+30
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-281-0/+2
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-8/+8
* More libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-2/+6
* Clean up some warnings for Linux build; No functionality changeMarshall Clow2013-02-071-43/+50
* Saleem Abdulrasool: GCC complains about the template functions as potentially...Howard Hinnant2012-12-281-28/+5
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-271-0/+31
* Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant2012-12-271-43/+61
* Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...Howard Hinnant2012-12-271-13/+12
* Remove redundant inits. Patch by Eitan Adler.Chad Rosier2012-12-221-3/+0
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+22
* Andrew Morrow: The attached patch updates the initialization of the 'struct t...Howard Hinnant2012-08-021-1/+1
* Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...Howard Hinnant2012-08-021-22/+21
* Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin2012-03-101-67/+235
* Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant2012-03-071-6/+6
* Add a warning to ctype<char>::classic_table() if not implemented.Howard Hinnant2012-02-291-0/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-0/+11
* Silence -Wmissing-field-initializers a little higher in the source.Howard Hinnant2012-02-201-1/+2
OpenPOWER on IntegriCloud