summaryrefslogtreecommitdiffstats
path: root/libcxx/include/locale
Commit message (Expand)AuthorAgeFilesLines
* Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow2015-01-261-1/+1
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-5/+5
* PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow2014-10-271-0/+2
* Support newlib as libc++'s C library [locale part]Jonathan Roelofs2014-09-191-4/+10
* Change Windows decoration on some base classesSaleem Abdulrasool2014-07-161-2/+2
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-7/+7
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-211-3/+3
* Fix typosAlp Toker2014-05-151-3/+3
* Avoid signed vs unsigned compare warnings. From Dimitry Andric.Joerg Sonnenberger2014-02-071-4/+4
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-191-1/+1
* More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow2013-11-071-236/+54
* Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow2013-11-051-89/+23
* Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow2013-10-131-1/+1
* G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant2013-10-041-11/+11
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-1/+1
* LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow2013-08-271-11/+16
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-36/+41
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-58/+59
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-3/+3
* Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...Howard Hinnant2013-07-021-24/+10
* Add NetBSD support.Joerg Sonnenberger2013-05-171-0/+2
* Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant2013-04-151-16/+132
* Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant2013-04-131-0/+7
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-1/+1
* Fix buffer read overflow in money_get::do_get(). Found by UBSanMarshall Clow2013-03-221-1/+1
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-1/+1
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-3/+3
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-4/+4
* Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant2013-03-081-7/+13
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-17/+17
* Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant2013-01-221-4/+4
* Don't mark variadic functions as always inline -- they cannot in fact beChandler Carruth2012-12-311-4/+4
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+4
* Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant2012-11-141-0/+10
* Dimitry Andric: Silence some warnings in <locale>.Howard Hinnant2012-11-061-3/+2
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-36/+36
* Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant2012-09-191-0/+46
* Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant2012-07-121-2/+4
* Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin2012-03-101-5/+30
* Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant2012-03-071-1/+1
* Don't define __locale_raii if we are not going to be using it.David Chisnall2012-02-291-0/+2
* Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant2012-02-151-0/+9
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-43/+44
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Starting on musl port by Arvid PiccianiHoward Hinnant2011-10-111-3/+3
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-2/+1
* Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant2011-09-281-24/+22
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-1/+2
OpenPOWER on IntegriCloud