summaryrefslogtreecommitdiffstats
path: root/include/__locale
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai2017-03-021-1/+4
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-8/+8
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-1/+1
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-6/+6
* Add attribute noreturn to functions that throwAditya Kumar2016-08-271-0/+2
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-5/+2
* Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris2015-11-241-6/+2
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-091-3/+9
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-0/+4
* Move Android to the builtin rune table.Dan Albert2015-03-111-7/+1
* libc++: support newlib's ctypeJF Bastien2015-02-251-7/+20
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-0/+1
* Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...Marshall Clow2015-01-111-1/+1
* Include newlib-specific locales in __localeSergey Dmitrouk2014-12-121-0/+2
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-1/+3
* Make Android's ctype_base::mask unsigned.Dan Albert2014-07-311-1/+1
* Fix ctype_base::xdigit for Android.Dan Albert2014-07-231-0/+5
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-3/+12
* Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow2014-03-111-1/+1
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-191-6/+6
* Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2013-10-211-1/+1
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-1/+1
* Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.Howard Hinnant2013-08-301-1/+1
* Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant2013-08-291-1/+1
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-6/+6
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-2/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-12/+12
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-1/+1
* Add NetBSD support.Joerg Sonnenberger2013-05-171-2/+10
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-5/+7
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-6/+6
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-2/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-33/+33
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-6/+6
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-5/+12
* locale::id really needs to be constructed at compile time.Howard Hinnant2012-07-261-1/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-2/+14
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-5/+5
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-2/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Starting on musl port by Arvid PiccianiHoward Hinnant2011-10-111-13/+25
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-1/+1
* Windows patch work by Ruben Van BoxemHoward Hinnant2011-09-291-2/+2
* Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant2011-09-281-1/+1
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-3/+19
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-211-16/+16
* Enable __locale to work on FreeBSD.David Chisnall2011-09-181-1/+1
* Conditionally wrap the changes from r134781.Sean Hunt2011-07-091-0/+2
* Implement generalized table lookups for upper, lower, and characterSean Hunt2011-07-091-0/+6