From 3ab10c81bb5dadcf917be14f199993f69a142022 Mon Sep 17 00:00:00 2001 From: bkoz Date: Sat, 21 Feb 2009 03:56:21 +0000 Subject: [PATCH] 2009-02-20 Benjamin Kosnik * testsuite/30_threads/thread/this_thread: Move... * testsuite/30_threads/this_thread: ...here. * testsuite/20_util/unique_ptr/assign/assign.cc: Move... * testsuite/20_util/unique_ptr/assign/assign_neg.cc: ...here. * testsuite/20_util/ratio/cons/cons_overflow.cc: Move... * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: ...here. * testsuite/20_util/ratio/operations/ops_overflow.cc: Move... * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: ...here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144346 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 11 +++++++++++ .../ratio/cons/{cons_overflow.cc => cons_overflow_neg.cc} | 0 .../ratio/operations/{ops_overflow.cc => ops_overflow_neg.cc} | 0 .../20_util/unique_ptr/assign/{assign.cc => assign_neg.cc} | 0 .../testsuite/30_threads/{thread => }/this_thread/1.cc | 0 .../testsuite/30_threads/{thread => }/this_thread/2.cc | 0 .../testsuite/30_threads/{thread => }/this_thread/3.cc | 0 .../testsuite/30_threads/{thread => }/this_thread/4.cc | 0 8 files changed, 11 insertions(+) rename libstdc++-v3/testsuite/20_util/ratio/cons/{cons_overflow.cc => cons_overflow_neg.cc} (100%) rename libstdc++-v3/testsuite/20_util/ratio/operations/{ops_overflow.cc => ops_overflow_neg.cc} (100%) rename libstdc++-v3/testsuite/20_util/unique_ptr/assign/{assign.cc => assign_neg.cc} (100%) rename libstdc++-v3/testsuite/30_threads/{thread => }/this_thread/1.cc (100%) rename libstdc++-v3/testsuite/30_threads/{thread => }/this_thread/2.cc (100%) rename libstdc++-v3/testsuite/30_threads/{thread => }/this_thread/3.cc (100%) rename libstdc++-v3/testsuite/30_threads/{thread => }/this_thread/4.cc (100%) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dbd4a0aa494..fd8bf05c784 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,16 @@ 2009-02-20 Benjamin Kosnik + * testsuite/30_threads/thread/this_thread: Move... + * testsuite/30_threads/this_thread: ...here. + * testsuite/20_util/unique_ptr/assign/assign.cc: Move... + * testsuite/20_util/unique_ptr/assign/assign_neg.cc: ...here. + * testsuite/20_util/ratio/cons/cons_overflow.cc: Move... + * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: ...here. + * testsuite/20_util/ratio/operations/ops_overflow.cc: Move... + * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: ...here. + +2009-02-20 Benjamin Kosnik + * doc/doxygen/user.cfg.in: Tweaks. * doc/doxygen/doxygroups.cc: Prefer markup that can be elsewhere, be elsewhere. diff --git a/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow.cc b/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc similarity index 100% rename from libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow.cc rename to libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc diff --git a/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc similarity index 100% rename from libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow.cc rename to libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc diff --git a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc similarity index 100% rename from libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign.cc rename to libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc diff --git a/libstdc++-v3/testsuite/30_threads/thread/this_thread/1.cc b/libstdc++-v3/testsuite/30_threads/this_thread/1.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/thread/this_thread/1.cc rename to libstdc++-v3/testsuite/30_threads/this_thread/1.cc diff --git a/libstdc++-v3/testsuite/30_threads/thread/this_thread/2.cc b/libstdc++-v3/testsuite/30_threads/this_thread/2.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/thread/this_thread/2.cc rename to libstdc++-v3/testsuite/30_threads/this_thread/2.cc diff --git a/libstdc++-v3/testsuite/30_threads/thread/this_thread/3.cc b/libstdc++-v3/testsuite/30_threads/this_thread/3.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/thread/this_thread/3.cc rename to libstdc++-v3/testsuite/30_threads/this_thread/3.cc diff --git a/libstdc++-v3/testsuite/30_threads/thread/this_thread/4.cc b/libstdc++-v3/testsuite/30_threads/this_thread/4.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/thread/this_thread/4.cc rename to libstdc++-v3/testsuite/30_threads/this_thread/4.cc -- 2.11.0