Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-15 | PR libstdc++/28277 (partial: ostream bits 1) | Paolo Carlini | 3 | -20/+80 |
2006-07-14 | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New. | Benjamin Kosnik | 11 | -129/+239 |
2006-07-14 | random (minstd_rand0, [...]): Use unsigned long as implementation-defined type. | Paolo Carlini | 2 | -4/+9 |
2006-07-14 | random.tcc (struct _To_Unsigned_Type): Add. | Paolo Carlini | 3 | -28/+65 |
2006-07-13 | string_copy_cons_and_dest.cc: New. | Paolo Carlini | 2 | -0/+65 |
2006-07-13 | Makefile.am (pch*_output_anchor): Add. | Benjamin Kosnik | 4 | -3/+43 |
2006-07-13 | Makefile.am: Revert last change. | Benjamin Kosnik | 3 | -4/+9 |
2006-07-12 | Makefile.am (pch_output): Don't precompile extc++.h. | Benjamin Kosnik | 4 | -5/+13 |
2006-07-12 | codecvt_specializations.h: Fix typo in commit for libstdc++/28290. | Paolo Carlini | 2 | -1/+7 |
2006-07-12 | locale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): S... | Paolo Carlini | 2 | -22/+21 |
2006-07-11 | re PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap) | Paolo Carlini | 2 | -2/+9 |
2006-07-11 | re PR libstdc++/28290 (error: 'iconv_t' does not name a type) | Paolo Carlini | 2 | -2/+20 |
2006-07-11 | PR libstdc++/28277 (partial: collate bits) | Paolo Carlini | 4 | -28/+160 |
2006-07-10 | * libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init. | Mike Stump | 2 | -0/+5 |
2006-07-10 | re PR libstdc++/15448 (libstdc++ does not rebuild PCH) | Benjamin Kosnik | 3 | -49/+66 |
2006-07-09 | locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fm... | Paolo Carlini | 2 | -55/+24 |
2006-07-06 | random (class gamma_distribution<>): Add. | Paolo Carlini | 4 | -0/+221 |
2006-07-06 | trait.hpp: Format. | Benjamin Kosnik | 8 | -770/+597 |
2006-07-06 | Makefile.am (pch_output): New. | Benjamin Kosnik | 3 | -11/+28 |
2006-07-04 | random (_Adaptor<>::operator()()): Cast 1 to result_type. | Paolo Carlini | 2 | -41/+36 |
2006-07-03 | rc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account r... | Paolo Carlini | 2 | -5/+17 |
2006-07-03 | [multiple changes] | Paolo Carlini | 3 | -5/+23 |
2006-06-29 | Makefile.am (pch1_input, [...]): Move from pch_*. | Benjamin Kosnik | 7 | -27/+226 |
2006-06-29 | libstdc++.exp (v3_target_compile): Set timeout to 600. | Benjamin Kosnik | 2 | -0/+6 |