aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11
AgeCommit message (Expand)Author
2018-08-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely
2018-07-26Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely
2018-07-17Remove unused explicit instantiation of __bind_simpleJonathan Wakely
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely
2018-06-15LWG 3076 basic_string CTAD ambiguityJonathan Wakely
2018-06-072018-06-07 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-252018-05-25 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-20PR libstdc++/85843 fix "should be explicitly initialized" warningsJonathan Wakely
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely
2018-05-092018-05-09 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-082018-05-08 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-082018-05-08 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely
2018-04-18PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.ccJonathan Wakely
2018-04-13Fix broken sed command from previous commitJonathan Wakely
2018-04-13Fix __iosfail_type_info hack to work on darwinJonathan Wakely
2018-04-12Fix comments that misspell names of files and classesJonathan Wakely
2018-04-12Remove #define made redundant by r259281Jonathan Wakely
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely
2018-01-18 * configure.ac (AC_CHECK_HEADERS): Add linux/types.h. ConditionallyUros Bizjak
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely
2017-07-232017-07-23 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely
2017-05-24Use CHAR_BIT instead of assuming 8 bitsJonathan Wakely
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely
2017-03-16PR libstdc++/79980 fix target type of castJonathan Wakely
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely
2017-02-16PR libstdc++/60936 fix length calculationJonathan Wakely
2017-02-08 * src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.Gerald Pfeifer
2017-02-08 * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.Gerald Pfeifer
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely
2017-01-17 PR other/79046Jakub Jelinek
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely
2017-01-16PR78702 fix accessibility of locale::facet::__shimJonathan Wakely