r129264 - in /trunk/libstdc++-v3: ChangeLog doc...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Fri Oct 12 16:11:00 GMT 2007


Author: bkoz
Date: Fri Oct 12 16:11:41 2007
New Revision: 129264

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129264
Log:
2007-10-12  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/doxygen/user.cfg.in: Scan tr1_impl/hashtable.
	* include/tr1_impl/hashtable: Correct comment.

	* include/ext/hash_map: Remove extraneous public markers.
	* include/ext/hash_set: Same.

	* testsuite/25_algorithms/headers/parallel_algorithm.cc: Move
	inside algorithm directory.	
	* testsuite/25_algorithms/headers/algorithm_parallel_mode.cc: Same.
	* testsuite/25_algorithms/headers/parallel_algorithm_mixed1.cc: Same.
	* testsuite/25_algorithms/headers/parallel_algorithm_mixed2.cc: Same.
	* testsuite/25_algorithms/headers/algorithm/parallel_algorithm.cc:
	To this.	
	* testsuite/25_algorithms/headers/algorithm/
	algorithm_parallel_mode.cc: Same.
	* testsuite/25_algorithms/headers/algorithm/
	parallel_algorithm_mixed1.cc: Same.
	* testsuite/25_algorithms/headers/algorithm/
	parallel_algorithm_mixed2.cc: Same.

	* testsuite/21_strings/basic_string/requirements/
	explicit_instantiation/debug.cc: Remove exception text.
	
	* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
	Fix for debug mode testing.	
	* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
	

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/algorithm_parallel_mode.cc
      - copied unchanged from r129245, trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm_parallel_mode.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm.cc
      - copied unchanged from r129245, trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed1.cc
      - copied unchanged from r129245, trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm_mixed1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed2.cc
      - copied unchanged from r129245, trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm_mixed2.cc
Removed:
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm_parallel_mode.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm_mixed1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/parallel_algorithm_mixed2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/docs/doxygen/user.cfg.in
    trunk/libstdc++-v3/include/ext/hash_map
    trunk/libstdc++-v3/include/ext/hash_set
    trunk/libstdc++-v3/include/tr1_impl/hashtable
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/debug.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc



More information about the Libstdc++-cvs mailing list