aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2011-03-01chi2_quality.cc: Use C++0x mode on simulators.Benjamin Kosnik3-5/+11
2011-02-28re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)Paolo Carlini12-38/+85
2011-02-28[multiple changes]Paolo Carlini4-6/+128
2011-02-25Change testfile nameBenjamin Kosnik1-1/+1
2011-02-25required.cc: New.Benjamin Kosnik4-6/+92
2011-02-19string (basic_string::insert): Add iterator check and pass normal iterator to...François Dumont3-3/+10
2011-02-17re PR libstdc++/47776 (New libstc++ test failures)Paolo Carlini3-18/+22
2011-02-17regex.h (basic_regex::traits_type): Add typedef.Jonathan Wakely2-44/+85
2011-02-17re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault)Jonathan Wakely3-0/+45
2011-02-17re PR libstdc++/47773 (Versatile string lacks a default hash function)Paolo Carlini4-0/+179
2011-02-16regex.h (match_results::format): Use char_traits.Jonathan Wakely2-1/+6
2011-02-16atomic: Remove atomic_address, uplift to N3225.Benjamin Kosnik15-1465/+769
2011-02-14Fix class name in ChangeLog of previous commit, r170158.Jonathan Wakely1-1/+1
2011-02-14regex.h (sub_match::sub_match): Add.Jonathan Wakely9-78/+152
2011-02-14regex_compiler.h: Remove unnecessary bind() calls.Jonathan Wakely3-33/+20
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2-20/+12
2011-02-12re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ...Paolo Carlini3-1/+42
2011-02-12re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers)Jakub Jelinek3-0/+39
2011-02-12[multiple changes]Jonathan Wakely4-4/+69
2011-02-11re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler2-0/+8
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik16-0/+0
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik69-26/+103
2011-02-10re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers)Jonathan Wakely3-1/+35
2011-02-10future.cc (future_error_category::message): Handle no_state.Jonathan Wakely2-1/+8
2011-02-1047628.cc: Do not test in C++0x mode.Paolo Carlini4-11/+21
2011-02-10status_cxx200x.xml: Update.Jonathan Wakely99-673/+664
2011-02-10debug.xml: Improve data race docs.Jonathan Wakely2-17/+24
2011-02-10re PR libstdc++/47668 (missing 'typename' in debug-mode map)Paolo Carlini5-12/+12
2011-02-09re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-ex...Jonathan Wakely5-8/+46
2011-02-09future (packaged_task::operator bool): Rename to...Jonathan Wakely12-36/+54
2011-02-09io.xml: Fix typo.Paolo Carlini3-2/+7
2011-02-09gnu.ver: Fix.Paolo Carlini2-4/+14
2011-02-09*: Regenerate.Benjamin Kosnik99-3556/+3654
2011-02-08fix typoJonathan Wakely1-1/+1
2011-02-08appendix_porting.xml: Add doc section.Benjamin Kosnik10-718/+1043
2011-02-08fdl-1.2.xml: Remove.Jonathan Wakely5-871/+7
2011-02-07re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers)Paolo Carlini4-1/+107
2011-02-07PR libstdc++/47560 try twoBenjamin Kosnik2-4/+10
2011-02-07faq.xml: Adjust link to bug database.Gerald Pfeifer2-12/+9
2011-02-05regex_error.h (__throw_regex_error): Not inline.Benjamin Kosnik4-4/+24
2011-02-04Fix typo in previous commit.Ralf Corsepius1-1/+1
2011-02-04crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.Ralf Corsepius3-0/+5872
2011-02-01re PR libstdc++/46914 (std::atomic<int*>::exchange(...) doesn't store correct...Paolo Carlini2-14/+21
2011-02-01re PR libstdc++/47560 (FAIL: abi/header_cxxabi.c (test for excess errors))Benjamin Kosnik2-10/+8
2011-02-01lwg-active.html: Update to Revision D73.Paolo Carlini1-0/+7
2011-02-01run_doxygen: Allow doxygen 1.7.0 again.Benjamin Kosnik10-18/+37
2011-02-01debug.xml: Use GDB instead of gdb.Gerald Pfeifer2-4/+9
2011-01-31c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED.Benjamin Kosnik12-32/+48
2011-01-31lwg-active.html: Update to Revision D73.Paolo Carlini4-29172/+58910
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik461-1789/+3210