Age | Commit message (Expand) | Author | Files | Lines |
2012-01-06 | re PR libstdc++/51504 (Data race hunting instructions in manual do not work) | Jonathan Wakely | 2 | -7/+23 |
2012-01-05 | hashtable_policy.h (_Hashtable_base<>::_M_eq()): protected rather than privat... | François Dumont | 7 | -3/+133 |
2012-01-05 | Restore 2012 entries that hasn't been saved. | François Dumont | 1 | -0/+10 |
2012-01-05 | Roll ChangeLog file, move 2012 entries in the new ChangeLog. | François Dumont | 2 | -6376/+6365 |
2012-01-03 | hashtable_policy.h (_Ebo_helper<>): Rename to the more specific _Hashtable_eb... | François Dumont | 2 | -34/+47 |
2012-01-03 | re PR c++/51738 (C++11 initializer list does not work correctly with operator[]) | Paolo Carlini | 2 | -0/+47 |
2011-12-31 | Fix _Locale vs. _Local typos. | Jonathan Wakely | 1 | -1/+1 |
2011-12-30 | extensions.xml: Improve markup and note that some extensions are included in ... | Jonathan Wakely | 3 | -41/+61 |
2011-12-30 | re PR libstdc++/51711 (regex.h contains incorrect code) | Paolo Carlini | 4 | -1/+71 |
2011-12-29 | hashtable_policy.h (struct _Ebo_helper<>): Don't use _N, badname on Solaris; ... | Paolo Carlini | 2 | -21/+26 |
2011-12-29 | re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons... | François Dumont | 14 | -200/+779 |
2011-12-29 | re PR libstdc++/51701 (Remove reference to Henry Suter's RWLock from document... | Jonathan Wakely | 2 | -7/+6 |
2011-12-23 | weak_ptr_expired.cc: Modify to PASS instead of XFAIL. | Jonathan Wakely | 2 | -8/+10 |
2011-12-23 | * config/os/mingw32-w64/os_defines.h (__USE_MINGW_ANSI_STDIO): Define. | Kai Tietz | 2 | -0/+10 |
2011-12-23 | * include/c_global/cinttypes: Update comments that refer to TR1. | Jonathan Wakely | 2 | -10/+8 |
2011-12-23 | re PR libstdc++/49204 ([C++0x] remaining issues in <future>) | Jonathan Wakely | 2 | -3/+8 |
2011-12-23 | regex.h (match_results::size_type): Use allocator_traits. | Jonathan Wakely | 2 | -2/+7 |
2011-12-22 | re PR libstdc++/48362 (pretty printer fails for zero-size std::tuple<>) | Jonathan Wakely | 2 | -0/+41 |
2011-12-22 | re PR libstdc++/48362 (pretty printer fails for zero-size std::tuple<>) | Jonathan Wakely | 2 | -4/+12 |
2011-12-20 | re PR libstdc++/51365 (cannot use final empty class in std::tuple) | Jonathan Wakely | 3 | -3/+42 |
2011-12-20 | eh_tm.cc (free_any_cxa_exception): Use __GCC_ATOMIC_INT_LOCK_FREE, not _GLIBC... | Benjamin Kosnik | 2 | -2/+7 |
2011-12-19 | search_n.cc: Disambiguate local variable. | Benjamin Kosnik | 2 | -4/+9 |
2011-12-18 | iterators.xml: Replace "sect1" with "section". | Jonathan Wakely | 5 | -8/+15 |
2011-12-16 | re PR target/51135 (SIGSEGV during exception cleanup on win32) | Kai Tietz | 5 | -3/+21 |
2011-12-15 | re PR libstdc++/51558 (Declaration of unspecialized std::hash<_Tp>::operator(... | Paolo Carlini | 7 | -27/+75 |
2011-12-15 | 9780-2.cc: Add test for "C" locale, add sanity checks in case of grouping. | Benjamin Kosnik | 2 | -9/+51 |
2011-12-15 | re PR libstdc++/51540 (doxygen documentation for partial_sum misleading) | Jonathan Wakely | 2 | -8/+14 |
2011-12-12 | revert: re PR target/51135 (SIGSEGV during exception cleanup on win32) | Paolo Carlini | 6 | -24/+16 |
2011-12-12 | 2011-12-12 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -2/+6 |
2011-12-12 | Correct bug-number in ChangeLog. | Kai Tietz | 1 | -1/+1 |
2011-12-12 | PR libstdc++/511135 | Kai Tietz | 6 | -10/+43 |
2011-12-11 | abi.xml: Replace gcc-x.y.z with GCC x.y.z or x.y... | Jonathan Wakely | 53 | -502/+526 |
2011-12-11 | 2011-12-11 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+1 |
2011-12-10 | user.cfg.in: Add macros, directories. | Benjamin Kosnik | 21 | -361/+404 |
2011-12-10 | unordered_set: Minor formatting changes. | François Dumont | 3 | -124/+206 |
2011-12-09 | hashtable.h (_Hashtable<>::emplace, [...]): Add. | François Dumont | 11 | -5/+780 |
2011-12-08 | atomic_base.h (__calculate_memory_order): Rename to... | Jonathan Wakely | 3 | -15/+21 |
2011-12-07 | re PR libstdc++/51386 (23_containers/unordered_set/hash_policy/load_factor.cc... | François Dumont | 2 | -13/+27 |
2011-12-06 | re PR libstdc++/51438 (std::exception and derived classes are not compatible ... | Paolo Carlini | 22 | -117/+190 |
2011-12-06 | re PR libstdc++/51183 (pair piecewise_construct_t constructor copies) | Jonathan Wakely | 4 | -25/+99 |
2011-12-05 | initializer_list: Do not declare anything if __GXX_EXPERIMENTAL_CXX0X__ is no... | Paolo Carlini | 2 | -1/+9 |
2011-12-04 | type_traits: Doxygen improvements. | Jonathan Wakely | 10 | -40/+89 |
2011-12-04 | stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate. | Markus Trippelsdorf | 3 | -0/+46 |
2011-12-03 | macros.h (__glibcxx_check_non_empty_range): Define. | Jonathan Wakely | 7 | -5/+65 |
2011-12-03 | * doc/xml/manual/utilities.xml: Remove outdated text. | Jonathan Wakely | 2 | -2/+5 |
2011-12-02 | iomanip (put_money): Fix thinko, use __err local, like in, eg, basic_ostream:... | Paolo Carlini | 2 | -5/+13 |
2011-12-01 | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros. | Benjamin Kosnik | 24 | -140/+200 |
2011-11-29 | hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hasht... | François Dumont | 8 | -40/+319 |
2011-11-28 | c-family | Andrew MacLeod | 3 | -28/+50 |
2011-11-28 | re PR libstdc++/51288 ([C++0x] get_money implementation is missing the sentry... | Paolo Carlini | 6 | -23/+251 |