summaryrefslogtreecommitdiffstats
path: root/libcxx/include/locale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to enable locale simplification. On which platforms can we now #defi...Howard Hinnant2011-09-281-45/+27
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-1/+13
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-0/+2
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-211-6/+6
* Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant2011-07-151-88/+18
* _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-151-3/+3
* Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt2011-07-151-57/+262
* Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant2011-07-131-262/+57
* Implement the __nolocale functions properly so that they will work onAlexis Hunt2011-07-131-57/+262
* Make sure that __time_put constructors properly on non-Apple platforms.Alexis Hunt2011-07-121-0/+4
* Conditionally wrap the changes from r134781.Alexis Hunt2011-07-091-0/+2
* Implement generalized table lookups for upper, lower, and characterAlexis Hunt2011-07-091-0/+3
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-7/+7
* noexcept for Chapter 22 [localization].Howard Hinnant2011-05-311-5/+5
* time_get was missing the %F specifier. This change impacts the binary.Howard Hinnant2011-04-101-0/+6
* Chris Jefferson found a defect in the C++0x working draft by trying to run li...Howard Hinnant2011-03-091-7/+19
* http://llvm.org/bugs/show_bug.cgi?id=9326Howard Hinnant2011-02-251-8/+24
* Chris Jefferson spotted a problem with messages_base::catalog while getting l...Howard Hinnant2011-02-251-4/+13
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-4/+4
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-19/+1
OpenPOWER on IntegriCloud