Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-27 | rand_regression_test.hpp: Revert. | Benjamin Kosnik | 2 | -1/+6 |
2006-06-27 | typelist.h (typelist_append): To append_typelist. | Benjamin Kosnik | 1 | -0/+22 |
2006-06-27 | typelist.h (typelist_append): To append_typelist. | Benjamin Kosnik | 14 | -64/+69 |
2006-06-27 | trie_no_data_map_rand.cc: Reduce iterations by half. | Benjamin Kosnik | 12 | -11/+29 |
2006-06-26 | random (operator<<(std::basic_ostream<>&, const linear_congruential<>&), [...... | Paolo Carlini | 3 | -106/+641 |
2006-06-25 | random (class normal_distribution<>): Add. | Paolo Carlini | 8 | -49/+338 |
2006-06-24 | re PR libstdc++/27984 (installed libstdc++ testing broken) | Benjamin Kosnik | 3 | -9/+17 |
2006-06-22 | hash_prime_size_policy_imp.hpp: Cast to size_t instead. | Jonathan Lennox | 2 | -62/+68 |
2006-06-22 | hash_prime_size_policy_imp.hpp: Fix for 64-bit machines. | Ami Tavory | 2 | -40/+78 |
2006-06-21 | postypes.h (operator==(const fpos<>&, const fpos<>&), [...]): Add. | Paolo Carlini | 3 | -5/+71 |
2006-06-21 | acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When cross-compiling, put headers... | Mark Mitchell | 3 | -2/+21 |
2006-06-20 | random.tcc (struct _Private::_Mod_w<>, [...]): Remove. | Paolo Carlini | 2 | -47/+27 |
2006-06-20 | eh_arm.cc (__cxa_begin_cleanup): Always return 'true'. | Vladimir Prus | 2 | -1/+5 |
2006-06-19 | random (xor_combine<>::operator<<): Fix typo. | Paolo Carlini | 8 | -37/+357 |
2006-06-17 | twister_rand_gen.cc: Adapt to simply use tr1::mt19937. | Ami Tavory | 3 | -163/+56 |
2006-06-16 | hash_data_map_rand.cc: Revert accidental commit. | Paolo Carlini | 9 | -9/+9 |
2006-06-16 | random (uniform_real<>::uniform_real(_RealType, _RealType)): Implement. | Paolo Carlini | 11 | -15/+32 |
2006-06-16 | 2006-06-16 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2006-06-16 | locale_facets.tcc (time_get<>::_M_extract_via_format): Ignore the value of th... | Paolo Carlini | 12 | -41/+765 |
2006-06-16 | type_utils.hpp (numeric_traits): Add, const expression interface to std::nume... | Benjamin Kosnik | 5 | -402/+250 |
2006-06-16 | random.tcc (mersenne_twister<>::operator()()): Reload the last position of th... | Paolo Carlini | 2 | -1/+10 |
2006-06-15 | random (class xor_combine): Fix result_type typedef. | Paolo Carlini | 4 | -16/+76 |
2006-06-14 | pb_assoc: Delete. | Ami Tavory | 1146 | -61696/+295307 |
2006-06-12 | re PR libstdc++/26970 (-O3 -Wformat=2 complains about floats written to ostream) | Paolo Carlini | 7 | -145/+99 |
2006-06-10 | random (random_device::random_device(const std::string& = "/dev/urandom")): O... | Paolo Carlini | 2 | -50/+75 |
2006-06-09 | acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of... | Paolo Carlini | 10 | -10/+300 |
2006-06-07 | util: New directory. | Benjamin Kosnik | 22 | -12/+44 |
2006-06-07 | random (mersenne_twister<>::operator==, [...]): Implement. | Paolo Carlini | 5 | -54/+293 |
2006-06-06 | 5_numerical_facilies: Move to... | Benjamin Kosnik | 36 | -0/+5 |
2006-06-06 | random: Trivial uglification fixes. | Paolo Carlini | 3 | -349/+378 |