summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c...Paolo Carlini2009-07-186-184/+503
* re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++)Joseph Myers2009-07-172-6/+11
* testsuite_common_types.h (standard_layout): Activate.Benjamin Kosnik2009-07-176-12/+17
* tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when cross-compiling.Joseph Myers2009-07-172-0/+265
* re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill2009-07-164-4/+25
* printers.py (StdStringPrinter.to_string): Fetch std::string to the given length.Phil Muldoon2009-07-162-1/+21
* istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio...Paolo Carlini2009-07-1611-60/+340
* re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Paolo Carlini2009-07-122-6/+6
* re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford2009-07-112-3/+25
* Fix typos in previous ChangeLog entryJanis Johnson2009-07-091-1/+1
* re PR libstdc++/40691 (bug in logical not operator for valarray used with slice)Janis Johnson2009-07-083-1/+46
* 3.cc: Add copyright.Benjamin Kosnik2009-07-063-5/+43
* vmi_class_type_info.cc (__do_dyncast): Use src2dst hint to defer searching ba...Jason Merrill2009-07-063-1/+52
* *Joseph Myers2009-07-0517-0/+37
* gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford2009-06-302-18/+9
* re PR libstdc++/40600 (pair& operator=(pair&& __p) doesn't work without inlin...Paolo Carlini2009-06-303-12/+19
* re PR libstdc++/40511 (Bootstrap Failure in stage3: c++locale - Recent SVN)Paolo Carlini2009-06-302-0/+10
* 2009-06-29 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2009-06-302-1/+7
* random.h (__mod(_Tp)): Use defaults.Paolo Carlini2009-06-303-67/+91
* future (shared_future): Adjust doxygen comment.Jonathan Wakely2009-06-242-1/+5
* re PR libstdc++/40297 ([C++0x] debug mode vs atomics)Jonathan Wakely2009-06-243-32/+42
* MAINTAINERS: Add myself as mep maintainer.DJ Delorie2009-06-242-0/+9
* user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.Benjamin Kosnik2009-06-238-22/+39
* shared_ptr.h: Do not swap rvalues.Jonathan Wakely2009-06-237-38/+53
* macros.h: Replace @tbd with valid doxygen tag @todo.Jonathan Wakely2009-06-233-2/+7
* re PR libstdc++/40518 (data races when calling std::string::erase() on empty ...Paolo Carlini2009-06-233-16/+45
* testsuite_common_types.h (bitwise_operators, [...]): Initialize a and b.Paolo Carlini2009-06-226-11/+26
* 1.cc: Mark test as possibly unused.Paolo Carlini2009-06-225-4/+12
* future: New.Jonathan Wakely2009-06-2169-5/+4453
* 2009-06-20 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2009-06-213-45/+8
* re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)Paolo Carlini2009-06-203-4/+52
* random.h (_Adaptor): Simplify for _DInputType always a floating point type.Paolo Carlini2009-06-194-65/+56
* random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ...Paolo Carlini2009-06-193-98/+133
* check_construct_destroy.h: New.Benjamin Kosnik2009-06-1853-1582/+2116
* hook.in: Do not fail when there is no current objfile.Tom Tromey2009-06-172-27/+37
* exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove.Jonathan Wakely2009-06-163-11/+54
* thread (~thread(), [...]): Call terminate if joinable.Jonathan Wakely2009-06-162-2/+7
* printers.py (StdMapPrinter.__init__): Don't set self.iter.Tom Tromey2009-06-152-6/+16
* random.tcc (negative_binomial_distribution<>::operator() (_UniformRandomNumbe...Paolo Carlini2009-06-113-262/+271
* printers.py (lookup_function): Remove extra ';'.Tom Tromey2009-06-102-7/+13
* re PR libstdc++/40289 (share/libstdc++/python/ pollutes common namespace)Tom Tromey2009-06-104-8/+74
* move.h: Doxygen group fixes.Benjamin Kosnik2009-06-102-3/+15
* random.tcc (gamma_distribution<>::operator() (_UniformRandomNumberGenerator&,...Paolo Carlini2009-06-083-217/+120
* aggregate.cc: Remove xfail.Benjamin Kosnik2009-06-052-2/+6
* throw_allocator.h: Rework.Benjamin Kosnik2009-06-0511-365/+383
* 6.cc: Adjust test name.Benjamin Kosnik2009-06-032-2/+6
* re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Paolo Carlini2009-06-037-10/+52
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.Richard Sandiford2009-06-023-0/+17467
* re PR libstdc++/40299 (Rope + C++0x mode = build error)Paolo Carlini2009-06-023-6/+39
* Makefile.in, [...]: New files.Tom Tromey2009-05-2811-6/+1237