projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5216d
)
2008-07-09 Paolo Carlini <paolo.carlini@oracle.com>
author
Paolo Carlini
<paolo@gcc.gnu.org>
Wed, 9 Jul 2008 15:53:31 +0000
(15:53 +0000)
committer
Paolo Carlini
<paolo@gcc.gnu.org>
Wed, 9 Jul 2008 15:53:31 +0000
(15:53 +0000)
* Adjust ChangeLog.
From-SVN: r137662
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index da30a6a741e72423a4a47d4658869ee540ab2525..1d8f54b724a2b3c3fd85d28b99aa4c63f2e1743e 100644
(file)
--- a/
libstdc++-v3/ChangeLog
+++ b/
libstdc++-v3/ChangeLog
@@
-1,3
+1,11
@@
+2008-07-09 Johannes Singler <singler@ira.uka.de>
+
+ PR libstdc++/36729
+ * include/parallel/random_shuffle.h:
+ (sequential_random_shuffle) Copy data back.
+ * testsuite/25_algorithms/random_shuffle/1.cc:
+ New. Generic random_shuffle functionality test.
+
2008-07-08 Chris Fairles <chris.fairles@gmail.com>
* include/std/type_traits: Add common_type.