summaryrefslogtreecommitdiffstats
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud