| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-06-13 | stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. | Paolo Carlini | 23 | -92/+242 |
| 2008-06-13 | array (array<>::assign): Do not define in C++0x mode, per DR 776... | Paolo Carlini | 4 | -4/+71 |
| 2008-06-12 | complex (pow(const complex<>&, int)): Do not define in C++0x mode, per DR 844. | Paolo Carlini | 6 | -15/+79 |
| 2008-06-11 | hashtable (_Hashtable<>::cbegin(size_type), [...]): Add per DR 691. | Paolo Carlini | 7 | -4/+248 |
| 2008-06-11 | lock_error, once_flag: Remove empty directories. | Matthias Klose | 1 | -0/+5 |
| 2008-06-07 | MAINTAINERS (mt port): Remove. | Joseph Myers | 16 | -1135/+11 |
| 2008-06-06 | using.xml: Outline exception topics. | Benjamin Kosnik | 1 | -334/+0 |
| 2008-06-06 | using.xml: Outline exception topics. | Benjamin Kosnik | 112 | -5575/+3941 |
| 2008-06-06 | configure.ac: Do not check for gconv.h. | Joseph Myers | 5 | -15/+501 |
| 2008-06-06 | all.cc, [...]: Only include <ext/codecvt_specializations.h> and <ext/enc_file... | Joseph Myers | 5 | -0/+25 |
| 2008-06-05 | random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre... | Johannes Singler | 3 | -4/+13 |
| 2008-06-04 | assoc_container.hpp: Change allocator typedef to allocator_type, as per exist... | Benjamin Kosnik | 37 | -73/+111 |
| 2008-06-02 | 9425.cc: Use dg-require-fileio. | Sandra Loosemore | 4 | -0/+14 |
| 2008-06-02 | vector.tcc (vector<>::_M_insert_aux): In C++0x mode, avoid a memory leak if t... | Paolo Carlini | 4 | -32/+53 |
| 2008-05-31 | re PR libstdc++/36338 (heap_sort effectively hangs with -D_GLIBCXX_DEBUG) | Paolo Carlini | 2 | -5/+20 |
| 2008-05-29 | bitset (bitset(const char*)): Implement DR 778 in debug-mode too. | Paolo Carlini | 3 | -0/+30 |
| 2008-05-26 | cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550. | Paolo Carlini | 9 | -11/+132 |
| 2008-05-26 | tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out. | Paolo Carlini | 14 | -33/+69 |
| 2008-05-25 | complex (complex<>::real(_Tp), [...]): Add per DR 387. | Paolo Carlini | 4 | -7/+171 |
| 2008-05-25 | complex: Trivial stylistic changes... | Paolo Carlini | 2 | -456/+347 |
| 2008-05-24 | atomic.cc (atomic_flag_test_and_set_explicit, [...]): Suppress unused paramet... | Paolo Carlini | 2 | -2/+9 |
| 2008-05-23 | tuple: Replace int -> size_t throughout per DR 775. | Paolo Carlini | 5 | -51/+117 |
| 2008-05-23 | intro.xml: Adjust links to ISO documents. | Paolo Carlini | 2 | -72/+76 |
| 2008-05-23 | cmath (fpclassify): Use __builtin_fpclassify. | Paolo Carlini | 3 | -20/+11 |
| 2008-05-23 | hashtable_policy.h (_Map_base<,, [...]): Add per DR 761. | Paolo Carlini | 4 | -2/+143 |
| 2008-05-22 | dr781.cc: Add test variable. | Paolo Carlini | 2 | -0/+5 |
| 2008-05-22 | complex (proj(const std::complex<>&), proj(_Tp)): Add per DR 781. | Paolo Carlini | 8 | -17/+156 |
| 2008-05-21 | bitset (bitset<>::bitset(const char*)): Add per DR 778. | Paolo Carlini | 4 | -8/+82 |
| 2008-05-21 | lwg-active.html: Update to Revision R56. | Paolo Carlini | 4 | -4696/+14062 |
| 2008-05-20 | PR c++/33979 (partial) | Paolo Carlini | 15 | -104/+491 |
| 2008-05-16 | system_error: Align to current draft specifications. | Benjamin Kosnik | 22 | -236/+366 |
| 2008-05-16 | parallel_mode.xml: Documented the new choices, factoring out common tags. | Johannes Singler | 5 | -208/+371 |
| 2008-05-15 | configure.ac: Don't check AC_LIBTOOL_DLOPEN if using newlib. | Bernd Schmidt | 3 | -25/+34 |
| 2008-05-15 | parallel_mode.xml: General revision and documentation of new compile-time opt... | Johannes Singler | 2 | -45/+77 |
| 2008-05-15 | mutex (mutex::try_lock): Eat errors. | Benjamin Kosnik | 16 | -46/+56 |
| 2008-05-14 | sstream: Adjust braces. | Benjamin Kosnik | 6 | -22/+35 |
| 2008-05-13 | atomicity.h: Remove file. | David Daney | 3 | -95/+6 |
| 2008-05-12 | vector (vector<>::_M_requires_reallocation): Just use this->capacity(). | Stefano Soffia | 4 | -8/+74 |
| 2008-05-10 | vector (vector<>::_M_requires_reallocation): Fix macro. | Roberto Bagnara | 3 | -2/+60 |
| 2008-05-07 | quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads ... | Johannes Singler | 2 | -4/+8 |
| 2008-05-07 | mutex (mutex::mutex): Fix usage of initializing macro. | Benjamin Kosnik | 6 | -80/+90 |
| 2008-05-06 | condition_variable: New. | Benjamin Kosnik | 40 | -72/+2010 |
| 2008-05-06 | re PR libstdc++/36130 (Atomics regression test fail to compile when parallel ... | Benjamin Kosnik | 3 | -10/+36 |
| 2008-05-06 | 2008-05-06 Johannes Singler <singler@ira.uka.de> | Johannes Singler | 3 | -78/+133 |
| 2008-05-05 | testsuite_visualization.h: Move contents into... | Benjamin Kosnik | 19 | -286/+272 |
| 2008-05-05 | typedefs-1.cc: Correct requirements. | Benjamin Kosnik | 3 | -4/+16 |
| 2008-05-02 | c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change. | Benjamin Kosnik | 2 | -3/+6 |
| 2008-04-30 | Makefile.am (install-headers): Cope with empty parallel_headers. | Ralf Wildenhues | 3 | -4/+14 |
| 2008-04-29 | c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT. | Benjamin Kosnik | 2 | -1/+6 |
| 2008-04-29 | Makefile.am (install-html, [...]): Add dummy targets. | Joseph Myers | 5 | -16/+17 |