Age | Commit message (Expand) | Author | Files | Lines |
2009-11-19 | re PR libstdc++/41622 ([DR 1245] [c++0x] std::hash<std::string>::operator() c... | Paolo Carlini | 4 | -27/+50 |
2009-10-20 | re PR libstdc++/41773 (Many libstdc++ failures) | Paolo Carlini | 1 | -2/+15 |
2009-10-20 | basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, ... | Paolo Carlini | 1 | -15/+2 |
2009-10-16 | re PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used uninitialized warning) | Benjamin Kosnik | 1 | -4/+4 |
2009-09-14 | re PR libstdc++/41037 (dec not set in cerr flags) | Paolo Carlini | 1 | -2/+2 |
2009-09-11 | Override all per-target *_LINK variables correctly. | Ralf Wildenhues | 2 | -3/+3 |
2009-09-05 | revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ... | Benjamin Kosnik | 2 | -11/+11 |
2009-08-26 | re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std:... | Jonathan Wakely | 2 | -0/+10 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 1 | -119/+143 |
2009-08-22 | LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 | Ralf Wildenhues | 2 | -8/+8 |
2009-08-14 | compatibility-ldbl.cc: Include cmath. | Uros Bizjak | 1 | -0/+1 |
2009-08-14 | compatibility-ldbl.cc: Include tr1/functional. | Benjamin Kosnik | 1 | -5/+6 |
2009-08-12 | compatibility-ldbl.cc: Add explicit namespace scope. | Benjamin Kosnik | 1 | -0/+6 |
2009-08-11 | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 1 | -5/+0 |
2009-08-11 | hashtable.cc: Just definitions. | Benjamin Kosnik | 9 | -54/+105 |
2009-08-10 | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 3 | -4/+20 |
2009-08-07 | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 1 | -2/+2 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 2 | -11/+11 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 2 | -10/+10 |
2009-06-21 | future: New. | Jonathan Wakely | 3 | -5/+91 |
2009-05-22 | re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi... | Paolo Carlini | 1 | -0/+0 |
2009-05-22 | re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi... | Paolo Carlini | 3 | -107/+9 |
2009-05-19 | re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets... | Paolo Carlini | 1 | -5/+32 |
2009-05-16 | mutex: Move std::lock_error to ... | Jonathan Wakely | 2 | -4/+17 |
2009-05-15 | re PR libstdc++/40160 (-fno-rtti vs _GLIBCXX_DEBUG) | Paolo Carlini | 1 | -12/+24 |
2009-05-13 | compatibility.cc (_ZTIe, [...]): Change type to const void * const. | Ben Elliston | 1 | -3/+3 |
2009-05-08 | throw_allocator.h (throw_allocator_base): Avoid out of line member functions ... | Paolo Carlini | 3 | -9/+107 |
2009-05-07 | re PR libstdc++/40038 (symbols ceill@GLIBCXX_3.4.3 not exported) | Matthias Klose | 1 | -0/+8 |
2009-05-05 | re PR libstdc++/39909 (non-TLS version of std::call_once causes terminate) | Jonathan Wakely | 1 | -6/+28 |
2009-04-26 | 2009-04-26 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -7/+17 |
2009-04-25 | mutex (__get_once_functor_lock, [...]): Replace global lock object with local... | Jonathan Wakely | 1 | -17/+7 |
2009-04-18 | pool_allocator.cc (_M_get_free_list, [...]): Mark throw () | Jan Hubicka | 3 | -14/+14 |
2009-04-18 | condition_variable.cc (condition_variable, [...]): Mark throw() | Jan Hubicka | 4 | -30/+30 |
2009-04-18 | formater.h: Include bits/c++config.h. | Jan Hubicka | 1 | -4/+4 |
2009-04-16 | tree.cc (_Rb_tree_increment, [...]): Mark nothrow; update uses of _Rb_tree_ro... | Jan Hubicka | 1 | -22/+42 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 59 | -833/+546 |
2009-02-18 | system_error (system_category): To system_category(). | Benjamin Kosnik | 3 | -20/+12 |
2009-02-15 | re PR libstdc++/39168 (Incorrect interpretation of CHAR_MAX inside grouping s... | Paolo Carlini | 1 | -2/+3 |
2009-02-13 | thread (_Impl_base): Move _M_id out and into ... | Chris Fairles | 1 | -11/+11 |
2009-02-13 | all.h (compare_type_to_native_type_sizes): To... | Benjamin Kosnik | 1 | -8/+8 |
2009-02-10 | condition_variable (condition_variable): Remove _M_internal_mutex. | Benjamin Kosnik | 2 | -7/+4 |
2009-02-07 | thread (thread::id): Move definition inside thread. | Benjamin Kosnik | 1 | -32/+30 |
2009-02-05 | thread (__thread_data_base): Nest class in std::thread. | Chris Fairles | 1 | -2/+3 |
2009-02-03 | re PR libstdc++/25191 (exception_defines.h #defines try/catch) | Paolo Carlini | 8 | -56/+60 |
2009-01-29 | thread: Remove unused headers. | Jonathan Wakely | 1 | -21/+26 |
2009-01-22 | thread (__thread_data_base, thread): Rename member functions to match coding ... | Jonathan Wakely | 1 | -2/+2 |
2009-01-17 | Makefile.am (sources): Add math_stubs_float.cc. | Benjamin Kosnik | 3 | -20/+252 |
2009-01-16 | Makefile.am (sources): Add math_stubs_long_double.cc. | Benjamin Kosnik | 3 | -19/+243 |
2009-01-15 | re PR libstdc++/32666 (FAIL: abi_check hppa) | Benjamin Kosnik | 3 | -7/+5 |
2009-01-15 | acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove. | Chris Fairles | 1 | -39/+1 |