Age | Commit message (Expand) | Author | Files | Lines |
2010-01-07 | re PR libstdc++/26701 (std::time_get parses only 2 digits of year, in en_GB l... | Paolo Carlini | 6 | -18/+158 |
2010-01-06 | re PR libstdc++/42491 (performance/30_threads/future/polling.cc fails at comp... | Benjamin Kosnik | 3 | -1/+12 |
2010-01-06 | 38081-2.cc: Add dg-require-namedlocale. | Paolo Carlini | 2 | -0/+7 |
2010-01-05 | evolution.xml: Update for 4.4 and 4.5 releases. | Benjamin Kosnik | 127 | -1189/+1575 |
2010-01-05 | re PR libstdc++/38081 (time_get<>::do_get_weekday does not always recognize f... | Paolo Carlini | 8 | -59/+314 |
2010-01-05 | stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. | Rainer Orth | 2 | -0/+48 |
2010-01-05 | 6.cc: New. | Paolo Carlini | 5 | -0/+364 |
2010-01-04 | list: Implement DR 1133 here too. | Paolo Carlini | 30 | -235/+183 |
2010-01-03 | set.h: Implement DR 130 here too. | Paolo Carlini | 12 | -48/+227 |
2010-01-03 | bitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode. | Paolo Carlini | 3 | -4/+21 |
2010-01-03 | hashtable (_Hashtable<>): Remove insert_return_type typedef. | Paolo Carlini | 4 | -22/+37 |
2010-01-03 | stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructibl... | Paolo Carlini | 2 | -4/+10 |
2010-01-01 | Move 2009 ChangeLog to ChangeLog-2009. | H.J. Lu | 2 | -12428/+12427 |
2010-01-01 | 2010-01-01 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 7 | -0/+303 |
2010-01-01 | propagation_consistent.cc: Remove, cannot instantiate basic_string for non-PO... | Paolo Carlini | 7 | -299/+16 |
2010-01-01 | PR libstdc++/21772 part 3 | Benjamin Kosnik | 43 | -57/+1694 |
2010-01-01 | intro.xml: Order TR's at the end of status. | Benjamin Kosnik | 4 | -12/+58 |
2009-12-31 | bitset (bitset<>::bitset(unsigned long long), [...]): Add in C++0x mode. | Paolo Carlini | 3 | -0/+89 |
2009-12-31 | type_traits: Fix minor stylistic nit. | Paolo Carlini | 2 | -2/+6 |
2009-12-31 | type_traits (__is_constructible_helper1): Rename to __is_constructible_helper... | Paolo Carlini | 7 | -98/+99 |
2009-12-30 | type_traits: Fix minor formatting nit. | Paolo Carlini | 2 | -1/+5 |
2009-12-30 | [multiple changes] | Paolo Carlini | 13 | -5/+332 |
2009-12-30 | stl_iterator.h.: Fix typo in comment. | Paolo Carlini | 2 | -1/+5 |
2009-12-30 | random.h: Fix equation in comment of Weibull distro. | Edward Smith-Rowland | 2 | -2/+6 |
2009-12-29 | bitset (bitset<>::to_ullong, [...]): Add. | Paolo Carlini | 5 | -0/+98 |
2009-12-29 | bitset (bitset<>::bitset(const char*)): Add. | Paolo Carlini | 3 | -0/+15 |
2009-12-24 | [multiple changes] | Paolo Carlini | 3 | -0/+76 |
2009-12-24 | functional (bind): Avoid invalid instantiations for bind<void>. | Jonathan Wakely | 3 | -14/+128 |
2009-12-24 | stl_deque.h (copy_backward(_Deque_iterator, _Deque_iterator, _Deque_iterator)... | Paolo Carlini | 10 | -8/+287 |
2009-12-23 | 5.cc: Move... | Paolo Carlini | 3 | -0/+7 |
2009-12-23 | stl_deque.h (copy(_Deque_iterator, _Deque_iterator, _Deque_iterator), [...]):... | Paolo Carlini | 10 | -7/+247 |
2009-12-22 | re PR target/41605 (Static linking of libgcc/libgfortran/libstdc++ can cause ... | Iain Sandoe | 3 | -4/+32 |
2009-12-22 | mutex (call_once(once_flag&, _Callable, _Args&&...)): Explicitly qualify with... | Jonathan Wakely | 2 | -2/+7 |
2009-12-22 | re PR libstdc++/42456 (Revision 155377 failed some C++ atomic tests) | Benjamin Kosnik | 3 | -7/+19 |
2009-12-21 | run_doxygen: Update nested namespace exceptions. | Benjamin Kosnik | 2 | -0/+16 |
2009-12-21 | atomic: Update to N3000. | Benjamin Kosnik | 68 | -811/+1001 |
2009-12-18 | condition_variable: Revert inadvertent changes. | Paolo Carlini | 7 | -20/+16 |
2009-12-18 | re PR libstdc++/40088 (Creating a std::ostringstream object locks a global mu... | Jimmy Guo | 9 | -18/+44 |
2009-12-17 | re PR target/42377 (libstdc++.dll.a misses a definition of std::string::reserve) | Dave Korn | 2 | -60/+73 |
2009-12-17 | re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes imme... | Paolo Carlini | 2 | -0/+9 |
2009-12-17 | PR libstdc++/21772 part 2 | Benjamin Kosnik | 7 | -93/+1565 |
2009-12-16 | PR libstdc++/21772 part 1 | Benjamin Kosnik | 19 | -157/+534 |
2009-12-15 | 2009-12-15 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
2009-12-15 | re PR libstdc++/42381 (deque shouldn't reserve that much memory) | Paolo Carlini | 6 | -6/+30 |
2009-12-15 | future (unique_future::get, [...]): Remove workaround for c++/34022. | Jonathan Wakely | 9 | -45/+29 |
2009-12-15 | functional (function::function): Move construct target. | Jonathan Wakely | 7 | -19/+132 |
2009-12-15 | re PR c++/42379 (Revision 155245 failed 1_neg.cc) | Paolo Carlini | 3 | -4/+10 |
2009-12-15 | PR libstdc++/25304, DR 865 [Ready] | Paolo Carlini | 5 | -14/+21 |
2009-12-14 | Remove code to un-precious-ize CC, CXX in libjava and v3. | Ralf Wildenhues | 3 | -53/+26 |
2009-12-14 | explicit_instantiation/1_c++0x.cc: New. | Paolo Carlini | 12 | -0/+300 |