aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely8-145/+253
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely6-2/+134
2014-06-02type_traits (__strictest_alignment): New helper struct.Rüdiger Sonderfeld5-4/+136
2014-06-01uses_allocator.h (__uses_allocator_helper): Simplify.Jonathan Wakely2-17/+20
2014-06-01re PR libstdc++/61374 (string_view::operator string() is buggy)Jonathan Wakely10-87/+129
2014-05-30appendix_contributing.xml (list.copyright): Add Paolo's address too.Jonathan Wakely2-5/+10
2014-05-30appendix_contributing.xml (list.copyright): Replace Benjamin's old email addr...Jonathan Wakely2-3/+6
2014-05-30libstdc++.exp (libstdc++_init): Adjust regexp to work with previous versions ...Jonathan Wakely2-1/+6
2014-05-29bool_set: Use UTF-8 for accented characters.Jonathan Wakely4-951/+1398
2014-05-282014-05-25 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+7
2014-05-27re PR libstdc++/61329 (#include <regex> and _GLIBCXX_DEBUG causes multiple sy...Jonathan Wakely2-2/+9
2014-05-26* ChangeLog-2013: Correct an old entry.Uros Bizjak1-1/+1
2014-05-25map.h: Fix typo in comment; minor formatting fix.Paolo Carlini4-20/+20
2014-05-24array: Clean useless white chars.François Dumont20-1954/+1581
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely25-47/+73
2014-05-231.cc: Add xfail for dragonfly.Jonathan Wakely4-3/+8
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely196-383/+389
2014-05-21re PR libstdc++/61143 (Arithmetic exception on emplacing into unordered_map m...François Dumont4-47/+210
2014-05-21c_locale.cc (facet::_S_create_c_locale): Fix warning.Jonathan Wakely2-1/+4
2014-05-21re PR libstdc++/61269 (<type_traits> includes <cstdint> inside std namespace)Jonathan Wakely5-9/+21
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino10-0/+850
2014-05-20testsuite_flags.in (cxxflags): Remove @CXXFLAGS@ since libstdc++.exp imports ...Cesar Philippidis3-1/+13
2014-05-20re PR target/61223 (libstdc++ build fail due to pop lr register)Alexey Merzlyakov2-11/+15
2014-05-20libffi.exp (load_gcc_lib): Register loaded libs.Sebastian Huber2-1/+7
2014-05-20re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen4-5/+44
2014-05-19* python/libstdcxx/v6/printers.py: Use Python3 raise syntax.Jonathan Wakely2-5/+9
2014-05-17new_op.cc: Factor the calls to malloc, use __builtin_expect.Marc Glisse3-7/+9
2014-05-17re PR libstdc++/60966 (std::call_once sometime hangs)Jonathan Wakely3-14/+90
2014-05-16abi.exp: Defer setting of baseline_subdir until after checking that the test ...Iain Sandoe2-2/+8
2014-05-16typedefs-1.cc: Fix test for 32-bit target.Jonathan Wakely4-4/+13
2014-05-16re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)Alexey Merzlyakov2-5/+17
2014-05-16parse_numbers.h (__parse_int::_Number_help): Check for overflow.Jonathan Wakely4-69/+73
2014-05-16re PR libstdc++/61166 (overflow when parse number in std::duration operator"")Ed Smith-Rowland3-234/+151
2014-05-15Fix typo in my name.Jonathan Wakely1-1/+1
2014-05-15re PR libstdc++/60326 (Incorrect type from std::make_unsigned<wchar_t>)Jonathan Wakely8-7/+87
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely5-8/+23
2014-05-14tuple (__add_c_ref, [...]): Remove.Jonathan Wakely5-103/+87
2014-05-14re PR c++/20332 (poor diagnostic when bind non lvalue to a reference for defa...Jason Merrill1-1/+1
2014-05-14call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill11-10/+8
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely10-47/+213
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely4-6/+72
2014-05-09Fix typo in ChangeLog-2013Jonathan Wakely1-1/+1
2014-05-09gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.Jonathan Wakely6-4/+54
2014-05-08re PR libstdc++/61117 (Manual uses term open source but should say free softw...Joshua Gay3-2/+9
2014-05-08iostream: Fix URL in comment.Jonathan Wakely3-4/+7
2014-05-08re PR libstdc++/13860 (Poor error messages on invalid template parameters for...Jonathan Wakely2-0/+17
2014-05-08re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / c...Jonathan Wakely4-78/+232
2014-05-08acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning.Paolo Carlini3-4/+11
2014-05-07re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...Jonathan Wakely9-27/+37
2014-05-07re PR libstdc++/61023 (set/map move assignment doesn't move (or copy) the com...Jonathan Wakely3-0/+64