r119400 - in /branches/gcc-4_2-branch/libstdc++...
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Fri Dec 1 12:56:00 GMT 2006
Author: bkoz
Date: Fri Dec 1 12:56:23 2006
New Revision: 119400
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119400
Log:
2006-11-29 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/throw_allocator.h: Consistent @file markup.
* include/ext/type_traits.h: Same.
* include/debug/hash_map: Same.
* include/debug/hash_multimap.h: Same.
* include/debug/set.h: Same.
* include/debug/hash_set.h: Same.
* include/debug/formatter.h: Same.
* include/debug/bitset: Same.
* include/debug/set: Same.
* include/debug/multiset.h: Same.
* include/debug/safe_sequence.h: Same.
* include/debug/hash_set: Same.
* include/debug/functions.h: Same.
* include/debug/safe_base.h: Same.
* include/debug/hash_multiset.h: Same.
* include/debug/safe_iterator.tcc: Same.
* include/debug/vector: Same.
* include/debug/map.h: Same.
* include/debug/deque: Same.
* include/debug/hash_map.h: Same.
* include/debug/string: Same.
* include/debug/macros.h: Same.
* include/debug/list: Same.
* include/debug/debug.h: Same.
* include/debug/map: Same.
* include/debug/safe_iterator.h: Same.
* include/debug/multimap.h: Same.
* config/cpu/generic/atomicity_mutex/atomicity.h: Same.
* config/cpu/generic/atomicity_builtins/atomicity.h: Same.
* config/cpu/generic/atomic_word.h: Same.
* include/tr1/memory: Same.
* include/tr1/random: Same.
* include/std/std_queue.h: Same.
* include/std/std_iterator.h: Same.
* include/std/std_bitset.h: Same.
* include/std/std_set.h: Same.
* include/std/std_vector.h: Same.
* include/std/std_deque.h: Same.
* include/std/std_utility.h: Same.
* include/std/std_stack.h: Same.
* include/std/std_string.h: Same.
* include/std/std_list.h: Same.
* include/std/std_map.h: Same.
* libsupc++/typeinfo: Same.
* libsupc++/exception: Same.
* libsupc++/exception_defines.h: Same.
* libsupc++/new: Same.
* include/ext/bitmap_allocator.h: Change namespace __balloc to
__detail.
* src/bitmap_allocator.cc: Same.
* include/bits/cpp_type_traits.h: Change __true_type and
__false_type from global to namespace std scope.
* include/ext/slist: Same.
* include/ext/vstring.h: Same.
* include/ext/vstring.tcc: Same.
* include/ext/rc_string_base.h: Same.
* include/ext/sso_string_base.h: Same.
* include/bits/codecvt.h: Adjust markup so that correct namespace
scope information is in all files.
* include/bits/locale_facets.h: Same. Include ctype_base directly.
* config/os/windiss/ctype_base.h: Add in namespace markup.
* config/os/newlib/ctype_base.h: Same.
* config/os/aix/ctype_base.h: Same.
* config/os/vxworks/ctype_base.h: Same.
* config/os/hpux/ctype_base.h: Same.
* config/os/mingw32/ctype_base.h: Same.
* config/os/gnu-linux/ctype_base.h: Same.
* config/os/tpf/ctype_base.h: Same.
* config/os/uclibc/ctype_base.h: Same.
* config/os/djgpp/ctype_base.h: Same.
* config/os/qnx/qnx6.1/ctype_base.h: Same.
* config/os/bsd/netbsd/ctype_base.h: Same.
* config/os/bsd/darwin/ctype_base.h: Same.
* config/os/bsd/freebsd/ctype_base.h: Same.
* config/os/irix/irix5.2/ctype_base.h: Same.
* config/os/irix/irix6.5/ctype_base.h: Same.
* config/os/solaris/solaris2.5/ctype_base.h: Same.
* config/os/solaris/solaris2.6/ctype_base.h: Same.
* config/os/solaris/solaris2.7/ctype_base.h: Same.
* config/os/generic/ctype_base.h: Same.
* include/tr1/mu_iterate.h: Same.
* include/tr1/tuple: Same.
* include/tr1/tuple_iterate.h: Same.
* include/tr1/tuple_defs.h: Same.
* include/tr1/random.tcc: Same.
* include/tr1/functional: Same.
* include/tr1/functional_iterate.h: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Line
number changes.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* docs/doxygen/user.cfg.in: Update to doxygen 1.5.1.
* docs/html/17_intro/license.html: Updated info for generated docs.
* docs/doxygen/guide.html: Adjust.
* docs/doxygen/run_doxygen: Adjust.
* docs/doxygen/mainpage.html: Same.
* docs/doxygen/doxygroups.cc: Same.
* docs/doxygen/Intro.3: Same.
* docs/doxygen/tables.html: Same.
Modified:
branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
branches/gcc-4_2-branch/libstdc++-v3/config/cpu/generic/atomic_word.h
branches/gcc-4_2-branch/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h
branches/gcc-4_2-branch/libstdc++-v3/config/cpu/generic/atomicity_mutex/atomicity.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/aix/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/bsd/darwin/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/djgpp/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/generic/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/gnu-linux/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/hpux/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/irix/irix5.2/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/irix/irix6.5/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/mingw32/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/newlib/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/qnx/qnx6.1/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/solaris/solaris2.5/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/solaris/solaris2.6/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/solaris/solaris2.7/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/tpf/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/uclibc/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/vxworks/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/config/os/windiss/ctype_base.h
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/Intro.3
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/doxygroups.cc
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/guide.html
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/mainpage.html
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/run_doxygen
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/tables.html
branches/gcc-4_2-branch/libstdc++-v3/docs/doxygen/user.cfg.in
branches/gcc-4_2-branch/libstdc++-v3/docs/html/17_intro/license.html
branches/gcc-4_2-branch/libstdc++-v3/include/bits/codecvt.h
branches/gcc-4_2-branch/libstdc++-v3/include/bits/cpp_type_traits.h
branches/gcc-4_2-branch/libstdc++-v3/include/bits/locale_facets.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/bitset
branches/gcc-4_2-branch/libstdc++-v3/include/debug/debug.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/deque
branches/gcc-4_2-branch/libstdc++-v3/include/debug/formatter.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/functions.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_map
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_map.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_multimap.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_multiset.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_set
branches/gcc-4_2-branch/libstdc++-v3/include/debug/hash_set.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/list
branches/gcc-4_2-branch/libstdc++-v3/include/debug/macros.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/map
branches/gcc-4_2-branch/libstdc++-v3/include/debug/map.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/multimap.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/multiset.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/safe_base.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/safe_iterator.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/safe_iterator.tcc
branches/gcc-4_2-branch/libstdc++-v3/include/debug/safe_sequence.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/set
branches/gcc-4_2-branch/libstdc++-v3/include/debug/set.h
branches/gcc-4_2-branch/libstdc++-v3/include/debug/string
branches/gcc-4_2-branch/libstdc++-v3/include/debug/vector
branches/gcc-4_2-branch/libstdc++-v3/include/ext/bitmap_allocator.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/rc_string_base.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/slist
branches/gcc-4_2-branch/libstdc++-v3/include/ext/sso_string_base.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/throw_allocator.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/type_traits.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/vstring.h
branches/gcc-4_2-branch/libstdc++-v3/include/ext/vstring.tcc
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_bitset.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_deque.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_iterator.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_list.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_map.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_queue.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_set.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_stack.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_string.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_utility.h
branches/gcc-4_2-branch/libstdc++-v3/include/std/std_vector.h
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/functional
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/functional_iterate.h
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/memory
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/mu_iterate.h
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/random
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/random.tcc
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/tuple
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/tuple_defs.h
branches/gcc-4_2-branch/libstdc++-v3/include/tr1/tuple_iterate.h
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/exception
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/exception_defines.h
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/new
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/typeinfo
branches/gcc-4_2-branch/libstdc++-v3/src/bitmap_allocator.cc
branches/gcc-4_2-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
branches/gcc-4_2-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
branches/gcc-4_2-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
branches/gcc-4_2-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
More information about the Libstdc++-cvs
mailing list