summaryrefslogtreecommitdiffstats
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant2011-09-281-62/+47
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-0/+30
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-211-6/+8
* Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-311-3/+3
* Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt2011-07-151-124/+183
* Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant2011-07-131-43/+124
* Implement the __nolocale functions properly so that they will work onAlexis Hunt2011-07-131-124/+43
* Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant2011-07-091-3/+3
* Don't assume that wctype produces a nice mask on all platforms. OnAlexis Hunt2011-07-091-0/+46
* Conditionally wrap the changes from r134781.Alexis Hunt2011-07-091-0/+36
* Implement generalized table lookups for upper, lower, and characterAlexis Hunt2011-07-091-69/+57
* Fix typoAlexis Hunt2011-07-071-1/+1
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-17/+17
* Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant2011-06-301-101/+134
* noexcept for Chapter 22 [localization].Howard Hinnant2011-05-311-53/+53
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-3/+118
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-44/+44
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+62
* [conversions.string]Howard Hinnant2010-05-311-3/+3
* [locale.stdcvt]Howard Hinnant2010-05-301-252/+2037
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-2/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+3680
OpenPOWER on IntegriCloud