Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 11 | -60/+340 |
2009-07-12 | re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator) | Paolo Carlini | 2 | -6/+6 |
2009-07-11 | re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11... | Richard Sandiford | 2 | -3/+25 |
2009-07-09 | Fix typos in previous ChangeLog entry | Janis Johnson | 1 | -1/+1 |
2009-07-08 | re PR libstdc++/40691 (bug in logical not operator for valarray used with slice) | Janis Johnson | 3 | -1/+46 |
2009-07-06 | 3.cc: Add copyright. | Benjamin Kosnik | 3 | -5/+43 |
2009-07-06 | vmi_class_type_info.cc (__do_dyncast): Use src2dst hint to defer searching ba... | Jason Merrill | 3 | -1/+52 |
2009-07-05 | * | Joseph Myers | 17 | -0/+37 |
2009-06-30 | gcc-defs.exp (gcc-set-multilib-library-path): Delete. | Richard Sandiford | 2 | -18/+9 |
2009-06-30 | re PR libstdc++/40600 (pair& operator=(pair&& __p) doesn't work without inlin... | Paolo Carlini | 3 | -12/+19 |
2009-06-30 | re PR libstdc++/40511 (Bootstrap Failure in stage3: c++locale - Recent SVN) | Paolo Carlini | 2 | -0/+10 |
2009-06-30 | 2009-06-29 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2 | -1/+7 |
2009-06-30 | random.h (__mod(_Tp)): Use defaults. | Paolo Carlini | 3 | -67/+91 |
2009-06-24 | future (shared_future): Adjust doxygen comment. | Jonathan Wakely | 2 | -1/+5 |
2009-06-24 | re PR libstdc++/40297 ([C++0x] debug mode vs atomics) | Jonathan Wakely | 3 | -32/+42 |
2009-06-24 | MAINTAINERS: Add myself as mep maintainer. | DJ Delorie | 2 | -0/+9 |
2009-06-23 | user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*. | Benjamin Kosnik | 8 | -22/+39 |
2009-06-23 | shared_ptr.h: Do not swap rvalues. | Jonathan Wakely | 7 | -38/+53 |
2009-06-23 | macros.h: Replace @tbd with valid doxygen tag @todo. | Jonathan Wakely | 3 | -2/+7 |
2009-06-23 | re PR libstdc++/40518 (data races when calling std::string::erase() on empty ... | Paolo Carlini | 3 | -16/+45 |
2009-06-22 | testsuite_common_types.h (bitwise_operators, [...]): Initialize a and b. | Paolo Carlini | 6 | -11/+26 |
2009-06-22 | 1.cc: Mark test as possibly unused. | Paolo Carlini | 5 | -4/+12 |
2009-06-21 | future: New. | Jonathan Wakely | 69 | -5/+4453 |
2009-06-21 | 2009-06-20 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 3 | -45/+8 |
2009-06-20 | re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations) | Paolo Carlini | 3 | -4/+52 |
2009-06-19 | random.h (_Adaptor): Simplify for _DInputType always a floating point type. | Paolo Carlini | 4 | -65/+56 |
2009-06-19 | random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ... | Paolo Carlini | 3 | -98/+133 |
2009-06-18 | check_construct_destroy.h: New. | Benjamin Kosnik | 53 | -1582/+2116 |
2009-06-17 | hook.in: Do not fail when there is no current objfile. | Tom Tromey | 2 | -27/+37 |
2009-06-16 | exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove. | Jonathan Wakely | 3 | -11/+54 |
2009-06-16 | thread (~thread(), [...]): Call terminate if joinable. | Jonathan Wakely | 2 | -2/+7 |
2009-06-15 | printers.py (StdMapPrinter.__init__): Don't set self.iter. | Tom Tromey | 2 | -6/+16 |