summaryrefslogtreecommitdiffstats
path: root/include/__locale
Commit message (Expand)AuthorAgeFilesLines
* Fix ctype_base::xdigit for Android.Dan Albert2014-07-291-0/+5
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-111-3/+8
* Fix classic_table implementation for bionicDan Albert2014-04-181-1/+3
* Get libc++ building for AndroidDan Albert2014-04-151-0/+2
* 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
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-3/+3
* noexcept for Chapter 22 [localization].Howard Hinnant2011-05-311-33/+33
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-1/+2
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-32/+40
* Fixing whitespace problemsHoward Hinnant2010-08-221-5/+5
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+2
* [locale.stdcvt]Howard Hinnant2010-05-301-86/+0
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-0/+18
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1433