summaryrefslogtreecommitdiff
path: root/include/locale
AgeCommit message (Expand)Author
2013-05-17Add NetBSD support.Joerg Sonnenberger
2013-04-15Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant
2013-04-13Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant
2013-03-29Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant
2013-03-22Fix buffer read overflow in money_get::do_get(). Found by UBSanMarshall Clow
2013-03-18Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow
2013-03-18Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow
2013-03-08Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-01-22Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant
2012-12-31Don't mark variadic functions as always inline -- they cannot in fact beChandler Carruth
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-11-14Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant
2012-11-06Dimitry Andric: Silence some warnings in <locale>.Howard Hinnant
2012-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-09-19Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant
2012-07-12Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant
2012-03-10Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin
2012-03-07Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant
2012-02-29Don't define __locale_raii if we are not going to be using it.David Chisnall
2012-02-15Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-10-11Starting on musl port by Arvid PiccianiHoward Hinnant
2011-09-29Windows port work by Ruben Van BoxemHoward Hinnant
2011-09-28Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-28Attempt to enable locale simplification. On which platforms can we now #defi...Howard Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant
2011-09-21Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall
2011-07-15Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant
2011-07-15_LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant
2011-07-15Reapply 135035 with proper conditional inclusion, hopefully solvingSean Hunt
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant
2011-07-13Implement the __nolocale functions properly so that they will work onSean Hunt
2011-07-12Make sure that __time_put constructors properly on non-Apple platforms.Sean Hunt
2011-07-09Conditionally wrap the changes from r134781.Sean Hunt
2011-07-09Implement generalized table lookups for upper, lower, and characterSean Hunt
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-31noexcept for Chapter 22 [localization].Howard Hinnant
2011-04-10time_get was missing the %F specifier. This change impacts the binary.Howard Hinnant
2011-03-09Chris Jefferson found a defect in the C++0x working draft by trying to run li...Howard Hinnant
2011-02-25http://llvm.org/bugs/show_bug.cgi?id=9326Howard Hinnant
2011-02-25Chris Jefferson spotted a problem with messages_base::catalog while getting l...Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer