aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2006-08-22 18:15:22 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2006-08-22 18:15:22 +0000
commit6d3c5221567ee9a9a75ef9388ebfa42b9bb566f6 (patch)
tree2bfb93b9b4d7b5d403256a5457feb96f6e6739d3
parent9aa53350c3ba103d6728b2ecd160f41aebb6f68a (diff)
downloadgcc-6d3c5221567ee9a9a75ef9388ebfa42b9bb566f6.zip
gcc-6d3c5221567ee9a9a75ef9388ebfa42b9bb566f6.tar.gz
gcc-6d3c5221567ee9a9a75ef9388ebfa42b9bb566f6.tar.bz2
2006-08-22 Paolo Carlini <pcarlini@suse.de>
* Fix/complete last ChangeLog entry. From-SVN: r116328
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b3fac3e..8fcab06 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,6 +1,6 @@
2006-08-22 Paolo Carlini <pcarlini@suse.de>
- * include/tr1/random (class subtract_with_carry_01): Add.
+ * include/tr1/random (class subtract_with_carry_01<>): Add.
* include/tr1/random.tcc (subtract_with_carry_01<>::
seed(unsigned long), subtract_with_carry_01<>::
seed(_Gen&, false_type), subtract_with_carry_01<>::
@@ -30,9 +30,9 @@
* docs/html/ext/howto.html: Add two implemented TR1 issues.
- * include/tr1/random.tcc (struct _To_Unsigned_Type): Move...
+ * include/tr1/random.tcc (struct _To_Unsigned_Type<>): Move...
* include/tr1/random: ... here.
- (class subtract_with_carry): Use it everywhere.
+ (class subtract_with_carry<>): Use it everywhere.
* testsuite/tr1/5_numerical_facilities/random/
subtract_with_carry/cons/seed1.cc: Qualify 1 as 1UL.
@@ -51,6 +51,9 @@
* testsuite/tr1/5_numerical_facilities/random/
subtract_with_carry/operators/serialize.cc: Likewise.
+ * include/tr1/random (class binomial_distribution<>): Reorder the
+ data members to save space.
+
2006-08-20 Paolo Carlini <pcarlini@suse.de>
* include/tr1/random (gamma_distribution<>::_M_initialize,