From b09e6a7074c0ff5ee74dd0735d5fb10ac450976a Mon Sep 17 00:00:00 2001 From: Edward Smith-Rowland Date: Fri, 12 Oct 2012 15:16:29 +0000 Subject: [PATCH] Forgot the CL entry for the Hoyt and arcsine distributions. From-SVN: r192404 --- libstdc++-v3/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f9fb77c5a16..e23ef31d550 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,32 @@ +2012-10-12 Edward Smith-Rowland <3dw4rd@verizon.net> + + * include/ext/random: Add __gnu_cxx::arcsine_distribution<> + and __gnu_cxx::hoyt_distribution<> classes. + * include/ext/random.tcc: Add out-of-line functions for + __gnu_cxx::arcsine_distribution<> and __gnu_cxx::hoyt_distribution<>. + * testsuite/ext/random/hoyt_distribution/cons/parms.cc: New file. + * testsuite/ext/random/hoyt_distribution/cons/default.cc: New file. + * testsuite/ext/random/hoyt_distribution/requirements/ + explicit_instantiation/1.cc: New file. + * testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc: + New file. + * testsuite/ext/random/hoyt_distribution/operators/inequal.cc: New file. + * testsuite/ext/random/hoyt_distribution/operators/equal.cc: New file. + * testsuite/ext/random/hoyt_distribution/operators/serialize.cc: + New file. + * testsuite/ext/random/arcsine_distribution/cons/parms.cc: New file. + * testsuite/ext/random/arcsine_distribution/cons/default.cc: New file. + * testsuite/ext/random/arcsine_distribution/requirements/ + explicit_instantiation/1.cc: New file. + * testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc: + New file. + * testsuite/ext/random/arcsine_distribution/operators/inequal.cc: + New file. + * testsuite/ext/random/arcsine_distribution/operators/equal.cc: + New file. + * testsuite/ext/random/arcsine_distribution/operators/serialize.cc: + New file. + 2012-10-12 Paolo Carlini * include/bits/hashtable_policy.h: Revert libstdc++/53067 quick