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