summaryrefslogtreecommitdiffstats
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize all the fields of struct tm before passing it to strftime. One of ...Howard Hinnant2012-02-191-2/+2
* Fix up narrowing conversions in switch statement.Howard Hinnant2012-02-081-4/+4
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-119/+126
* de-tabbifyHoward Hinnant2011-10-171-1/+1
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-1/+1
* Windows patch work by Ruben Van BoxemHoward Hinnant2011-09-291-43/+49
* 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