OSDN Git Service

* Make-lang.in: Change copyright header to refer to version 3 of the GNU
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index a020f99..55f64a7 100644 (file)
@@ -1,3 +1,155 @@
+2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
+
+       * testsuite/abi/demangle/cxx0x/rref.cc: New.
+
+2007-08-29  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR,
+       ENOSTR, ETIME for freebsd.      
+       * configure: Regenerate.
+       * include/std/system_error: Guard.      
+       * testsuite/19_diagnostics/headers/system_error/
+       types_std_c++0x.cc: Same.
+       * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust
+       line numbers.
+
+2007-08-28  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/33128
+       * include/tr1_impl/random (uniform_int<>::_M_call): Deal with
+       __urng() returning negative values.
+       * testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc:
+       New.
+
+2007-08-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4: Fix duplicate variable names.
+       * configure: Regenerate.
+
+2007-08-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO
+       for netbsd.
+       * configure: Regenerate.
+       * include/std/system_error: Guard.      
+       * testsuite/19_diagnostics/headers/system_error/
+       types_std_c++0x.cc: Same.
+       * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust
+       line numbers.
+
+2007-08-23  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/std/system_error: New file.
+       * src/system_error.cc: New file.
+       * src/Makefile.am (sources): Add.
+       * src/Makefile.in: Regenerate.  
+       * include/Makefile.am (std_headers): Add system_error.
+       * include/Makefile.in: Regenerate.
+       * acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): New.
+       * configure.ac: Call it.
+       * config.h.in: Regenerate.
+       * include/bits/functional_hash.h: Add hash<error_code>.
+       * include/std/ostream: Add inserters for error_code.
+       
+       * docs/doxygen/user.cfg.in: Add system_error.
+
+       * config/abi/pre/gnu.ver(GLIBCXX_3.4.10): Add new symbols.
+
+       * testsuite/19_diagnostics/error_code: New.
+       * testsuite/19_diagnostics/error_code/cons: Same.
+       * testsuite/19_diagnostics/error_code/cons/1.cc: Same.
+       * testsuite/19_diagnostics/error_code/operators: Same.
+       * testsuite/19_diagnostics/error_code/operators/bool.cc: Same.
+       * testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Same.
+       * testsuite/19_diagnostics/error_code/operators/equal.cc: Same.
+       * testsuite/19_diagnostics/error_code/operators/not_equal.cc: Same.
+       * testsuite/19_diagnostics/error_category: Same.
+       * testsuite/19_diagnostics/error_category/cons: Same.
+       * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Same.
+       * testsuite/19_diagnostics/error_category/cons/default.cc: Same.
+       * testsuite/19_diagnostics/error_category/operators: Same.
+       * testsuite/19_diagnostics/error_category/operators/equal.cc: Same.
+       * testsuite/19_diagnostics/error_category/operators/not_equal.cc: Same.
+       * testsuite/19_diagnostics/headers/system_error: Same.
+       * testsuite/19_diagnostics/headers/system_error/
+       types_std_c++0x.cc: Same.
+       * testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc: Same.
+       * testsuite/19_diagnostics/system_error: Same.
+       * testsuite/19_diagnostics/system_error/
+       cons_virtual_derivation.cc: Same.
+       * testsuite/19_diagnostics/system_error/cons-1.cc: Same.
+       * testsuite/19_diagnostics/system_error/what-1.cc: Same.
+       * testsuite/19_diagnostics/system_error/what-2.cc: Same.
+       * testsuite/19_diagnostics/system_error/what-big.cc: Same.
+       * testsuite/19_diagnostics/system_error/what-3.cc: Same.
+       * testsuite/19_diagnostics/system_error/what-4.cc: Same.
+       * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
+       error_code.cc: Same.
+       * testsuite/27_io/basic_ostream/inserters_other/char/
+       error_code.cc: Same.
+       * testsuite/tr1/6_containers/hash/operators: New.
+       * testsuite/tr1/6_containers/hash/operators/size_t.cc: Same.
+       
+       * testsuite/23_containers/hash: Move...
+       * testsuite/20_util/hash: ... here.
+       * testsuite/20_util/hash/operators: New.
+       * testsuite/20_util/hash/operators/size_t.cc: New.
+
+       * testsuite/20_util/function_objects/bad_function_call: Move...
+       * testsuite/20_util/bad_function_call: ...here.
+       
+2007-08-21  Benjamin Kosnik  <bkoz@montsouris.artheist.org>
+
+       * include/Makefile.am (install-data-local): Remove pch-install rules.
+       (host_headers): Add stdc++.h, stdtr1c++.h, extc++.h.
+       * include/Makefile.in: Regenerate.
+       * config.h.in: Same.
+
+       * scripts/check_compile: Remove space between outputs.  
+       * include/ext/throw_allocator.h: Correct doxygen markup.        
+       * include/bits/char_traits.h: Correct spacing.
+       * include/bits/stl_function.h: Same, for 80 column.
+       * include/std/valarray: Same.
+       * testsuite/util/testsuite_iterators.h: Same.   
+       * testsuite/25_algorithms/headers/algorithm/synopsis.cc: Format.
+       
+2007-08-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR testsuite/31884
+       * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc (main): Do
+       not access deleted nodes.
+
+       * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc,
+       testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc,
+       testsuite/27_io/basic_filebuf/open/char/4.cc,
+       testsuite/27_io/objects/char/9.cc: Use dg-require-fileio.
+       * testsuite/ext/forced_exception_error/cons_virtual_derivation.cc,
+       testsuite/ext/pb_ds/regression/hash_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/trie_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/priority_queue_rand.cc,
+       testsuite/ext/pb_ds/regression/tree_data_map_rand.cc,
+       testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc,
+       testsuite/ext/throw_allocator/deallocate_global.cc,
+       testsuite/ext/throw_allocator/check_delete.cc,
+       testsuite/ext/throw_allocator/check_allocate_max_size.cc,
+       testsuite/ext/throw_allocator/check_deallocate_null.cc,
+       testsuite/ext/throw_allocator/check_new.cc,
+       testsuite/ext/throw_allocator/deallocate_local.cc,
+       testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/
+       cons/gen1.cc,
+       testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/
+       gen1.cc,
+       testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/
+       gen1.cc,
+       testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/
+       gen1.cc,
+       testsuite/23_containers/list/modifiers/insert/25288.cc: Use
+       dg-require-time.
+
 2007-08-17  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust