summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorEdward Smith-Rowland <emsr@gcc.gnu.org>2012-10-12 15:16:29 +0000
committerEdward Smith-Rowland <emsr@gcc.gnu.org>2012-10-12 15:16:29 +0000
commitb09e6a7074c0ff5ee74dd0735d5fb10ac450976a (patch)
treee51779400f7ddedf52804f53d35fc47bf41399ed /libstdc++-v3
parent500602220a0c5938a69ad30533e3f843eeb9d8f6 (diff)
downloadgcc-b09e6a7074c0ff5ee74dd0735d5fb10ac450976a.tar.gz
Forgot the CL entry for the Hoyt and arcsine distributions.
From-SVN: r192404
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog29
1 files changed, 29 insertions, 0 deletions
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 <paolo.carlini@oracle.com>
* include/bits/hashtable_policy.h: Revert libstdc++/53067 quick