Age | Commit message (Expand) | Author | Files | Lines |
2009-08-15 | configure.ac: Move guarded checks for CC and CXX ... | Ralf Wildenhues | 4 | -352/+358 |
2009-08-14 | re PR libstdc++/41061 (Compile of program using std random fails.) | Edward Smith-Rowland | 22 | -181/+1174 |
2009-08-14 | stl_tree.h: Make erase return iterator as per DR 130. | Edward Smith-Rowland | 11 | -2/+616 |
2009-08-14 | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 1 | -3/+0 |
2009-08-14 | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 3 | -53/+75 |
2009-08-14 | compatibility-ldbl.cc: Include cmath. | Uros Bizjak | 2 | -0/+5 |
2009-08-14 | compatibility-ldbl.cc: Include tr1/functional. | Benjamin Kosnik | 2 | -5/+10 |
2009-08-12 | compatibility-ldbl.cc: Add explicit namespace scope. | Benjamin Kosnik | 2 | -0/+10 |
2009-08-12 | extc++.h: Don't include TR1 if C++0x. | Benjamin Kosnik | 22 | -1103/+428 |
2009-08-11 | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 5 | -18/+23 |
2009-08-11 | hashtable.cc: Just definitions. | Benjamin Kosnik | 10 | -54/+120 |
2009-08-11 | functional: Doxygen markup. | Benjamin Kosnik | 42 | -159/+176 |
2009-08-10 | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 17 | -52/+142 |
2009-08-07 | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 3 | -4/+12 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 7 | -38/+48 |
2009-08-04 | re PR libstdc++/15523 ([DR 408] Can't have vectors of vector::const_iterator) | Paolo Carlini | 4 | -8/+69 |
2009-08-03 | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 4 | -18/+19 |
2009-08-02 | PR libstdc++/40912 (final) | Paolo Carlini | 132 | -2/+390 |
2009-07-31 | update license | Jason Merrill | 1 | -5/+4 |
2009-07-31 | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 5 | -4/+117 |
2009-07-31 | forward_list.h (splice_after): Use forward. | Jason Merrill | 22 | -33/+75 |
2009-07-31 | PR libstdc++/40912 (partial) | Paolo Carlini | 2 | -0/+12 |
2009-07-30 | re PR libstdc++/40919 (FAIL: 26_numerics/headers/cmath/c99_classification_mac... | John David Anglin | 2 | -2/+8 |
2009-07-30 | re PR libstdc++/40917 (FAIL: ext/array_allocator/check_delete.cc (test for ex... | Paolo Carlini | 5 | -9/+25 |
2009-07-30 | extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ... | Ralf Wildenhues | 2 | -1/+5 |
2009-07-30 | re PR libstdc++/40915 ([4.5 Regressions] FAIL: 18_support/headers/exception/s... | Paolo Carlini | 2 | -1/+7 |
2009-07-29 | re PR libstdc++/40908 (FAIL: abi_check) | Paolo Carlini | 2 | -1/+10 |
2009-07-29 | gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it. | Paolo Carlini | 5 | -3/+15 |
2009-07-29 | configure.xml: Consistent placement of ABI-changing options, clarify --enable... | Benjamin Kosnik | 2 | -19/+28 |
2009-07-28 | Makefile.in: Regenerate. | Ralf Wildenhues | 2 | -1/+5 |
2009-07-27 | Makefile.am (install-data-local): Use DESTDIR correctly. | Ralf Wildenhues | 2 | -1/+6 |
2009-07-24 | Core issue 901 | Jason Merrill | 2 | -2/+12 |
2009-07-24 | cwchar (swprintf, vswprintf): Do not use if _GLIBCXX_HAVE_BROKEN_VSWPRINTF. | Joseph Myers | 7 | -0/+86 |
2009-07-24 | dr630-2.cc: Extend. | Paolo Carlini | 2 | -8/+17 |
2009-07-23 | cmath (abs(_Tp)): Add. | Paolo Carlini | 4 | -6/+43 |
2009-07-23 | lwg-closed.html: Update to R65. | Paolo Carlini | 1 | -0/+7 |
2009-07-23 | lwg-closed.html: Update to R65. | Paolo Carlini | 4 | -11635/+39902 |
2009-07-22 | mangle.c (mangle_type_string_for_rtti): Rename to be clearer. | Jason Merrill | 2 | -27/+38 |
2009-07-22 | valarray (valarray<>::operator=(const valarray<>&), [...]): Implement resolut... | Paolo Carlini | 5 | -6/+172 |
2009-07-21 | chrono (duration<>::operator%=, operator%): Add, per DR 934. | Paolo Carlini | 4 | -42/+175 |
2009-07-21 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 61 | -272/+262 |
2009-07-21 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 73 | -360/+391 |
2009-07-20 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 65 | -276/+301 |
2009-07-20 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 127 | -318/+336 |
2009-07-18 | re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c... | Paolo Carlini | 6 | -184/+503 |
2009-07-17 | re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++) | Joseph Myers | 2 | -6/+11 |
2009-07-17 | testsuite_common_types.h (standard_layout): Activate. | Benjamin Kosnik | 6 | -12/+17 |
2009-07-17 | tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when cross-compiling. | Joseph Myers | 2 | -0/+265 |
2009-07-16 | re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout) | Jason Merrill | 4 | -4/+25 |
2009-07-16 | printers.py (StdStringPrinter.to_string): Fetch std::string to the given length. | Phil Muldoon | 2 | -1/+21 |