Age | Commit message (Expand) | Author | Files | Lines |
2006-09-05 | basic_string.tcc (find(const _CharT*, size_type, size_type)): Robustify. | Paolo Carlini | 3 | -8/+23 |
2006-09-05 | basic_string.tcc (find(const _CharT*, size_type, size_type)): Reimplement in ... | Paolo Carlini | 4 | -27/+31 |
2006-09-04 | re PR c++/28871 (massive C++ compile time slowdown) | Benjamin Kosnik | 7 | -21/+37 |
2006-09-04 | mt_allocator.cc (__pool<true>::_M_reclaim_block): Do not name a variable __us... | Paolo Carlini | 2 | -3/+8 |
2006-09-02 | re PR libstdc++/24469 (Possible race condition in mt_allocator causing SIGSEGV) | Paolo Carlini | 3 | -26/+73 |
2006-08-31 | PR libstdc++/28671 continued | Benjamin Kosnik | 4 | -2/+20 |
2006-08-31 | mt_allocator.h: Remove volatile qualifiers from data members and correspondin... | Richard Guenther | 2 | -9/+15 |
2006-08-31 | gnu.ver: Correct atomic helper function signature for case where _Atomic_word... | Paolo Carlini | 2 | -2/+7 |
2006-08-31 | re PR libstdc++/28671 (undefined reference to `__sync_fetch_and_add_4') | Benjamin Kosnik | 3 | -12/+7 |
2006-08-30 | gnu.ver: Spell out exact signatures for atomic access functions. | Benjamin Kosnik | 3 | -8/+21 |
2006-08-29 | random (subtract_with_carry_01<>::_M_initialize_npows): New. | Paolo Carlini | 3 | -21/+95 |
2006-08-29 | acinclude.m4 (glibcxx_PCHFLAGS): Set to stdtr1c++.h. | Benjamin Kosnik | 4 | -2/+13 |
2006-08-28 | PR libstdc++/23773 partial | Benjamin Kosnik | 2 | -39/+124 |
2006-08-28 | stl_algo.h (__heap_select, [...]): New. | Roger Sayle | 3 | -56/+207 |
2006-08-28 | 2.cc: New. | Paolo Carlini | 2 | -0/+80 |
2006-08-27 | re PR libstdc++/28830 (FAIL: tr1/2_general_utilities/memory/shared_ptr/thread... | Paolo Carlini | 3 | -12/+14 |
2006-08-25 | tr1.html: Update. | Paolo Carlini | 2 | -8/+12 |
2006-08-25 | random (bernoulli_distribution::operator()): Fix wrt generators returning int... | Paolo Carlini | 3 | -64/+118 |
2006-08-23 | boost_shared_ptr.h: Added locking policy to tr1::shared_ptr<> and related cla... | Phillip Jordan | 1 | -0/+12 |
2006-08-22 | random.tcc (subtract_with_carry_01<>:: seed(_Gen&, false_type)): Fix _M_carry... | Paolo Carlini | 4 | -3/+21 |
2006-08-22 | added locking policy to tr1::shared_ptr<> and related classes | Phillip Jordan | 4 | -382/+976 |
2006-08-22 | 2006-08-22 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -3/+6 |
2006-08-22 | random (class subtract_with_carry_01): Add. | Paolo Carlini | 22 | -64/+914 |
2006-08-20 | random (gamma_distribution<>::_M_initialize, [...]): Add. | Paolo Carlini | 3 | -23/+64 |
2006-08-18 | random (class binomial_distribution<>): Add. | Paolo Carlini | 4 | -49/+474 |
2006-08-18 | re PR libstdc++/28765 (__gnu_cxx::__vstring::clear() is slow) | Paolo Carlini | 4 | -1/+16 |
2006-08-15 | random (poisson_distribution<>::_M_initialize): Add. | Paolo Carlini | 3 | -61/+56 |
2006-08-15 | random.tcc (mersenne_twister<>::operator()): Revert last change (per gcc-patc... | Paolo Carlini | 2 | -4/+10 |
2006-08-15 | random (class poisson_distribution<>): Add. | Paolo Carlini | 5 | -15/+353 |
2006-08-11 | stl_bvector.h (__fill_bvector(_Bit_iterator, _Bit_iterator, bool)): New. | Paolo Carlini | 2 | -5/+17 |
2006-08-10 | random.tcc (gamma_distribution<>::operator()): Fixes from the Errata of Devro... | Paolo Carlini | 2 | -5/+12 |
2006-08-10 | stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)): Tidy a bit, thus redu... | Paolo Carlini | 2 | -3/+7 |
2006-08-09 | stl_bvector.h (vector<bool>::_M_copy_aligned): New. | Paolo Carlini | 8 | -30/+474 |
2006-08-09 | stl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, cons... | Paolo Carlini | 4 | -26/+34 |
2006-08-06 | re PR libstdc++/16611 (Terrible code generated for vector<bool>) | Paolo Carlini | 2 | -2/+15 |
2006-08-05 | re PR libstdc++/28587 (vector<bool> is extremely slow (900x slower than it sh... | Paolo Carlini | 5 | -2/+384 |
2006-08-04 | stl_queue.h (priority_queue<>::push, [...]): Remove try/catch, just follow th... | Paolo Carlini | 2 | -20/+10 |
2006-08-03 | stl_queue.h: Trivial formatting fixes. | Paolo Carlini | 3 | -26/+31 |
2006-08-01 | tr1.html: Update. | Ed Smith-Rowland | 2 | -24/+28 |
2006-07-31 | locale_facets.tcc (num_put<>::_M_insert_float): Find the decimal point in cs,... | Paolo Carlini | 2 | -14/+16 |
2006-07-30 | codevt_specializations.h (__iconv_adaptor): Use identifier _Tp instead of _T ... | Roger Sayle | 2 | -3/+8 |
2006-07-30 | stl_algo.h (stable_sort): Uglify the buf variable. | Paolo Carlini | 3 | -13/+21 |
2006-07-28 | PR libstdc++/19664 round 3 | Benjamin Kosnik | 22 | -1499/+1441 |
2006-07-24 | cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1. | Paolo Carlini | 4 | -13/+13 |
2006-07-21 | random: Make include guards consistent. | Benjamin Kosnik | 5 | -13/+20 |
2006-07-21 | re PR target/26792 (need to use autoconf when using newly-added libgcc functi... | Steve Ellcey | 13 | -0/+134 |
2006-07-21 | eh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1. | Jason Merrill | 2 | -0/+10 |
2006-07-21 | re PR libgcj/28426 (libgcj header files installed in wrong location in cross ... | David Daney | 2 | -0/+6 |
2006-07-20 | PR libstdc++/19664 round 1 | Benjamin Kosnik | 23 | -24/+241 |
2006-07-16 | PR libstdc++/28277 (partial: valarray bits) | Paolo Carlini | 3 | -24/+91 |