summaryrefslogtreecommitdiff
path: root/include/locale
AgeCommit message (Expand)Author
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-06-14[locale] Avoid copy of __atoms when char_type is charAditya Kumar
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-08Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier
2017-05-08Fix DLL import for __time_get_c_storage member functions.Eric Fiselier
2017-05-06Ensure showbase does not overflow do_put buffersDimitry Andric
2017-05-05Fix new warnings emitted by GCC 7Eric Fiselier
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier
2017-04-03[libc++] Explicitly mark specializations as dllexportShoaib Meenai
2017-03-02[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai
2017-03-02[libc++] Mark some std::num_get method templates inlineShoaib Meenai
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-24[libc++] Make __num_get_float hiddenShoaib Meenai
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-06-26Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier
2016-06-19Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier
2016-04-29Fix PR21428 for long. Buffer was one byte too small in octal formatting case....Eric Fiselier
2016-03-09Reorganize _LIBCPP_LOCALE__L_EXTENSIONSBen Craig
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-08-27Remove a switch statement, and replace with a bunch of ifs to silence a warni...Marshall Clow
2015-08-18[libcxx] Disable -Wnon-virtual-dtor warning in <locale>Eric Fiselier
2015-07-06Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten
2015-03-19Add support for kfreebsd. Thanks to Jan HenkeSylvestre Ledru
2015-03-11Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten
2015-03-10Also use LC_C_LOCALE on CloudABI.Ed Schouten
2015-01-26Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow
2014-10-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2014-10-27PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow
2014-09-19Support newlib as libc++'s C library [locale part]Jonathan Roelofs
2014-07-16Change Windows decoration on some base classesSaleem Abdulrasool
2014-07-10Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow
2014-05-21Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow
2014-05-15Fix typosAlp Toker
2014-02-07Avoid signed vs unsigned compare warnings. From Dimitry Andric.Joerg Sonnenberger
2013-11-19Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow
2013-11-07More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow
2013-11-05Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-04G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-27LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-07-02Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...Howard Hinnant