gcc/libstdc++-v3/libsupc++
Benjamin Kosnik 4312e020f1 [multiple changes]
2008-01-18  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/*: To...
	* doc/*: ...here.
	* testsuite/Makefile.am: Move doc-performance to...
	* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
	* doc/Makefile.am: Consolidate documentation creation here.
	(doc-doxygen-html): New.
	(doc-doxygen-man): New.
	(doc-performance): New.
	* doc/Makefile.in: New.
	* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
	* doc/doxygen/guide.html: Edit for unified html configuration.
	* doc/doxygen/mainpage.html: Same.
	* doc/doxygen/run_doxygen: Same, more namespace fixups for man
	generation.
	* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
	
	* include/tr1_impl/random: Remove maint from doxygen markup.
	* include/tr1_impl/functional: Same.
	* include/std/tuple: Same.
	* include/std/streambuf: Same.
	* include/std/bitset: Same.
	* include/std/limits: Same.
	* include/std/fstream: Same.
	* include/std/istream: Same.
	* include/std/sstream: Same.
	* include/ext/pool_allocator.h: Same.
	* include/ext/rc_string_base.h: Same.
	* include/bits/basic_ios.h: Same.
	* include/bits/stl_list.h: Same.
	* include/bits/stl_map.h: Same.
	* include/bits/locale_classes.h: Same.
	* include/bits/stl_set.h: Same.
	* include/bits/stl_iterator_base_types.h: Same.
	* include/bits/basic_string.h: Same.
	* include/bits/stl_multimap.h: Same.
	* include/bits/stl_vector.h: Same.
	* include/bits/ios_base.h: Same.
	* include/bits/stl_deque.h: Same.
	* include/bits/postypes.h: Same.
	* include/bits/stl_multiset.h: Same.
	* include/bits/stl_algo.h: Same.
	* include/bits/stl_iterator.h: Same.
	* include/bits/stl_tempbuf.h: Same.
	* include/bits/stl_construct.h: Same.
	* include/bits/stl_relops.h: Same.
	* include/tr1/tuple: Same.
	* include/backward/auto_ptr.h: Same.

	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
	Fixups for line number changes.	
	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/
	constructor_1_neg.cc: Same.
	* testsuite/23_containers/list/requirements/dr438/
	constructor_2_neg.cc: Same.
	* testsuite/20_util/auto_ptr/assign_neg.cc: Same.

	* aclocal.m4: Regenerate.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* src/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* libmath/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

	* scripts/make_graphs.py: Correct paths for new layout.
	
2008-01-17  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
	* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
	* configure: Regenerate.
	* aclocal.m4: Regenerate.

From-SVN: r131625
2008-01-18 08:16:51 +00:00
..
Makefile.am cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00
Makefile.in [multiple changes] 2008-01-18 08:16:51 +00:00
array_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
atexit_arm.cc atexit_arm.cc: New file. 2007-05-04 17:42:49 +00:00
bad_cast.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
bad_typeid.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
cxxabi-forced.h cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00
cxxabi.h cxxabi.h (_GLIBCXX_NOTHROW): New macro. 2007-05-09 05:21:36 +00:00
del_op.cc cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std members. 2007-04-11 01:11:56 +00:00
del_opnt.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
del_opv.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
del_opvnt.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
dyncast.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
eh_alloc.cc eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using `&array[0][0]' notation, use `array'. 2007-02-01 15:04:34 +11:00
eh_arm.cc eh_arm.cc (__cxa_type_match): Handle foreign exceptions. 2007-06-13 19:31:58 +00:00
eh_aux_runtime.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
eh_call.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
eh_catch.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
eh_exception.cc re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL)) 2007-05-07 17:27:54 -04:00
eh_globals.cc eh_globals.cc (__cxxabiv1::__cxa_get_globals): Initialize propagatingExceptions if __ARM_EABI_UNWINDER__. 2006-11-13 13:28:28 +00:00
eh_personality.cc re PR c++/34152 (Erratic behaviour: Exception translation (throw from signal handlers)) 2008-01-06 21:25:57 +01:00
eh_term_handler.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
eh_terminate.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
eh_throw.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
eh_type.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
eh_unex_handler.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
enum_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
exception throw_allocator.h: Fixes for -fno-exceptions. 2007-06-26 11:01:15 +00:00
exception_defines.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
function_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
fundamental_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
guard.cc configure.ac (--enable-linux-futex): Add new configure option. 2008-01-08 17:14:49 +01:00
new throw_allocator.h: Fixes for -fno-exceptions. 2007-06-26 11:01:15 +00:00
new_handler.cc re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened) 2007-02-01 13:36:51 +00:00
new_op.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
new_opnt.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
new_opv.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
new_opvnt.cc del_op.cc: Include c++config.h first. 2005-11-22 00:19:07 +00:00
pbase_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pmem_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pointer_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pure.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
si_class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo.h array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo2.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
typeinfo re PR libstdc++/33678 (__do_catch, __do_upcast ABI change) 2007-10-06 23:40:32 +00:00
unwind-cxx.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
vec.cc atexit_arm.cc: New file. 2007-05-04 17:42:49 +00:00
vmi_class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
vterminate.cc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00