From: Edward Smith-Rowland Date: Fri, 12 Oct 2012 15:16:29 +0000 (+0000) Subject: Forgot the CL entry for the Hoyt and arcsine distributions. X-Git-Tag: misc/gccgo-go1_1_2~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b09e6a7074c0ff5ee74dd0735d5fb10ac450976a;p=thirdparty%2Fgcc.git Forgot the CL entry for the Hoyt and arcsine distributions. From-SVN: r192404 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f9fb77c5a16b..e23ef31d5502 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