diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fd16bb44dd04c999a75b892aa3b008c9e5185f17..e6de196160e2ff70bfda34f0e22586baaf18f91d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,205 @@ +2006-12-05 Benjamin Kosnik <bkoz@redhat.com> + + * include/bits/localefwd.h: Consistent @file placement, use + include/ as part of the path for files that have shadows instead of no + name. + * include/bits/valarray_after.h: Same. + * include/bits/gslice_array.h: Same. + * include/bits/gslice.h: Same. + * include/bits/locale_classes.h: Same. + * include/bits/locale_facets.h: Same. + * include/bits/indirect_array.h: Same. + * include/bits/basic_string.h: Same. + * include/bits/ios_base.h: Same. + * include/bits/postypes.h: Same. + * include/bits/codecvt.h: Same. + * include/bits/mask_array.h: Same. + * include/bits/slice_array.h: Same. + * include/bits/boost_concept_check.h: Same. + * include/bits/char_traits.h: Same. + * include/bits/stringfwd.h: Same. + * include/bits/c++config: Same. + * include/bits/valarray_array.h: Same. + * include/bits/valarray_before.h: Same. + * include/bits/cpp_type_traits.h: Same. + * include/c/std_cerrno.h: Same. + * include/precompiled/extc++.h: Same. + * include/precompiled/stdtr1c++.h: Same. + * include/precompiled/stdc++.h: Same. + * include/tr1/cinttypes: Same. + * include/tr1/fenv.h: Same. + * include/tr1/mu_iterate.h: Same. + * include/tr1/cstdio: Same. + * include/tr1/limits.h: Same. + * include/tr1/ctgmath: Same. + * include/tr1/cstdarg: Same. + * include/tr1/tuple: Same. + * include/tr1/float.h: Same. + * include/tr1/stdint.h: Same. + * include/tr1/tuple_iterate.h: Same. + * include/tr1/type_traits_fwd.h: Same. + * include/tr1/hashtable_policy.h: Same. + * include/tr1/cfenv: Same. + * include/tr1/wctype.h: Same. + * include/tr1/ref_fwd.h: Same. + * include/tr1/bind_repeat.h: Same. + * include/tr1/utility: Same. + * include/tr1/climits: Same. + * include/tr1/type_traits: Same. + * include/tr1/stdlib.h: Same. + * include/tr1/cwchar: Same. + * include/tr1/stdio.h: Same. + * include/tr1/ref_wrap_iterate.h: Same. + * include/tr1/cstdint: Same. + * include/tr1/memory: Same. + * include/tr1/cstdbool: Same. + * include/tr1/cwctype: Same. + * include/tr1/bind_iterate.h: Same. + * include/tr1/math.h: Same. + * include/tr1/random: Same. + * include/tr1/tuple_defs.h: Same. + * include/tr1/cstdlib: Same. + * include/tr1/unordered_map: Same. + * include/tr1/boost_shared_ptr.h: Same. + * include/tr1/cctype: Same. + * include/tr1/random.tcc: Same. + * include/tr1/wchar.h: Same. + * include/tr1/hashtable: Same. + * include/tr1/cmath: Same. + * include/tr1/stdbool.h: Same. + * include/tr1/ctime: Same. + * include/tr1/functional: Same. + * include/tr1/unordered_set: Same. + * include/tr1/inttypes.h: Same. + * include/tr1/functional_iterate.h: Same. + * include/tr1/repeat.h: Same. + * include/tr1/complex: Same. + * include/tr1/cfloat: Same. + * include/tr1/ctype.h: Same. + * include/tr1/stdarg.h: Same. + * include/tr1/tgmath.h: Same. + * include/tr1/array: Same. + * include/tr1/common.h: Same. + * include/std/std_valarray.h: Same. + * include/std/std_iostream.h: Same. + * include/std/std_queue.h: Same. + * include/std/std_algorithm.h: Same. + * include/std/std_streambuf.h: Same. + * include/std/std_iterator.h: Same. + * include/std/std_ios.h: Same. + * include/std/std_bitset.h: Same. + * include/std/std_iosfwd.h: Same. + * include/std/std_set.h: Same. + * include/std/std_iomanip.h: Same. + * include/std/std_fstream.h: Same. + * include/std/std_functional.h: Same. + * include/std/std_numeric.h: Same. + * include/std/std_vector.h: Same. + * include/std/std_deque.h: Same. + * include/std/std_stdexcept.h: Same. + * include/std/std_utility.h: Same. + * include/std/std_stack.h: Same. + * include/std/std_string.h: Same. + * include/std/std_complex.h: Same. + * include/std/std_memory.h: Same. + * include/std/std_ostream.h: Same. + * include/std/std_list.h: Same. + * include/std/std_map.h: Same. + * include/std/std_sstream.h: Same. + * include/c_std/std_csignal.h: Same. + * include/c_std/std_cstdlib.h: Same. + * include/c_std/std_cstdio.h: Same. + * include/c_std/std_cstdarg.h: Same. + * include/c_std/std_cctype.h: Same. + * include/c_std/std_cerrno.h: Same. + * include/c_std/std_cmath.h: Same. + * include/c_std/std_ctime.h: Same. + * include/c_std/std_clocale.h: Same. + * include/c_std/std_climits.h: Same. + * include/c_std/std_cassert.h: Same. + * include/c_std/cmath.tcc + * include/c_std/std_csetjmp.h: Same. + * include/c_std/std_cwchar.h: Same. + * include/c_std/std_cfloat.h: Same. + * include/c_std/std_cstring.h: Same. + * include/c_std/std_cstddef.h: Same. + * include/c_std/std_cwctype.h: Same. + + * config/locale/gnu/c_locale.h: Namespace scope in all files. + * config/locale/gnu/messages_members.h: Same. + * config/locale/gnu/c++locale_internal.h: Same. + * config/locale/gnu/time_members.h: Same. + * config/locale/ieee_1003.1-2001/c_locale.h: Same. + * config/locale/ieee_1003.1-2001/messages_members.h: Same. + * config/locale/generic/c_locale.h: Same. + * config/locale/generic/messages_members.h: Same. + * config/locale/generic/time_members.h: Same. + * config/allocator/mt_allocator_base.h: Same. + * config/allocator/malloc_allocator_base.h: Same. + * config/allocator/new_allocator_base.h: Same. + * config/allocator/pool_allocator_base.h: Same. + * config/allocator/bitmap_allocator_base.h: Same. + * config/os/windiss/ctype_noninline.h: Same. + * config/os/windiss/os_defines.h: Same. + * config/os/windiss/ctype_inline.h: Same. + * config/os/newlib/ctype_noninline.h: Same. + * config/os/newlib/os_defines.h: Same. + * config/os/newlib/ctype_inline.h: Same. + * config/os/aix/ctype_noninline.h: Same. + * config/os/aix/os_defines.h: Same. + * config/os/aix/ctype_inline.h: Same. + * config/os/vxworks/ctype_noninline.h: Same. + * config/os/vxworks/os_defines.h: Same. + * config/os/vxworks/ctype_inline.h: Same. + * config/os/hpux/ctype_noninline.h: Same. + * config/os/hpux/os_defines.h: Same. + * config/os/hpux/ctype_inline.h: Same. + * config/os/mingw32/ctype_noninline.h: Same. + * config/os/mingw32/os_defines.h: Same. + * config/os/mingw32/ctype_inline.h: Same. + * config/os/gnu-linux/ctype_noninline.h: Same. + * config/os/gnu-linux/os_defines.h: Same. + * config/os/gnu-linux/ctype_inline.h: Same. + * config/os/tpf/ctype_noninline.h: Same. + * config/os/tpf/os_defines.h: Same. + * config/os/tpf/ctype_inline.h: Same. + * config/os/uclibc/ctype_noninline.h: Same. + * config/os/uclibc/os_defines.h: Same. + * config/os/uclibc/ctype_inline.h: Same. + * config/os/djgpp/ctype_noninline.h: Same. + * config/os/djgpp/os_defines.h: Same. + * config/os/djgpp/ctype_inline.h: Same. + * config/os/qnx/qnx6.1/ctype_noninline.h: Same. + * config/os/qnx/qnx6.1/ctype_inline.h: Same. + * config/os/bsd/netbsd/ctype_noninline.h: Same. + * config/os/bsd/netbsd/ctype_inline.h: Same. + * config/os/bsd/darwin/ctype_noninline.h: Same. + * config/os/bsd/darwin/ctype_inline.h: Same. + * config/os/bsd/freebsd/ctype_noninline.h: Same. + * config/os/bsd/freebsd/ctype_inline.h: Same. + * config/os/irix/irix5.2/ctype_noninline.h: Same. + * config/os/irix/irix5.2/ctype_inline.h: Same. + * config/os/irix/irix6.5/ctype_noninline.h: Same. + * config/os/irix/irix6.5/ctype_inline.h: Same. + * config/os/solaris/solaris2.5/ctype_noninline.h: Same. + * config/os/solaris/solaris2.5/ctype_inline.h: Same. + * config/os/solaris/solaris2.6/ctype_noninline.h: Same. + * config/os/solaris/solaris2.6/ctype_inline.h: Same. + * config/os/solaris/solaris2.7/ctype_noninline.h: Same. + * config/os/solaris/solaris2.7/ctype_inline.h: Same. + * config/os/generic/ctype_noninline.h: Same. + * config/os/generic/os_defines.h: Same. + * config/os/generic/ctype_inline.h: Same. + * config/cpu/arm/cxxabi_tweaks.h: Same. + * config/cpu/powerpc/cpu_defines.h: Same. + * config/cpu/generic/cxxabi_tweaks.h: Same. + * config/cpu/generic/cpu_defines.h: Same. + * config/cpu/generic/atomic_word.h: Same. + * config/io/c_io_stdio.h: Same. + * config/abi/compatibility.h: Same. + + * docs/doxygen/user.cfg.in: Adjust file list. + 2006-12-05 Paolo Carlini <pcarlini@suse.de> DR 543, [Ready]. diff --git a/libstdc++-v3/config/abi/compatibility.h b/libstdc++-v3/config/abi/compatibility.h index 51a8acf26e5e457a74e1d5aac29063b68905c02c..7b52850f579899e8f2d5e8b74947336340933d5a 100644 --- a/libstdc++-v3/config/abi/compatibility.h +++ b/libstdc++-v3/config/abi/compatibility.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file compatibility.h + * This is an internal header file, included by other library sources. + * You should not attempt to use it directly. + */ + // Switch for symbol version macro. #ifndef _GLIBCXX_APPLY_SYMVER #error must define _GLIBCXX_APPLY_SYMVER before including __FILE__ diff --git a/libstdc++-v3/config/allocator/bitmap_allocator_base.h b/libstdc++-v3/config/allocator/bitmap_allocator_base.h index 573b4547710e7730db91840ceaad7c586530a0fa..36727a9582a46c84363e6ac3bbe9fbb303c721b9 100644 --- a/libstdc++-v3/config/allocator/bitmap_allocator_base.h +++ b/libstdc++-v3/config/allocator/bitmap_allocator_base.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++allocator.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXX_ALLOCATOR_H #define _CXX_ALLOCATOR_H 1 diff --git a/libstdc++-v3/config/allocator/malloc_allocator_base.h b/libstdc++-v3/config/allocator/malloc_allocator_base.h index 028f4ad820dfe03958708b5cc893bd9914a793f9..f7ae65c8bd364070b8c6f72a5214629eb7461898 100644 --- a/libstdc++-v3/config/allocator/malloc_allocator_base.h +++ b/libstdc++-v3/config/allocator/malloc_allocator_base.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++allocator.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXX_ALLOCATOR_H #define _CXX_ALLOCATOR_H 1 diff --git a/libstdc++-v3/config/allocator/mt_allocator_base.h b/libstdc++-v3/config/allocator/mt_allocator_base.h index ade2a6209c56c4e2270b256e09f1f0e84ae51c2e..8af5d4bf03a07a716d6e10dadfc9bbdaf08dfe05 100644 --- a/libstdc++-v3/config/allocator/mt_allocator_base.h +++ b/libstdc++-v3/config/allocator/mt_allocator_base.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++allocator.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXX_ALLOCATOR_H #define _CXX_ALLOCATOR_H 1 diff --git a/libstdc++-v3/config/allocator/new_allocator_base.h b/libstdc++-v3/config/allocator/new_allocator_base.h index 47a0af1af980756c9b7af55651b1b2d380371050..571fdc309422b8108fd749042d65244aa5baaef9 100644 --- a/libstdc++-v3/config/allocator/new_allocator_base.h +++ b/libstdc++-v3/config/allocator/new_allocator_base.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++allocator.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXX_ALLOCATOR_H #define _CXX_ALLOCATOR_H 1 diff --git a/libstdc++-v3/config/allocator/pool_allocator_base.h b/libstdc++-v3/config/allocator/pool_allocator_base.h index da0f63bec8cefce17ddf46c207b379e159d2db2b..354bb85e3ba6dabbb72a8ea8bedcfbb70983bbb6 100644 --- a/libstdc++-v3/config/allocator/pool_allocator_base.h +++ b/libstdc++-v3/config/allocator/pool_allocator_base.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++allocator.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXX_ALLOCATOR_H #define _CXX_ALLOCATOR_H 1 diff --git a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h index f8a1820b7343dff62ccde4ba3a2324422538d3e9..e56c20067cada22b0b8cda34c52a182a6928c967 100644 --- a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h +++ b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file cxxabi_tweaks.h + * The header provides an CPU-variable interface to the C++ ABI. + */ + #ifndef _CXXABI_TWEAKS_H #define _CXXABI_TWEAKS_H 1 diff --git a/libstdc++-v3/config/cpu/generic/atomic_word.h b/libstdc++-v3/config/cpu/generic/atomic_word.h index 08c9077733e198e4f01f830fca13882d57da6d6a..33657332307ca8d16dbfb8760f69f75afaa25479 100644 --- a/libstdc++-v3/config/cpu/generic/atomic_word.h +++ b/libstdc++-v3/config/cpu/generic/atomic_word.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file ext/atomic_word.h +/** @file atomic_word.h * This file is a GNU extension to the Standard C++ Library. */ diff --git a/libstdc++-v3/config/cpu/generic/cpu_defines.h b/libstdc++-v3/config/cpu/generic/cpu_defines.h index 0fea9bd47cbc8417e4ee294d6aa68643367a6cc9..cf53469dca7b4063107d4b3adf57c0448c80bc76 100644 --- a/libstdc++-v3/config/cpu/generic/cpu_defines.h +++ b/libstdc++-v3/config/cpu/generic/cpu_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file cpu_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_CPU_DEFINES #define _GLIBCXX_CPU_DEFINES 1 diff --git a/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h index 4b1e7320851ccbb88be39094b4fed668cb5afae0..95fd3066c04e9a761b8044dfbc567ecca0d33438 100644 --- a/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h +++ b/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file cxxabi_tweaks.h + * The header provides an CPU-variable interface to the C++ ABI. + */ + #ifndef _CXXABI_TWEAKS_H #define _CXXABI_TWEAKS_H 1 diff --git a/libstdc++-v3/config/cpu/powerpc/cpu_defines.h b/libstdc++-v3/config/cpu/powerpc/cpu_defines.h index 95cc498f129eab02ce79ce80a427666828fa2e8d..4b6769a614ddd5299b85c728145fd1ae857d4ca8 100644 --- a/libstdc++-v3/config/cpu/powerpc/cpu_defines.h +++ b/libstdc++-v3/config/cpu/powerpc/cpu_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file cpu_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_CPU_DEFINES #define _GLIBCXX_CPU_DEFINES 1 diff --git a/libstdc++-v3/config/io/c_io_stdio.h b/libstdc++-v3/config/io/c_io_stdio.h index 96676b4051fd1e800002ecfb1448059c12dc26f6..69b82052ddad3568f22f19a344e7b58d0f14c461 100644 --- a/libstdc++-v3/config/io/c_io_stdio.h +++ b/libstdc++-v3/config/io/c_io_stdio.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++io.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // c_io_stdio.h - Defines for using "C" stdio.h #ifndef _C_IO_STDIO_H diff --git a/libstdc++-v3/config/locale/generic/c_locale.h b/libstdc++-v3/config/locale/generic/c_locale.h index d71af1d0a16883909d8860cca391ddf4d8f365bb..d180c205f1f5cf3d5f73043dc7a44c91788af398 100644 --- a/libstdc++-v3/config/locale/generic/c_locale.h +++ b/libstdc++-v3/config/locale/generic/c_locale.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++locale.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.8 Standard locale categories. // diff --git a/libstdc++-v3/config/locale/generic/messages_members.h b/libstdc++-v3/config/locale/generic/messages_members.h index 2fa173360d4b240cae9a7418fc823d82c91c07eb..40986886e8bb827c38d1699c1535377dfc867c93 100644 --- a/libstdc++-v3/config/locale/generic/messages_members.h +++ b/libstdc++-v3/config/locale/generic/messages_members.h @@ -27,12 +27,19 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file messages_members.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.7.1.2 messages virtual functions // // Written by Benjamin Kosnik <bkoz@redhat.com> +_GLIBCXX_BEGIN_NAMESPACE(std) + // Non-virtual member functions. template<typename _CharT> messages<_CharT>::messages(size_t __refs) @@ -82,3 +89,5 @@ this->_S_create_c_locale(this->_M_c_locale_messages, __s); } } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/locale/generic/time_members.h b/libstdc++-v3/config/locale/generic/time_members.h index b3112dc4e37d5d9a958f89d812e322ad87f56848..8c868c01495619963ba9914eeb8b7222060cdaaf 100644 --- a/libstdc++-v3/config/locale/generic/time_members.h +++ b/libstdc++-v3/config/locale/generic/time_members.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file time_members.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.5.1.2 - time_get functions // ISO C++ 14882: 22.2.5.3.2 - time_put functions @@ -34,6 +39,8 @@ // Written by Benjamin Kosnik <bkoz@redhat.com> +_GLIBCXX_BEGIN_NAMESPACE(std) + template<typename _CharT> __timepunct<_CharT>::__timepunct(size_t __refs) : facet(__refs), _M_data(NULL) @@ -77,3 +84,5 @@ delete _M_data; _S_destroy_c_locale(_M_c_locale_timepunct); } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/locale/gnu/c++locale_internal.h b/libstdc++-v3/config/locale/gnu/c++locale_internal.h index d9354eb527793ce924fa5ea4999e02e76825450d..0d6e9c2d4456f8f469ad3f3c36d69e70c8597d14 100644 --- a/libstdc++-v3/config/locale/gnu/c++locale_internal.h +++ b/libstdc++-v3/config/locale/gnu/c++locale_internal.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++locale_internal.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // Written by Jakub Jelinek <jakub@redhat.com> #include <bits/c++config.h> diff --git a/libstdc++-v3/config/locale/gnu/c_locale.h b/libstdc++-v3/config/locale/gnu/c_locale.h index c5a301f9aaa3666560728e093b3120d40124991c..f0b2b7dcaa2fac6ab82cb89d4b46a6217ff604f2 100644 --- a/libstdc++-v3/config/locale/gnu/c_locale.h +++ b/libstdc++-v3/config/locale/gnu/c_locale.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++locale.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.8 Standard locale categories. // diff --git a/libstdc++-v3/config/locale/gnu/messages_members.h b/libstdc++-v3/config/locale/gnu/messages_members.h index 5fb7a999da016af95e36334c4a74c3cac60dab25..31504e58bdc73d6e952825ca22948c03b66e3bad 100644 --- a/libstdc++-v3/config/locale/gnu/messages_members.h +++ b/libstdc++-v3/config/locale/gnu/messages_members.h @@ -27,12 +27,19 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file messages_members.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.7.1.2 messages functions // // Written by Benjamin Kosnik <bkoz@redhat.com> +_GLIBCXX_BEGIN_NAMESPACE(std) + // Non-virtual member functions. template<typename _CharT> messages<_CharT>::messages(size_t __refs) @@ -105,3 +112,5 @@ this->_S_create_c_locale(this->_M_c_locale_messages, __s); } } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/locale/gnu/time_members.h b/libstdc++-v3/config/locale/gnu/time_members.h index 7014630731e4757d1a38dc374aac4a76615fd641..b03aa57561d390da5c0a384393cf67df8a19a3cb 100644 --- a/libstdc++-v3/config/locale/gnu/time_members.h +++ b/libstdc++-v3/config/locale/gnu/time_members.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file time_members.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.5.1.2 - time_get functions // ISO C++ 14882: 22.2.5.3.2 - time_put functions @@ -34,6 +39,8 @@ // Written by Benjamin Kosnik <bkoz@redhat.com> +_GLIBCXX_BEGIN_NAMESPACE(std) + template<typename _CharT> __timepunct<_CharT>::__timepunct(size_t __refs) : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), @@ -74,3 +81,5 @@ delete _M_data; _S_destroy_c_locale(_M_c_locale_timepunct); } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h index af5dc31729e123f55fa5dba3778818670fab41d3..a10ad3eddeedef94973d4c192e21107efa960faa 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++locale.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.8 Standard locale categories. // diff --git a/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h index 685218a252b9c6c4d9413f53daa4c24d1f424aa5..be764f734d71d5ab9a443bd50110a4683e790e06 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h @@ -27,12 +27,19 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file messages_members.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.7.1.2 messages virtual functions // // Written by Benjamin Kosnik <bkoz@redhat.com> +_GLIBCXX_BEGIN_NAMESPACE(std) + // Non-virtual member functions. template<typename _CharT> typename messages<_CharT>::catalog @@ -67,4 +74,4 @@ messages<_CharT>::do_close(catalog __c) const { catclose(reinterpret_cast<nl_catd>(__c)); } - +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/aix/ctype_inline.h b/libstdc++-v3/config/os/aix/ctype_inline.h index 780d92e376fb2d87f35fc3398471e93886448957..de00a9edfdcb1b790b30abb8761324643c3e5d52 100644 --- a/libstdc++-v3/config/os/aix/ctype_inline.h +++ b/libstdc++-v3/config/os/aix/ctype_inline.h @@ -26,14 +26,21 @@ // the GNU General Public License. This exception does not however // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. + +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ // // ISO C++ 14882: 22.1 Locales // - + // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -66,11 +73,4 @@ return __low; } - - - - - - - - +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/aix/ctype_noninline.h b/libstdc++-v3/config/os/aix/ctype_noninline.h index 46e01a065448610b937058a2a10c68e29db7307e..1c789bcc186c12733de5c0876986dde7fd31c6b7 100644 --- a/libstdc++-v3/config/os/aix/ctype_noninline.h +++ b/libstdc++-v3/config/os/aix/ctype_noninline.h @@ -27,10 +27,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // - + // Information as gleaned from /usr/include/ctype.h const ctype_base::mask* diff --git a/libstdc++-v3/config/os/aix/os_defines.h b/libstdc++-v3/config/os/aix/os_defines.h index c2be9f1b46f90124018cf87732a959eb909d7f6d..8f1f8138ab6508ab48f778c845ca3f0727a40609 100644 --- a/libstdc++-v3/config/os/aix/os_defines.h +++ b/libstdc++-v3/config/os/aix/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES diff --git a/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h b/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h index 9d1694dc2d3132dec1e379381ce3a3674b45a481..1fcb3ab32b077758ee151ee6973bc0395d38e034 100644 --- a/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -141,3 +148,5 @@ return __lo; } #endif + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h b/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h index 0eb91d068670e50f5cf3c975de28181e3a7e9825..f7dd5334e6114bcfd4393a269c034154e78c3fd4 100644 --- a/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h +++ b/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h b/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h index 0ccdcf0a39afe7e62f3717d70e456fe9230bc3fe..bbd53a82f397814ab783156df863615673bf973d 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -141,3 +148,5 @@ return __lo; } #endif + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h b/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h index 0eb91d068670e50f5cf3c975de28181e3a7e9825..f7dd5334e6114bcfd4393a269c034154e78c3fd4 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h +++ b/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h b/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h index 733dd391fa7a187fa53bd75b7eda1510fab0ca12..a00104c3c04cf6d9cacab8063be9c75eb9056578 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -66,7 +73,7 @@ return __low; } - +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h b/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h index 44e2f73eb52e42de3e354bfa5775e67bbd4db653..5a6031c0c47915118e53fc7fb1b6e9023c734afa 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h +++ b/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/djgpp/ctype_inline.h b/libstdc++-v3/config/os/djgpp/ctype_inline.h index 2383325518f7ce529f666c111e5f433c475e3b12..d46656e2756d2895491121e7e9efe236def30ded 100644 --- a/libstdc++-v3/config/os/djgpp/ctype_inline.h +++ b/libstdc++-v3/config/os/djgpp/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/djgpp/ctype_noninline.h b/libstdc++-v3/config/os/djgpp/ctype_noninline.h index 0c905492c502fb2a8013f6c11ae9d8f4ac66de41..d2b9aabb0c6039c866ea04fb485d3a8428accf79 100644 --- a/libstdc++-v3/config/os/djgpp/ctype_noninline.h +++ b/libstdc++-v3/config/os/djgpp/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/djgpp/os_defines.h b/libstdc++-v3/config/os/djgpp/os_defines.h index 56bb072226ed3434f7181dcd05bad44b763a504a..417d8b63a18aacfb15c76344f5ea4055899e7e48 100644 --- a/libstdc++-v3/config/os/djgpp/os_defines.h +++ b/libstdc++-v3/config/os/djgpp/os_defines.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/generic/ctype_inline.h b/libstdc++-v3/config/os/generic/ctype_inline.h index d611e3b76876c3f2e3494e27f2319a5fac7b51c5..511bf9d4079196155203c53cac08bb047ed23d37 100644 --- a/libstdc++-v3/config/os/generic/ctype_inline.h +++ b/libstdc++-v3/config/os/generic/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -41,6 +46,8 @@ // Constructing a synthetic "C" table should be seriously considered... +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -159,3 +166,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/generic/ctype_noninline.h b/libstdc++-v3/config/os/generic/ctype_noninline.h index f85ba07bcf54e80b3047c43c2a9ce48a8bfb9c65..f3e169f79770c4d37857bd6fd0f082faad7d7956 100644 --- a/libstdc++-v3/config/os/generic/ctype_noninline.h +++ b/libstdc++-v3/config/os/generic/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/generic/os_defines.h b/libstdc++-v3/config/os/generic/os_defines.h index 8208a36bf35618dab10fb2ae998e2d6704c1ecd1..bcc533c1014218470426c1914dde609196dde556 100644 --- a/libstdc++-v3/config/os/generic/os_defines.h +++ b/libstdc++-v3/config/os/generic/os_defines.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/gnu-linux/ctype_inline.h b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h index a2781e91d161d4935f69c55a2f9b96e8ecfc9470..6aeaa7a984c9900c9c4495ee6dc2781e807ca96f 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_inline.h +++ b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h b/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h index b2377d44604956e87895c160f135df7b6af4e765..0b895e2956ed7975d9eb3471e0d2eaf000b66dd3 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h +++ b/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/gnu-linux/os_defines.h b/libstdc++-v3/config/os/gnu-linux/os_defines.h index 8876d7f5fd62e7388e7fc3297b1a57e27055f90a..188b8a8320877c1ed673a6c13343090a09a41a87 100644 --- a/libstdc++-v3/config/os/gnu-linux/os_defines.h +++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/hpux/ctype_inline.h b/libstdc++-v3/config/os/hpux/ctype_inline.h index a2781e91d161d4935f69c55a2f9b96e8ecfc9470..455e5a982e60dea5b16e142640bc01ddc7c69161 100644 --- a/libstdc++-v3/config/os/hpux/ctype_inline.h +++ b/libstdc++-v3/config/os/hpux/ctype_inline.h @@ -26,14 +26,21 @@ // the GNU General Public License. This exception does not however // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. + +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ // // ISO C++ 14882: 22.1 Locales // - + // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/hpux/ctype_noninline.h b/libstdc++-v3/config/os/hpux/ctype_noninline.h index b258dfeb85c0b974775b8531bf29f03919bbf7a5..6e47061dfcfd22e6d5d9e645ecf143ba4c74c533 100644 --- a/libstdc++-v3/config/os/hpux/ctype_noninline.h +++ b/libstdc++-v3/config/os/hpux/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/hpux/os_defines.h b/libstdc++-v3/config/os/hpux/os_defines.h index 351b6af72557412593186d4d94a8f02f90acffef..c7ff485d2ddad0e6ddd2188bb90c097424345675 100644 --- a/libstdc++-v3/config/os/hpux/os_defines.h +++ b/libstdc++-v3/config/os/hpux/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/irix/irix5.2/ctype_inline.h b/libstdc++-v3/config/os/irix/irix5.2/ctype_inline.h index 0c2e7b29b595d84643e79e3eac8993bc3cb9714c..8b9b2d1c3d93a043dc620ea78483e6ed3a2e4c29 100644 --- a/libstdc++-v3/config/os/irix/irix5.2/ctype_inline.h +++ b/libstdc++-v3/config/os/irix/irix5.2/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -65,3 +72,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/irix/irix5.2/ctype_noninline.h b/libstdc++-v3/config/os/irix/irix5.2/ctype_noninline.h index 2990a776e89061f026898f78c98902ed93de414a..de9348ce7d625221064d6c060b9aef51dd2e8c3a 100644 --- a/libstdc++-v3/config/os/irix/irix5.2/ctype_noninline.h +++ b/libstdc++-v3/config/os/irix/irix5.2/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/irix/irix6.5/ctype_inline.h b/libstdc++-v3/config/os/irix/irix6.5/ctype_inline.h index 69e1d51ed242851f3f4769582b9c9b97899dc00e..4d81d3ecce10fd2cb37dfd111b59473d770eb87e 100644 --- a/libstdc++-v3/config/os/irix/irix6.5/ctype_inline.h +++ b/libstdc++-v3/config/os/irix/irix6.5/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -65,3 +72,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/irix/irix6.5/ctype_noninline.h b/libstdc++-v3/config/os/irix/irix6.5/ctype_noninline.h index 5ecf293c6fa397ae43e37b68217829a46bc02603..f80fe95cc5c397625284a3ad56117e46f7f0fb30 100644 --- a/libstdc++-v3/config/os/irix/irix6.5/ctype_noninline.h +++ b/libstdc++-v3/config/os/irix/irix6.5/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/mingw32/ctype_inline.h b/libstdc++-v3/config/os/mingw32/ctype_inline.h index ee1fff719fd966bc9fe814aa3e7489e545fda8d9..7b1233658a404aef3a59e88ab04f15a37eb27a65 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_inline.h +++ b/libstdc++-v3/config/os/mingw32/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,13 +39,12 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) bool ctype<char>:: is(mask __m, char __c) const - { - return (_M_table[static_cast<unsigned char>(__c) ] & __m); - } + { return (_M_table[static_cast<unsigned char>(__c) ] & __m); } const char* @@ -69,3 +73,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/mingw32/ctype_noninline.h b/libstdc++-v3/config/os/mingw32/ctype_noninline.h index b61f6168872ed2bb9760c4309752ec57b0e86010..42ac703ac1331691fb42702594be18590cc2e564 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_noninline.h +++ b/libstdc++-v3/config/os/mingw32/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/mingw32/os_defines.h b/libstdc++-v3/config/os/mingw32/os_defines.h index 5852d438bb0ee12e87a9f9d8b0198098b8bf416b..6f041b3582191dd093e2a16fb534a70e518b9224 100644 --- a/libstdc++-v3/config/os/mingw32/os_defines.h +++ b/libstdc++-v3/config/os/mingw32/os_defines.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ #ifndef _GLIBCXX_OS_DEFINES # define _GLIBCXX_OS_DEFINES diff --git a/libstdc++-v3/config/os/newlib/ctype_inline.h b/libstdc++-v3/config/os/newlib/ctype_inline.h index 459b9174f782a4775d01e92adb7e302a723b38fb..69b549deadb98528c3b51a646ca46fb5e4df6407 100644 --- a/libstdc++-v3/config/os/newlib/ctype_inline.h +++ b/libstdc++-v3/config/os/newlib/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -65,3 +72,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/newlib/ctype_noninline.h b/libstdc++-v3/config/os/newlib/ctype_noninline.h index bc0e2b510582aa9ecf883dbd80e0900c36974219..71a5d3c2c0c0ef40f82df26d353f8f61a98eba4c 100644 --- a/libstdc++-v3/config/os/newlib/ctype_noninline.h +++ b/libstdc++-v3/config/os/newlib/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/newlib/os_defines.h b/libstdc++-v3/config/os/newlib/os_defines.h index c3f93adfa12f44e45d3c14d58ca85667a65fc626..492af4e6b5232a4d8ee1a20df593b98c0170f098 100644 --- a/libstdc++-v3/config/os/newlib/os_defines.h +++ b/libstdc++-v3/config/os/newlib/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h index 54e0581410f8232fe784a63b969ff434fde38f86..f6f3d68b2aea33b0949f78368accee241ec28b17 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h +++ b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -65,3 +72,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_noninline.h b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_noninline.h index a7bd30d7cfed58b18b7e60f579f71596e6c43c14..7bf505719b55f0e172d1bf80cf1ed7a483b0bee8 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_noninline.h +++ b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/solaris/solaris2.5/ctype_inline.h b/libstdc++-v3/config/os/solaris/solaris2.5/ctype_inline.h index de457036ff8461c4d1c7639a5f511daaa41694df..4e000c71f12cc3cf914d79ddb512af99c4775c96 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.5/ctype_inline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.5/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/solaris/solaris2.5/ctype_noninline.h b/libstdc++-v3/config/os/solaris/solaris2.5/ctype_noninline.h index 0ac8e0e4d6d5cc720529d8b607e190ffd1fd210f..2b28a25fd08b212551c6944f9fb7e4b84995d8d6 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.5/ctype_noninline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.5/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/solaris/solaris2.6/ctype_inline.h b/libstdc++-v3/config/os/solaris/solaris2.6/ctype_inline.h index 8e69b55b79ff5bc12c1ad723af3c157a7cd3fe7c..511b84ffaa3aa5e3986ce7c109e8d92296b62e64 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.6/ctype_inline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.6/ctype_inline.h @@ -27,13 +27,20 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales -// - +// + // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -74,3 +81,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/solaris/solaris2.6/ctype_noninline.h b/libstdc++-v3/config/os/solaris/solaris2.6/ctype_noninline.h index 032dbe995822d0feba6a9a520ce7aa55f377504a..f0341c0bfcbd7bd2fea1b639e5b12589be350549 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.6/ctype_noninline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.6/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/solaris/solaris2.7/ctype_inline.h b/libstdc++-v3/config/os/solaris/solaris2.7/ctype_inline.h index a2781e91d161d4935f69c55a2f9b96e8ecfc9470..455e5a982e60dea5b16e142640bc01ddc7c69161 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.7/ctype_inline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.7/ctype_inline.h @@ -26,14 +26,21 @@ // the GNU General Public License. This exception does not however // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. + +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ // // ISO C++ 14882: 22.1 Locales // - + // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/solaris/solaris2.7/ctype_noninline.h b/libstdc++-v3/config/os/solaris/solaris2.7/ctype_noninline.h index a0c35ae3051f7ed4ced40b30b27bd32a5e5e431a..29eb513fa2439d52189abd8e17920662b9928668 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.7/ctype_noninline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.7/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/tpf/ctype_inline.h b/libstdc++-v3/config/os/tpf/ctype_inline.h index 8e78a13fa5d5136ba0c8850314c97f56811d0a47..59f863b9d41e4d0c6ee3e3c19e8927b1fec3bc66 100644 --- a/libstdc++-v3/config/os/tpf/ctype_inline.h +++ b/libstdc++-v3/config/os/tpf/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/tpf/ctype_noninline.h b/libstdc++-v3/config/os/tpf/ctype_noninline.h index c4a4e6c38303941d492d053efbb7a3c671fec16a..3a42ba085c67ce34e27bb5a630f52efe0c8f0ba1 100644 --- a/libstdc++-v3/config/os/tpf/ctype_noninline.h +++ b/libstdc++-v3/config/os/tpf/ctype_noninline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/tpf/os_defines.h b/libstdc++-v3/config/os/tpf/os_defines.h index 4fed12ae304734b51934a5437f3f7fbbbf2da7f4..6e223b98b8302d5a579134230a906056ef2b18e2 100644 --- a/libstdc++-v3/config/os/tpf/os_defines.h +++ b/libstdc++-v3/config/os/tpf/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/uclibc/ctype_inline.h b/libstdc++-v3/config/os/uclibc/ctype_inline.h index 79586dd79806ea726e72645b7b32909dd1fad288..329fb3d0f77b44b629c3a2a9309a1794a3f4cc52 100644 --- a/libstdc++-v3/config/os/uclibc/ctype_inline.h +++ b/libstdc++-v3/config/os/uclibc/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/uclibc/ctype_noninline.h b/libstdc++-v3/config/os/uclibc/ctype_noninline.h index ea5fd1d3f74b1efef3a0c6d205873647b67d1535..6bf1faba55ad854e9b6752115b053be761830228 100644 --- a/libstdc++-v3/config/os/uclibc/ctype_noninline.h +++ b/libstdc++-v3/config/os/uclibc/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/uclibc/os_defines.h b/libstdc++-v3/config/os/uclibc/os_defines.h index 7ab780ce5ed47cdc1341087d6fb83d2fa864535a..d3d9b380a3f696cea103457532dce867a9e479ed 100644 --- a/libstdc++-v3/config/os/uclibc/os_defines.h +++ b/libstdc++-v3/config/os/uclibc/os_defines.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/vxworks/ctype_inline.h b/libstdc++-v3/config/os/vxworks/ctype_inline.h index 0da07b3210ae17294deb5a9a42c59a3ce407f7ce..5ff4f2e719656f1023b0d0c0b1ddce5686d2f4b7 100644 --- a/libstdc++-v3/config/os/vxworks/ctype_inline.h +++ b/libstdc++-v3/config/os/vxworks/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -36,6 +41,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -69,3 +76,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/vxworks/ctype_noninline.h b/libstdc++-v3/config/os/vxworks/ctype_noninline.h index 429f43ce8503c28b43f7d5fe169cc3d703b53c01..6cb92708e5d3d910f4347aec60512829eaa1e6f2 100644 --- a/libstdc++-v3/config/os/vxworks/ctype_noninline.h +++ b/libstdc++-v3/config/os/vxworks/ctype_noninline.h @@ -28,9 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // + // Information as gleaned from target/h/ctype.h const ctype_base::mask* diff --git a/libstdc++-v3/config/os/vxworks/os_defines.h b/libstdc++-v3/config/os/vxworks/os_defines.h index 4b51ced7cac9444d7b3e496fa709b546b561a0f8..89cb859288b9f2d0d828f287d7c5a378cd2c78b6 100644 --- a/libstdc++-v3/config/os/vxworks/os_defines.h +++ b/libstdc++-v3/config/os/vxworks/os_defines.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ #ifndef _GLIBCPP_OS_DEFINES #define _GLIBCPP_OS_DEFINES 1 diff --git a/libstdc++-v3/config/os/windiss/ctype_inline.h b/libstdc++-v3/config/os/windiss/ctype_inline.h index f4a6c4820688d70ed9017addec99d4a908a465f3..8ffd158cdd6773b924567ad06f53bb46b289dd98 100644 --- a/libstdc++-v3/config/os/windiss/ctype_inline.h +++ b/libstdc++-v3/config/os/windiss/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -39,6 +44,8 @@ // functionality should be added for the native os in question: see // the config/os/bits/ctype_*.h files. +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype<char>:: is(mask __m, char __c) const @@ -123,3 +130,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE diff --git a/libstdc++-v3/config/os/windiss/ctype_noninline.h b/libstdc++-v3/config/os/windiss/ctype_noninline.h index e9c1beba33832051a7949573b4dfcc0cf62c0bc8..9e56867027daa7610db0ae28a7ef9bf716c0cfc9 100644 --- a/libstdc++-v3/config/os/windiss/ctype_noninline.h +++ b/libstdc++-v3/config/os/windiss/ctype_noninline.h @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_noninline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // diff --git a/libstdc++-v3/config/os/windiss/os_defines.h b/libstdc++-v3/config/os/windiss/os_defines.h index 154e03d5071cfcc9bcb7da5630416c32ecc9492f..a0b618073d81807f7f2214bf4110045f75e8ed87 100644 --- a/libstdc++-v3/config/os/windiss/os_defines.h +++ b/libstdc++-v3/config/os/windiss/os_defines.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file os_defines.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ #ifndef _GLIBCXX_OS_DEFINES #define _GLIBCXX_OS_DEFINES 1 diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 3b679b511a850b4538e1dff5b14273fae90d2ce4..c5d58a02f476d668897724bd7007dd3c6f3f7460 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -468,7 +468,10 @@ WARN_LOGFILE = # files or directories with spaces. INPUT = @srcdir@/docs/doxygen/doxygroups.cc \ - @srcdir@/libsupc++ \ + @srcdir@/include/precompiled/stdc++.h \ + @srcdir@/include/precompiled/stdtr1c++.h \ + @srcdir@/include/precompiled/extc++.h \ + @srcdir@/libsupc++/cxxabi.h \ @srcdir@/libsupc++/exception \ @srcdir@/libsupc++/new \ @srcdir@/libsupc++/typeinfo \ @@ -479,6 +482,24 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \ include/tr1 \ include/algorithm \ include/bitset \ + include/cassert \ + include/cctype \ + include/cerrno \ + include/cfloat \ + include/ciso646 \ + include/climits \ + include/clocale \ + include/cmath \ + include/csetjmp \ + include/csignal \ + include/cstdarg \ + include/cstddef \ + include/cstdio \ + include/cstdlib \ + include/cstring \ + include/ctime \ + include/cwchar \ + include/cwctype \ include/deque \ include/fstream \ include/functional \ @@ -575,7 +596,7 @@ RECURSIVE = NO # exclude a subdirectory from a directory tree whose root is specified # with the INPUT tag. -EXCLUDE = Makefile +EXCLUDE = Makefile # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -590,8 +611,9 @@ EXCLUDE_SYMLINKS = NO # for example use the pattern */test/* EXCLUDE_PATTERNS = stamp-* \ - Makefile \ - *gch* \ + *stdc++.h* \ + *stdtr1c++.h* \ + *extc++.h* \ */.svn/* # The EXAMPLE_PATH tag can be used to specify one or more files or diff --git a/libstdc++-v3/include/bits/basic_string.h b/libstdc++-v3/include/bits/basic_string.h index 9e8ea6c6e0cadf8a97c8474a5a790578912543c4..3c41107ed4e55a2fd4126d81753cc86154037e97 100644 --- a/libstdc++-v3/include/bits/basic_string.h +++ b/libstdc++-v3/include/bits/basic_string.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 21 Strings library -// - /** @file basic_string.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 21 Strings library +// + #ifndef _BASIC_STRING_H #define _BASIC_STRING_H 1 diff --git a/libstdc++-v3/include/bits/boost_concept_check.h b/libstdc++-v3/include/bits/boost_concept_check.h index 38380b7ee23a45cc80a2ae242c3bc671912614f7..3d8fe753987b69d7ed0d677e65baa38de0d53ca7 100644 --- a/libstdc++-v3/include/bits/boost_concept_check.h +++ b/libstdc++-v3/include/bits/boost_concept_check.h @@ -34,13 +34,13 @@ // to its suitability for any purpose. // -// GCC Note: based on version 1.12.0 of the Boost library. - /** @file boost_concept_check.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// GCC Note: based on version 1.12.0 of the Boost library. + #ifndef _BOOST_CONCEPT_CHECK_H #define _BOOST_CONCEPT_CHECK_H 1 diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index c4ff0408388212f7c13a462cf0a979571c2cc407..f6ecf315241012fe31c5ee1ab207e51f5f50e3e6 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -28,6 +28,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file c++config.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _CXXCONFIG #define _CXXCONFIG 1 diff --git a/libstdc++-v3/include/bits/char_traits.h b/libstdc++-v3/include/bits/char_traits.h index 4431036c50f67d109c280373bcb29349b961e33b..58cddf6ec5b5a58227db1f081394c2d56a7dccef 100644 --- a/libstdc++-v3/include/bits/char_traits.h +++ b/libstdc++-v3/include/bits/char_traits.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 21 Strings library -// - /** @file char_traits.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 21 Strings library +// + #ifndef _CHAR_TRAITS_H #define _CHAR_TRAITS_H 1 diff --git a/libstdc++-v3/include/bits/codecvt.h b/libstdc++-v3/include/bits/codecvt.h index 7778773a3b1716dceb88c075653e0dd7785fc908..d417a6ffcc4f5d4a63914f31184c43d32bed68d9 100644 --- a/libstdc++-v3/include/bits/codecvt.h +++ b/libstdc++-v3/include/bits/codecvt.h @@ -28,17 +28,17 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file bits/codecvt.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.2.1.5 Template class codecvt // // Written by Benjamin Kosnik <bkoz@redhat.com> -/** @file bits/codecvt.h - * This is an internal header file, included by other library headers. - * You should not attempt to use it directly. - */ - #ifndef _CODECVT_H #define _CODECVT_H 1 diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h index 8e436dd682b08e96591a7d83faac556f0dad3063..ed9a48a704a61e8c828f4b8ede8c1a66ea3f6479 100644 --- a/libstdc++-v3/include/bits/cpp_type_traits.h +++ b/libstdc++-v3/include/bits/cpp_type_traits.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> - /** @file cpp_type_traits.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> + #ifndef _CPP_TYPE_TRAITS_H #define _CPP_TYPE_TRAITS_H 1 diff --git a/libstdc++-v3/include/bits/gslice.h b/libstdc++-v3/include/bits/gslice.h index 1afda4b407dc4658b689fc340012d165b92c7510..b8dc04dda282a4206b055ff648e34f3428711d6a 100644 --- a/libstdc++-v3/include/bits/gslice.h +++ b/libstdc++-v3/include/bits/gslice.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file gslice.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _GSLICE_H #define _GSLICE_H 1 diff --git a/libstdc++-v3/include/bits/gslice_array.h b/libstdc++-v3/include/bits/gslice_array.h index 0b12207d0397edaf970c0645220188a8f12d4255..55ddc3b17cefa277cec0e9a58bb37f15cd136beb 100644 --- a/libstdc++-v3/include/bits/gslice_array.h +++ b/libstdc++-v3/include/bits/gslice_array.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file gslice_array.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _GSLICE_ARRAY_H #define _GSLICE_ARRAY_H 1 diff --git a/libstdc++-v3/include/bits/indirect_array.h b/libstdc++-v3/include/bits/indirect_array.h index c6038e3511e4e768d3ffcc1c9bb73cb0460c7b5a..d43d801c8109d1c87f1f3c58048023b548804080 100644 --- a/libstdc++-v3/include/bits/indirect_array.h +++ b/libstdc++-v3/include/bits/indirect_array.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file indirect_array.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _INDIRECT_ARRAY_H #define _INDIRECT_ARRAY_H 1 diff --git a/libstdc++-v3/include/bits/ios_base.h b/libstdc++-v3/include/bits/ios_base.h index 5cbdfab4e7799e9dd9a95e43ad53d80372dea15b..33dc256a4cf3ffbd151e8f389f2cb859001f4157 100644 --- a/libstdc++-v3/include/bits/ios_base.h +++ b/libstdc++-v3/include/bits/ios_base.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.4 Iostreams base classes -// - /** @file ios_base.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 27.4 Iostreams base classes +// + #ifndef _IOS_BASE_H #define _IOS_BASE_H 1 diff --git a/libstdc++-v3/include/bits/locale_classes.h b/libstdc++-v3/include/bits/locale_classes.h index 9fbac9e2ac7ec05c601e75e8e52ce6a4e8ca11e8..547e21d9b434b5a9e5dae0e14be20aa5b1899884 100644 --- a/libstdc++-v3/include/bits/locale_classes.h +++ b/libstdc++-v3/include/bits/locale_classes.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 22.1 Locales -// - /** @file locale_classes.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 22.1 Locales +// + #ifndef _LOCALE_CLASSES_H #define _LOCALE_CLASSES_H 1 diff --git a/libstdc++-v3/include/bits/locale_facets.h b/libstdc++-v3/include/bits/locale_facets.h index aad0b70dd71f47315f2f36acfc935777dcc5f4a4..e31ae1751cc53a1f8b4139b2f1ce735d6b392528 100644 --- a/libstdc++-v3/include/bits/locale_facets.h +++ b/libstdc++-v3/include/bits/locale_facets.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 22.1 Locales -// - /** @file locale_facets.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 22.1 Locales +// + #ifndef _LOCALE_FACETS_H #define _LOCALE_FACETS_H 1 @@ -1505,9 +1505,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std) use_facet<ctype<wchar_t> >(const locale& __loc); #endif //_GLIBCXX_USE_WCHAR_T - // Include host and configuration specific ctype inlines. - #include <bits/ctype_inline.h> - /// @brief class ctype_byname [22.2.1.2]. template<typename _CharT> class ctype_byname : public ctype<_CharT> @@ -1532,6 +1529,9 @@ _GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_END_NAMESPACE +// Include host and configuration specific ctype inlines. +#include <bits/ctype_inline.h> + // 22.2.1.5 Template class codecvt #include <bits/codecvt.h> @@ -3034,9 +3034,13 @@ _GLIBCXX_END_LDBL_NAMESPACE const tm*) const; #endif +_GLIBCXX_END_NAMESPACE + // Include host and configuration specific timepunct functions. #include <bits/time_members.h> +_GLIBCXX_BEGIN_NAMESPACE(std) + /** * @brief Facet for parsing dates and times. * @@ -4589,9 +4593,12 @@ _GLIBCXX_END_LDBL_NAMESPACE { } }; +_GLIBCXX_END_NAMESPACE + // Include host and configuration specific messages functions. #include <bits/messages_members.h> +_GLIBCXX_BEGIN_NAMESPACE(std) // Subclause convenience interfaces, inlines. // NB: These are inline because, when used in a loop, some compilers diff --git a/libstdc++-v3/include/bits/localefwd.h b/libstdc++-v3/include/bits/localefwd.h index 2290fbc07c2e00b413bb7f609f6b429a99ed3795..b858668d47fa2316ae1d5b3cd07669e8248d1f4a 100644 --- a/libstdc++-v3/include/bits/localefwd.h +++ b/libstdc++-v3/include/bits/localefwd.h @@ -28,15 +28,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 22.1 Locales -// - /** @file localefwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 22.1 Locales +// + #ifndef _LOCALE_FWD_H #define _LOCALE_FWD_H 1 diff --git a/libstdc++-v3/include/bits/mask_array.h b/libstdc++-v3/include/bits/mask_array.h index f2c6661268b7378e85d80a60dc81ab43db37e036..98c8bfb36e3c603eee48464bfc7b4122f07f582a 100644 --- a/libstdc++-v3/include/bits/mask_array.h +++ b/libstdc++-v3/include/bits/mask_array.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file mask_array.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _MASK_ARRAY_H #define _MASK_ARRAY_H 1 diff --git a/libstdc++-v3/include/bits/postypes.h b/libstdc++-v3/include/bits/postypes.h index d145563e476fac21dd744df69d80eeee11d58260..40570d988e7283a24ac52317e5da83504dd114ea 100644 --- a/libstdc++-v3/include/bits/postypes.h +++ b/libstdc++-v3/include/bits/postypes.h @@ -28,16 +28,16 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.4.1 - Types -// ISO C++ 14882: 27.4.3 - Template class fpos -// - /** @file postypes.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 27.4.1 - Types +// ISO C++ 14882: 27.4.3 - Template class fpos +// + #ifndef _GLIBCXX_POSTYPES_H #define _GLIBCXX_POSTYPES_H 1 diff --git a/libstdc++-v3/include/bits/slice_array.h b/libstdc++-v3/include/bits/slice_array.h index d9ffad5b0fa8b9bea7acd36df7e4002541b06a86..d95faa8cecf4d88a97249233b537bdc3f21adeb5 100644 --- a/libstdc++-v3/include/bits/slice_array.h +++ b/libstdc++-v3/include/bits/slice_array.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file slice_array.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _SLICE_ARRAY_H #define _SLICE_ARRAY_H 1 diff --git a/libstdc++-v3/include/bits/stringfwd.h b/libstdc++-v3/include/bits/stringfwd.h index 8158e8572e6a18b509e74a6cea310a9ddd4b8674..d27ef14be4b54963f937b9fa558896f8db88dedb 100644 --- a/libstdc++-v3/include/bits/stringfwd.h +++ b/libstdc++-v3/include/bits/stringfwd.h @@ -27,15 +27,15 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 21 Strings library -// - /** @file stringfwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// +// ISO C++ 14882: 21 Strings library +// + #ifndef _STRINGFWD_H #define _STRINGFWD_H 1 diff --git a/libstdc++-v3/include/bits/valarray_after.h b/libstdc++-v3/include/bits/valarray_after.h index 62d9853c5a880c1fb16862faf767e954ef79a565..723df613fb191b425d8fdd8c01ec952127ce03a7 100644 --- a/libstdc++-v3/include/bits/valarray_after.h +++ b/libstdc++-v3/include/bits/valarray_after.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> - /** @file valarray_after.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> + #ifndef _VALARRAY_AFTER_H #define _VALARRAY_AFTER_H 1 diff --git a/libstdc++-v3/include/bits/valarray_array.h b/libstdc++-v3/include/bits/valarray_array.h index f7600a5afb4f156085797ddc2fe0a5a8d678ca31..a40c880ba8d61c8e900c37e0a64b3b094c88af32 100644 --- a/libstdc++-v3/include/bits/valarray_array.h +++ b/libstdc++-v3/include/bits/valarray_array.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file valarray_array.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _VALARRAY_ARRAY_H #define _VALARRAY_ARRAY_H 1 diff --git a/libstdc++-v3/include/bits/valarray_before.h b/libstdc++-v3/include/bits/valarray_before.h index ad771e85e886f406b159703f4b2300d6b68bc159..4e3b937a264df84721fd39b6fbe88048f7934a14 100644 --- a/libstdc++-v3/include/bits/valarray_before.h +++ b/libstdc++-v3/include/bits/valarray_before.h @@ -28,13 +28,13 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> - /** @file valarray_before.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> + #ifndef _VALARRAY_BEFORE_H #define _VALARRAY_BEFORE_H 1 diff --git a/libstdc++-v3/include/c/std_cerrno.h b/libstdc++-v3/include/c/std_cerrno.h index ed71e9ae8b236293083135c165b6df3bca234da9..e27c3619dfdb008fc37bd5d70cc7bd6944a50c83 100644 --- a/libstdc++-v3/include/c/std_cerrno.h +++ b/libstdc++-v3/include/c/std_cerrno.h @@ -27,10 +27,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 19.3 Error numbers -// - /** @file cerrno * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -40,6 +36,10 @@ * contained in the namespace @c std. */ +// +// ISO C++ 14882: 19.3 Error numbers +// + #ifndef _GLIBCXX_CERRNO #define _GLIBCXX_CERRNO 1 diff --git a/libstdc++-v3/include/c_std/cmath.tcc b/libstdc++-v3/include/c_std/cmath.tcc index b2df1be0bd1509d326bff8f0ca66d9b46ba9a885..472324af03ed7911d9cbb21348e5166ecaea2cdc 100644 --- a/libstdc++-v3/include/c_std/cmath.tcc +++ b/libstdc++-v3/include/c_std/cmath.tcc @@ -29,6 +29,10 @@ // This file was written by Gabriel Dos Reis <gdr@codesourcery.com> +/** @file cmath.tcc + * This is a Standard C++ Library file. + */ + #ifndef _GLIBCXX_CMATH_TCC #define _GLIBCXX_CMATH_TCC 1 diff --git a/libstdc++-v3/include/c_std/std_cassert.h b/libstdc++-v3/include/c_std/std_cassert.h index ae2f4983741234bcb01587d5a6bce3f614cf1b55..0e5c77a082dfaee6e431da4a2b044ab752a22be3 100644 --- a/libstdc++-v3/include/c_std/std_cassert.h +++ b/libstdc++-v3/include/c_std/std_cassert.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 19.2 Assertions -// - /** @file cassert * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 19.2 Assertions +// + // No include guards on this header... #pragma GCC system_header diff --git a/libstdc++-v3/include/c_std/std_cctype.h b/libstdc++-v3/include/c_std/std_cctype.h index 92473981df8c2129d559f2915da7f544c8d2b1e0..61a55cb73a4ebb9a4b440afe83fec269c398cc7a 100644 --- a/libstdc++-v3/include/c_std/std_cctype.h +++ b/libstdc++-v3/include/c_std/std_cctype.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: <ccytpe> -// - -/** @file cctype +/** @file include/cctype * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: <ccytpe> +// + #ifndef _GLIBCXX_CCTYPE #define _GLIBCXX_CCTYPE 1 diff --git a/libstdc++-v3/include/c_std/std_cerrno.h b/libstdc++-v3/include/c_std/std_cerrno.h index 5d4b9d772d6e0d5834a81894ae414dfaea1aac3f..e597b8fbd73747abf13f5aba136ec2345a8649fe 100644 --- a/libstdc++-v3/include/c_std/std_cerrno.h +++ b/libstdc++-v3/include/c_std/std_cerrno.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 19.3 Error numbers -// - /** @file cerrno * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 19.3 Error numbers +// + #ifndef _GLIBCXX_CERRNO #define _GLIBCXX_CERRNO 1 diff --git a/libstdc++-v3/include/c_std/std_cfloat.h b/libstdc++-v3/include/c_std/std_cfloat.h index e28b6499a9ef69a0e0b7a10870af956781715d5a..2b514491cf87b954611759c4896f31c63d6cd1fe 100644 --- a/libstdc++-v3/include/c_std/std_cfloat.h +++ b/libstdc++-v3/include/c_std/std_cfloat.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 18.2.2 Implementation properties: C library -// - -/** @file cfloat +/** @file include/cfloat * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 18.2.2 Implementation properties: C library +// + #ifndef _GLIBCXX_CFLOAT #define _GLIBCXX_CFLOAT 1 diff --git a/libstdc++-v3/include/c_std/std_climits.h b/libstdc++-v3/include/c_std/std_climits.h index ddd53a3af1f177362b1c89bfe78240179d180b4e..e85869f0679ed245e340bb818617c156617aae03 100644 --- a/libstdc++-v3/include/c_std/std_climits.h +++ b/libstdc++-v3/include/c_std/std_climits.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 18.2.2 Implementation properties: C library -// - -/** @file climits +/** @file include/climits * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 18.2.2 Implementation properties: C library +// + #ifndef _GLIBCXX_CLIMITS #define _GLIBCXX_CLIMITS 1 diff --git a/libstdc++-v3/include/c_std/std_clocale.h b/libstdc++-v3/include/c_std/std_clocale.h index 2ec904c6cd89c1ec3614740a8c7b8398d787a62d..51e6440bfeead3a3b8445efdc31dea36b5dadc45 100644 --- a/libstdc++-v3/include/c_std/std_clocale.h +++ b/libstdc++-v3/include/c_std/std_clocale.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 18.2.2 Implementation properties: C library -// - /** @file clocale * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 18.2.2 Implementation properties: C library +// + #ifndef _GLIBCXX_CLOCALE #define _GLIBCXX_CLOCALE 1 diff --git a/libstdc++-v3/include/c_std/std_cmath.h b/libstdc++-v3/include/c_std/std_cmath.h index f5036f4a14a5d45f4c69343d17e766895f735063..897290ac089f13edf9ec0d9f3b241b8eba949662 100644 --- a/libstdc++-v3/include/c_std/std_cmath.h +++ b/libstdc++-v3/include/c_std/std_cmath.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 26.5 C library -// - -/** @file cmath +/** @file include/cmath * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 26.5 C library +// + #ifndef _GLIBCXX_CMATH #define _GLIBCXX_CMATH 1 diff --git a/libstdc++-v3/include/c_std/std_csetjmp.h b/libstdc++-v3/include/c_std/std_csetjmp.h index 5d664ebd8d9596776f0d540fd225953c88142fcd..946e7e3c032c2e59304238d99abce76a1ab79f6c 100644 --- a/libstdc++-v3/include/c_std/std_csetjmp.h +++ b/libstdc++-v3/include/c_std/std_csetjmp.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.4.6 C library -// - /** @file csetjmp * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.4.6 C library +// + #ifndef _GLIBCXX_CSETJMP #define _GLIBCXX_CSETJMP 1 diff --git a/libstdc++-v3/include/c_std/std_csignal.h b/libstdc++-v3/include/c_std/std_csignal.h index 4202b77c58602055f1aadd59f72ae0bb690a35aa..0ce5e2f77db6800ab2704fc8a81466f660aac311 100644 --- a/libstdc++-v3/include/c_std/std_csignal.h +++ b/libstdc++-v3/include/c_std/std_csignal.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.4.6 C library -// - /** @file csignal * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.4.6 C library +// + #ifndef _GLIBCXX_CSIGNAL #define _GLIBCXX_CSIGNAL 1 diff --git a/libstdc++-v3/include/c_std/std_cstdarg.h b/libstdc++-v3/include/c_std/std_cstdarg.h index bbc3b338e865a403d6ad7f6e279d4bcc2680d0f5..53c29c843a2771f6fe6cefadcc9224e14da70f0b 100644 --- a/libstdc++-v3/include/c_std/std_cstdarg.h +++ b/libstdc++-v3/include/c_std/std_cstdarg.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.4.6 C library -// - -/** @file cstdarg +/** @file include/cstdarg * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.4.6 C library +// + #ifndef _GLIBCXX_CSTDARG #define _GLIBCXX_CSTDARG 1 diff --git a/libstdc++-v3/include/c_std/std_cstddef.h b/libstdc++-v3/include/c_std/std_cstddef.h index ad529d530da184cf4ae57a7b767d7575294a3da5..bfa8388d5630a6d8c13846e25a8e740c7a92529e 100644 --- a/libstdc++-v3/include/c_std/std_cstddef.h +++ b/libstdc++-v3/include/c_std/std_cstddef.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 18.1 Types -// - /** @file cstddef * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 18.1 Types +// + #ifndef _GLIBCXX_CSTDDEF #define _GLIBCXX_CSTDDEF 1 diff --git a/libstdc++-v3/include/c_std/std_cstdio.h b/libstdc++-v3/include/c_std/std_cstdio.h index c8109c0409bc3de624f2f82f071d3f50c26697b0..3935ef4f17e01c217ed2c185027b708e9c49a69a 100644 --- a/libstdc++-v3/include/c_std/std_cstdio.h +++ b/libstdc++-v3/include/c_std/std_cstdio.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.8.2 C Library files -// - -/** @file cstdio +/** @file include/cstdio * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 27.8.2 C Library files +// + #ifndef _GLIBCXX_CSTDIO #define _GLIBCXX_CSTDIO 1 diff --git a/libstdc++-v3/include/c_std/std_cstdlib.h b/libstdc++-v3/include/c_std/std_cstdlib.h index cc2a8cfbee9a75f225eb3da020b57155f389ae45..5c3d586c0e673b78a9c91d0f48f9e0a71669d342 100644 --- a/libstdc++-v3/include/c_std/std_cstdlib.h +++ b/libstdc++-v3/include/c_std/std_cstdlib.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.4.6 C library -// - -/** @file cstdlib +/** @file include/cstdlib * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.4.6 C library +// + #ifndef _GLIBCXX_CSTDLIB #define _GLIBCXX_CSTDLIB 1 diff --git a/libstdc++-v3/include/c_std/std_cstring.h b/libstdc++-v3/include/c_std/std_cstring.h index a77e7c28a800ccd30384c4e6626d96a530088168..5fef6b0086e65d45249d413ee1a752cc1df83878 100644 --- a/libstdc++-v3/include/c_std/std_cstring.h +++ b/libstdc++-v3/include/c_std/std_cstring.h @@ -28,10 +28,6 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.4.6 C library -// - /** @file cstring * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.4.6 C library +// + #ifndef _GLIBCXX_CSTRING #define _GLIBCXX_CSTRING 1 diff --git a/libstdc++-v3/include/c_std/std_ctime.h b/libstdc++-v3/include/c_std/std_ctime.h index 05295cf0f437727211d6af3dea01a0288aa7a02e..9f7f15c7979f3e6649dc9a1ebcf0e73a9bc9e6f7 100644 --- a/libstdc++-v3/include/c_std/std_ctime.h +++ b/libstdc++-v3/include/c_std/std_ctime.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 20.5 Date and time -// - -/** @file ctime +/** @file include/ctime * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 20.5 Date and time +// + #ifndef _GLIBCXX_CTIME #define _GLIBCXX_CTIME 1 diff --git a/libstdc++-v3/include/c_std/std_cwchar.h b/libstdc++-v3/include/c_std/std_cwchar.h index 8f03a416ad0a5af160a757a75e784feafbe025b5..20cb8041e790272b53cdf8a89f83c15d1ac5cc25 100644 --- a/libstdc++-v3/include/c_std/std_cwchar.h +++ b/libstdc++-v3/include/c_std/std_cwchar.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 21.4 -// - -/** @file cwchar +/** @file include/cwchar * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: 21.4 +// + #ifndef _GLIBCXX_CWCHAR #define _GLIBCXX_CWCHAR 1 diff --git a/libstdc++-v3/include/c_std/std_cwctype.h b/libstdc++-v3/include/c_std/std_cwctype.h index ba699b75df0c739c879507bdc250d5b628c83966..dd0032f3dd6eb3e9a580ab4f0e95b7ce4d9b9a84 100644 --- a/libstdc++-v3/include/c_std/std_cwctype.h +++ b/libstdc++-v3/include/c_std/std_cwctype.h @@ -28,11 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: <cwctype> -// - -/** @file cwctype +/** @file include/cwctype * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * @@ -42,6 +38,10 @@ * as macros in C). */ +// +// ISO C++ 14882: <cwctype> +// + #ifndef _GLIBCXX_CWCTYPE #define _GLIBCXX_CWCTYPE 1 diff --git a/libstdc++-v3/include/precompiled/extc++.h b/libstdc++-v3/include/precompiled/extc++.h index 2d7169276689faf4fe026a8072ee7d2dc9164b0b..f01f39dc8b4fb1191b8b377ac20bc3c9d3e9e4d6 100644 --- a/libstdc++-v3/include/precompiled/extc++.h +++ b/libstdc++-v3/include/precompiled/extc++.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file extc++.h + * This is an implementation file for a precompiled header. + */ + #include <bits/stdtr1c++.h> #include <ext/algorithm> diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index c2816792938727c14701f5d833e4d3854db92da3..df9c2177d88c7e4ed53c54df1a60bbdb95077097 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file stdc++.h + * This is an implementation file for a precompiled header. + */ + // 17.4.1.2 Headers // C diff --git a/libstdc++-v3/include/precompiled/stdtr1c++.h b/libstdc++-v3/include/precompiled/stdtr1c++.h index 08822a011d2851a71c603be61335b2fa2acf78a5..2d65cf95b1c986419e3d6cc59c46ea01da73fa5e 100644 --- a/libstdc++-v3/include/precompiled/stdtr1c++.h +++ b/libstdc++-v3/include/precompiled/stdtr1c++.h @@ -27,6 +27,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file stdtr1c++.h + * This is an implementation file for a precompiled header. + */ + #include <bits/stdc++.h> #include <tr1/array> diff --git a/libstdc++-v3/include/std/std_algorithm.h b/libstdc++-v3/include/std/std_algorithm.h index 3b27a8e3674bcf3b2079127409fe006d676b1a64..7ffbf97369ea665972ae6bdca317a61e2f46ca91 100644 --- a/libstdc++-v3/include/std/std_algorithm.h +++ b/libstdc++-v3/include/std/std_algorithm.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/algorithm * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_bitset.h b/libstdc++-v3/include/std/std_bitset.h index ae05db667c7122d296ff1a0451ed4598409df44f..860e775cc6b42bbf3794ae9523e98ee7e79e2983 100644 --- a/libstdc++-v3/include/std/std_bitset.h +++ b/libstdc++-v3/include/std/std_bitset.h @@ -41,7 +41,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/bitset * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_complex.h b/libstdc++-v3/include/std/std_complex.h index dc0f373c2502068421a0b300413df0464d1e8724..26f31f6150f2489140eadb83554a8eb265b984f6 100644 --- a/libstdc++-v3/include/std/std_complex.h +++ b/libstdc++-v3/include/std/std_complex.h @@ -28,6 +28,10 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file complex + * This is a Standard C++ Library header. + */ + // // ISO C++ 14882: 26.2 Complex Numbers // Note: this is not a conforming implementation. @@ -35,10 +39,6 @@ // Improved by Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> // -/** @file complex - * This is a Standard C++ Library header. - */ - #ifndef _GLIBCXX_COMPLEX #define _GLIBCXX_COMPLEX 1 diff --git a/libstdc++-v3/include/std/std_deque.h b/libstdc++-v3/include/std/std_deque.h index 7fa0c31231b9b828971ac4db998b2e8ce1f91b19..57c6e4347adde30f7f83562ec52b430f42f3d299 100644 --- a/libstdc++-v3/include/std/std_deque.h +++ b/libstdc++-v3/include/std/std_deque.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/deque * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_fstream.h b/libstdc++-v3/include/std/std_fstream.h index 1ae98c0bece13b3bea7c4ca80bbe882a2f3256ca..f664f2de9f4e6c5ce9b412781b4df16c8f3e0f7c 100644 --- a/libstdc++-v3/include/std/std_fstream.h +++ b/libstdc++-v3/include/std/std_fstream.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.8 File-based streams -// - /** @file fstream * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.8 File-based streams +// + #ifndef _GLIBCXX_FSTREAM #define _GLIBCXX_FSTREAM 1 diff --git a/libstdc++-v3/include/std/std_functional.h b/libstdc++-v3/include/std/std_functional.h index 7afa31cd7f5b3325d5ba0408f95b840098d73aa8..feadaa2252ad97bf54dbf46bb605081ea74439ce 100644 --- a/libstdc++-v3/include/std/std_functional.h +++ b/libstdc++-v3/include/std/std_functional.h @@ -41,7 +41,7 @@ * */ -/** @file +/** @file include/functional * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_iomanip.h b/libstdc++-v3/include/std/std_iomanip.h index a10a1b89a51621d3d28f64db2316db69d407332e..13b21d579bd9bac7bb19db7719a62cbed3157df1 100644 --- a/libstdc++-v3/include/std/std_iomanip.h +++ b/libstdc++-v3/include/std/std_iomanip.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.6.3 Standard manipulators -// - /** @file iomanip * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.6.3 Standard manipulators +// + #ifndef _GLIBCXX_IOMANIP #define _GLIBCXX_IOMANIP 1 diff --git a/libstdc++-v3/include/std/std_ios.h b/libstdc++-v3/include/std/std_ios.h index 756e51438a92380d55369d3d35cb25237d0fb132..f081115e9b77cc7adad1ec529a5c9c029a837e9b 100644 --- a/libstdc++-v3/include/std/std_ios.h +++ b/libstdc++-v3/include/std/std_ios.h @@ -27,14 +27,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.4 Iostreams base classes -// - /** @file ios * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.4 Iostreams base classes +// + #ifndef _GLIBCXX_IOS #define _GLIBCXX_IOS 1 diff --git a/libstdc++-v3/include/std/std_iosfwd.h b/libstdc++-v3/include/std/std_iosfwd.h index 669706dfdf3af1084898b7edbf28532e0387f307..a4d0c3fdf19991dc7fe9baf1af266064e474763e 100644 --- a/libstdc++-v3/include/std/std_iosfwd.h +++ b/libstdc++-v3/include/std/std_iosfwd.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.2 Forward declarations -// - /** @file iosfwd * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.2 Forward declarations +// + #ifndef _GLIBCXX_IOSFWD #define _GLIBCXX_IOSFWD 1 diff --git a/libstdc++-v3/include/std/std_iostream.h b/libstdc++-v3/include/std/std_iostream.h index e0c28e16a0511deb6cf72ad022ceb08770d29060..0ff0da2177f2099685dccc43c96cafa3168c9fce 100644 --- a/libstdc++-v3/include/std/std_iostream.h +++ b/libstdc++-v3/include/std/std_iostream.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.3 Standard iostream objects -// - /** @file iostream * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.3 Standard iostream objects +// + #ifndef _GLIBCXX_IOSTREAM #define _GLIBCXX_IOSTREAM 1 diff --git a/libstdc++-v3/include/std/std_iterator.h b/libstdc++-v3/include/std/std_iterator.h index 01bef2d06b67bcc5d6230f10a310478a7d86981e..f0317b44a7c76521ac4dac91cc71b456a5c178e1 100644 --- a/libstdc++-v3/include/std/std_iterator.h +++ b/libstdc++-v3/include/std/std_iterator.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/iterator * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_list.h b/libstdc++-v3/include/std/std_list.h index 3a50b9e8aa72c6ee12d37c6bbac0021dd3f6b104..b46f65417ec618da01ed4cb247ad45b6abcf6754 100644 --- a/libstdc++-v3/include/std/std_list.h +++ b/libstdc++-v3/include/std/std_list.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/list * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_map.h b/libstdc++-v3/include/std/std_map.h index d81628a6bdb8097d902e9a87b4377eecd019bf65..a7e8f9c21079a8d630d38d5b7f93cd4fda06b552 100644 --- a/libstdc++-v3/include/std/std_map.h +++ b/libstdc++-v3/include/std/std_map.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/map * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h index 6b1996b3b60b1fafed72fc9e44e8556c29c270cd..b57a94f4bbd57cd91859df7baa9c0a32dea7aecf 100644 --- a/libstdc++-v3/include/std/std_memory.h +++ b/libstdc++-v3/include/std/std_memory.h @@ -41,7 +41,7 @@ * */ -/** @file +/** @file include/memory * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_numeric.h b/libstdc++-v3/include/std/std_numeric.h index 2e938127a365aad22f5d5af53e75470803eb7270..03f82dd6ab0c10304d8b68eaeeafb89b7023f049 100644 --- a/libstdc++-v3/include/std/std_numeric.h +++ b/libstdc++-v3/include/std/std_numeric.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/numeric * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_ostream.h b/libstdc++-v3/include/std/std_ostream.h index 5cac2c1760a7ee2a2c6396540f44530d8f7981c9..e97b7a4b410fc4b784baf68ff6eda35cbf17a553 100644 --- a/libstdc++-v3/include/std/std_ostream.h +++ b/libstdc++-v3/include/std/std_ostream.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.6.2 Output streams -// - /** @file ostream * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.6.2 Output streams +// + #ifndef _GLIBCXX_OSTREAM #define _GLIBCXX_OSTREAM 1 diff --git a/libstdc++-v3/include/std/std_queue.h b/libstdc++-v3/include/std/std_queue.h index d3398d36890c491ad6bf58aea5642435a4d7ae75..1242a06160bc9de447a3fe86ca934d6e9c6c9e5d 100644 --- a/libstdc++-v3/include/std/std_queue.h +++ b/libstdc++-v3/include/std/std_queue.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/queue * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_set.h b/libstdc++-v3/include/std/std_set.h index 6d5dd4345a9e04b7d8cd1fe3fcff6e03b7367818..65ebe8a10cc667a4ae0df3682520873d190fabbb 100644 --- a/libstdc++-v3/include/std/std_set.h +++ b/libstdc++-v3/include/std/std_set.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/set * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_sstream.h b/libstdc++-v3/include/std/std_sstream.h index f30c23bfeac193a4601f590f05ffa9fed0710b2d..a09815c1945e8fea32e4ad3d798f016709588ea4 100644 --- a/libstdc++-v3/include/std/std_sstream.h +++ b/libstdc++-v3/include/std/std_sstream.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.7 String-based streams -// - /** @file sstream * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.7 String-based streams +// + #ifndef _GLIBCXX_SSTREAM #define _GLIBCXX_SSTREAM 1 diff --git a/libstdc++-v3/include/std/std_stack.h b/libstdc++-v3/include/std/std_stack.h index 0bd6dda00021cf6ae4c86f6d0274089ca44b04f0..396f62e6100c7a849088c520ec8fbf06b7553f89 100644 --- a/libstdc++-v3/include/std/std_stack.h +++ b/libstdc++-v3/include/std/std_stack.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/stack * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_stdexcept.h b/libstdc++-v3/include/std/std_stdexcept.h index 0104e54464ea9c224b8c7ca044a2622b9c347972..2d56b3817d41664293a16f7f03dca68f3a84dd11 100644 --- a/libstdc++-v3/include/std/std_stdexcept.h +++ b/libstdc++-v3/include/std/std_stdexcept.h @@ -27,14 +27,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 19.1 Exception classes -// - /** @file stdexcept * This is a Standard C++ Library header. */ +// +// ISO C++ 19.1 Exception classes +// + #ifndef _GLIBCXX_STDEXCEPT #define _GLIBCXX_STDEXCEPT 1 diff --git a/libstdc++-v3/include/std/std_streambuf.h b/libstdc++-v3/include/std/std_streambuf.h index 67ffaf335f6746e32a6636e929bcaecd7790b04d..9de7907120f1a422ff2d01460e2d9bef4b376327 100644 --- a/libstdc++-v3/include/std/std_streambuf.h +++ b/libstdc++-v3/include/std/std_streambuf.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// -// ISO C++ 14882: 27.5 Stream buffers -// - /** @file streambuf * This is a Standard C++ Library header. */ +// +// ISO C++ 14882: 27.5 Stream buffers +// + #ifndef _GLIBXX_STREAMBUF #define _GLIBXX_STREAMBUF 1 diff --git a/libstdc++-v3/include/std/std_string.h b/libstdc++-v3/include/std/std_string.h index 28ff451f48ae424280aa7489e511663f8d9abd37..c38d52575153d3d8befb642400cb040aaac31a03 100644 --- a/libstdc++-v3/include/std/std_string.h +++ b/libstdc++-v3/include/std/std_string.h @@ -28,14 +28,14 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file include/string + * This is a Standard C++ Library header. + */ + // // ISO C++ 14882: 21 Strings library // -/** @file - * This is a Standard C++ Library header. - */ - #ifndef _GLIBCXX_STRING #define _GLIBCXX_STRING 1 diff --git a/libstdc++-v3/include/std/std_utility.h b/libstdc++-v3/include/std/std_utility.h index d88917b5900ce3a187198372cfaa11472e1b7588..84c9131d82b201f7a0d42adcf7bf153d21c8d489 100644 --- a/libstdc++-v3/include/std/std_utility.h +++ b/libstdc++-v3/include/std/std_utility.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/utility * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/std/std_valarray.h b/libstdc++-v3/include/std/std_valarray.h index d1f43b59268d1d1a0b6a95a6231cf4475b7ac0b1..91b1637c71263a5c5595a3aabca8c4b542c00757 100644 --- a/libstdc++-v3/include/std/std_valarray.h +++ b/libstdc++-v3/include/std/std_valarray.h @@ -28,12 +28,12 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> - /** @file valarray * This is a Standard C++ Library header. */ +// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@DPTMaths.ENS-Cachan.Fr> + #ifndef _GLIBCXX_VALARRAY #define _GLIBCXX_VALARRAY 1 diff --git a/libstdc++-v3/include/std/std_vector.h b/libstdc++-v3/include/std/std_vector.h index ee259d5be8fcc518e20adc00e03465042e991273..a4a527eea035cc69d75c96118040a47224543635 100644 --- a/libstdc++-v3/include/std/std_vector.h +++ b/libstdc++-v3/include/std/std_vector.h @@ -53,7 +53,7 @@ * purpose. It is provided "as is" without express or implied warranty. */ -/** @file +/** @file include/vector * This is a Standard C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/array b/libstdc++-v3/include/tr1/array index 917bd9c104b0a3b5a3c66d6f6892a21c00f09216..153f334a575b8eabb39e72b6b8af7290493b2239 100644 --- a/libstdc++-v3/include/tr1/array +++ b/libstdc++-v3/include/tr1/array @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/array * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/bind_iterate.h b/libstdc++-v3/include/tr1/bind_iterate.h index 2e06ff6d57f79f11127370055e524e6585b419d8..3de49a77b6c0e7d2db4dabbd4a2d80c6b67e1db2 100644 --- a/libstdc++-v3/include/tr1/bind_iterate.h +++ b/libstdc++-v3/include/tr1/bind_iterate.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file bind_iterate.h +/** @file tr1/bind_iterate.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/bind_repeat.h b/libstdc++-v3/include/tr1/bind_repeat.h index 6d2a17041763eea37297728cda65429fea391e6e..8ec29a2283f5dd0b83d5946b62fb0aa76fc697a2 100644 --- a/libstdc++-v3/include/tr1/bind_repeat.h +++ b/libstdc++-v3/include/tr1/bind_repeat.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file bind_repeat.h +/** @file tr1/bind_repeat.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/boost_shared_ptr.h b/libstdc++-v3/include/tr1/boost_shared_ptr.h index 4766bee3a7f056eddc38249a06f821cfceddda50..fc79cfc70c2358e5e35659dbb9f0b570bc014f5b 100644 --- a/libstdc++-v3/include/tr1/boost_shared_ptr.h +++ b/libstdc++-v3/include/tr1/boost_shared_ptr.h @@ -46,7 +46,7 @@ // GCC Note: based on version 1.32.0 of the Boost library. -/** @file boost_shared_ptr.h +/** @file tr1/boost_shared_ptr.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/cctype b/libstdc++-v3/include/tr1/cctype index ea0aafa4a20932702aca47aede5ad2719357361a..8ddfa89002e0f08d816c9fa3cc3631c33022c2d5 100644 --- a/libstdc++-v3/include/tr1/cctype +++ b/libstdc++-v3/include/tr1/cctype @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cctype * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cfenv b/libstdc++-v3/include/tr1/cfenv index 93f6d43167ac6f0d634a1a743fa3ed6f43e1534c..ddcce74c591af3742399cd82812416e79b4a5e90 100644 --- a/libstdc++-v3/include/tr1/cfenv +++ b/libstdc++-v3/include/tr1/cfenv @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cfenv * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cfloat b/libstdc++-v3/include/tr1/cfloat index f6c86a9686ce8fce5fd939f2c166963d9ef97af1..1514ff76066caeaa8fa74b81887f095a0d9a825b 100644 --- a/libstdc++-v3/include/tr1/cfloat +++ b/libstdc++-v3/include/tr1/cfloat @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cfloat * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cinttypes b/libstdc++-v3/include/tr1/cinttypes index 5a899fe92485237838a602206581a6385acd54f2..03bdd30c61570dcc995a88ddeabd1758bf75b878 100644 --- a/libstdc++-v3/include/tr1/cinttypes +++ b/libstdc++-v3/include/tr1/cinttypes @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cinttypes * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/climits b/libstdc++-v3/include/tr1/climits index 398115b7896dd91ca94caac13caae206c512e160..dc047299d77a2256da75fc2646a87a763213786a 100644 --- a/libstdc++-v3/include/tr1/climits +++ b/libstdc++-v3/include/tr1/climits @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/climits * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cmath b/libstdc++-v3/include/tr1/cmath index 0e3320decc0477a5d88632e14c71dc4c0a7044a3..f08e86f73de052c564205e56c83d9779109b8193 100644 --- a/libstdc++-v3/include/tr1/cmath +++ b/libstdc++-v3/include/tr1/cmath @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cmath * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/common.h b/libstdc++-v3/include/tr1/common.h index 1548af02efc5de1de0db1b7bbfda5ea895df3dd1..7d098f863dd9676e499f55815c961ac14c1c50f0 100644 --- a/libstdc++-v3/include/tr1/common.h +++ b/libstdc++-v3/include/tr1/common.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/common.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/complex b/libstdc++-v3/include/tr1/complex index 4192b531c85185143403fe420701daa3b9699c81..0817ef761e3387d63f62240a0eacd48c0c51f795 100644 --- a/libstdc++-v3/include/tr1/complex +++ b/libstdc++-v3/include/tr1/complex @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/complex * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cstdarg b/libstdc++-v3/include/tr1/cstdarg index adbd7754f67001117da70b693724a91648b9e345..e70130e45f9d37d85a7b2724218459ba11cf00d8 100644 --- a/libstdc++-v3/include/tr1/cstdarg +++ b/libstdc++-v3/include/tr1/cstdarg @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cstdarg * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cstdbool b/libstdc++-v3/include/tr1/cstdbool index 60bd1e4ecf8a7cca096b95d954d2cfe195f3a74c..2406f9e28f069484b1ca84067d4f1a35fb4266c4 100644 --- a/libstdc++-v3/include/tr1/cstdbool +++ b/libstdc++-v3/include/tr1/cstdbool @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cstdbool * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cstdint b/libstdc++-v3/include/tr1/cstdint index 198d74654e6aff64a3334930cc68abb62120d1ca..af5a90f288c49f036ed1887644ce93b1e0cafe95 100644 --- a/libstdc++-v3/include/tr1/cstdint +++ b/libstdc++-v3/include/tr1/cstdint @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cstdint * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cstdio b/libstdc++-v3/include/tr1/cstdio index bed0ff333d3b4e7d93f47f86c9d7e9643465541f..1cf41b5018aecedb06fb54bcd68c3d3f6082e83b 100644 --- a/libstdc++-v3/include/tr1/cstdio +++ b/libstdc++-v3/include/tr1/cstdio @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cstdio * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cstdlib b/libstdc++-v3/include/tr1/cstdlib index 49ccb959cbd2b4771a3067fe3cfe54e832e170c0..f7f8d7d9c448727ce71deec57c9394dbd0bf918f 100644 --- a/libstdc++-v3/include/tr1/cstdlib +++ b/libstdc++-v3/include/tr1/cstdlib @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cstdlib * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/ctgmath b/libstdc++-v3/include/tr1/ctgmath index 9f9132fb5b1d9f6942cb08bd08c5eaf36285fa14..eb91185779609b96f8e4779ffd8720d5ee0c4ccf 100644 --- a/libstdc++-v3/include/tr1/ctgmath +++ b/libstdc++-v3/include/tr1/ctgmath @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/ctgmath * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/ctime b/libstdc++-v3/include/tr1/ctime index 420bfdb301a94a85fe08595a79cc937dcd5db14c..45e083976bf339c6e5367487e8315dbceed15e93 100644 --- a/libstdc++-v3/include/tr1/ctime +++ b/libstdc++-v3/include/tr1/ctime @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/ctime * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/ctype.h b/libstdc++-v3/include/tr1/ctype.h index 7d7a5505d2716c23dd39d556443aec5d53f8da20..945b13b126275b4380fdaa1114406c48b05276c1 100644 --- a/libstdc++-v3/include/tr1/ctype.h +++ b/libstdc++-v3/include/tr1/ctype.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/ctype.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cwchar b/libstdc++-v3/include/tr1/cwchar index 5a74d2acf15965fcdae07d6b506feeaab9a6bc13..b918b37dd9fc2656c6156f296e19dbda6de467ca 100644 --- a/libstdc++-v3/include/tr1/cwchar +++ b/libstdc++-v3/include/tr1/cwchar @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cwchar * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/cwctype b/libstdc++-v3/include/tr1/cwctype index 2784f405f1b45f897ba3c22112841b8608aa01e0..7cc7a36c68bc6621686756afd3a40fa004b1c27d 100644 --- a/libstdc++-v3/include/tr1/cwctype +++ b/libstdc++-v3/include/tr1/cwctype @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/cwctype * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/fenv.h b/libstdc++-v3/include/tr1/fenv.h index 8ef0e68c2ca0c4ec2c824d0545b3185d077d026a..91fa40fea5ea6372ce19d9e2eb619f49ace50f47 100644 --- a/libstdc++-v3/include/tr1/fenv.h +++ b/libstdc++-v3/include/tr1/fenv.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/fenv.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/float.h b/libstdc++-v3/include/tr1/float.h index 0a3eb00b1cbe835fcb7a0a0666916aad9dfded07..5e99fe5bfcd6dede2aa8c8a51dff66b92abcbe3c 100644 --- a/libstdc++-v3/include/tr1/float.h +++ b/libstdc++-v3/include/tr1/float.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/float.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/functional b/libstdc++-v3/include/tr1/functional index bafcb1f05043e1627ee00ec096c4ae52c6854665..7ef93a4f2c8cbee399144dd7c595bd8486e5686d 100644 --- a/libstdc++-v3/include/tr1/functional +++ b/libstdc++-v3/include/tr1/functional @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/functional * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/functional_iterate.h b/libstdc++-v3/include/tr1/functional_iterate.h index 3d6cc8c5c1a6d4c172673f8a9f0c85f61f09ce79..c9c1e83346145521758150b1cfc2b67c20726a04 100644 --- a/libstdc++-v3/include/tr1/functional_iterate.h +++ b/libstdc++-v3/include/tr1/functional_iterate.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file functional_iterate.h +/** @file tr1/functional_iterate.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/hashtable b/libstdc++-v3/include/tr1/hashtable index f4451b9033eddd0fe3e4eee962aaab61eacddcb8..0d760eed1d57d0219b63bdb8eef8b3d0415f8b71 100644 --- a/libstdc++-v3/include/tr1/hashtable +++ b/libstdc++-v3/include/tr1/hashtable @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/hashtable * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/hashtable_policy.h b/libstdc++-v3/include/tr1/hashtable_policy.h index 3f9317f565bf926cf14f9009da6727e5c2a81f49..2d3830d544c874756e3a5746c49be52e837a5e27 100644 --- a/libstdc++-v3/include/tr1/hashtable_policy.h +++ b/libstdc++-v3/include/tr1/hashtable_policy.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/hashtable_policy.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/inttypes.h b/libstdc++-v3/include/tr1/inttypes.h index 31901cc92e9760137dee90c670d5a8d700713c5a..720089c2459ea5ed313068f0055848a1be905c38 100644 --- a/libstdc++-v3/include/tr1/inttypes.h +++ b/libstdc++-v3/include/tr1/inttypes.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/inttypes.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/limits.h b/libstdc++-v3/include/tr1/limits.h index 53cafcc6489122e4d6c875872a1ef72ea85685ec..437d1512ede8dd11a0924b431c4a9ad66876d45b 100644 --- a/libstdc++-v3/include/tr1/limits.h +++ b/libstdc++-v3/include/tr1/limits.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/limits.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/math.h b/libstdc++-v3/include/tr1/math.h index 0a3e08bbc4e23fadffb041398dbc4373a572a89e..36fb2fdae506acb387dba353fc7c17d5dfa15116 100644 --- a/libstdc++-v3/include/tr1/math.h +++ b/libstdc++-v3/include/tr1/math.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/math.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/memory b/libstdc++-v3/include/tr1/memory index e819d8bd0ed604d2762a2a05175e5b91531d0867..9de80dadfa942c7141fbc8473795dfba4a45b317 100644 --- a/libstdc++-v3/include/tr1/memory +++ b/libstdc++-v3/include/tr1/memory @@ -28,7 +28,7 @@ // the GNU General Public License. /** - * @file + * @file tr1/memory * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/mu_iterate.h b/libstdc++-v3/include/tr1/mu_iterate.h index 31d4eff2fd4675062a42a292b3dd772dca91eeb4..abdc724a7d47a8b1fd3547334c5b0c35fdc57718 100644 --- a/libstdc++-v3/include/tr1/mu_iterate.h +++ b/libstdc++-v3/include/tr1/mu_iterate.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file mu_iterate.h +/** @file tr1/mu_iterate.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/random b/libstdc++-v3/include/tr1/random index 0f10db52bec8ec7cc145e076cf0d663bb26368f5..d1963940253be679649330132fc01870022709a0 100644 --- a/libstdc++-v3/include/tr1/random +++ b/libstdc++-v3/include/tr1/random @@ -28,7 +28,7 @@ // the GNU General Public License. /** - * @file + * @file tr1/random * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/random.tcc b/libstdc++-v3/include/tr1/random.tcc index 57c9258930894d76b76567c8f48c14bfcec6982f..c66a4d8f17b6b7b9eefa71a264a130646823cfa4 100644 --- a/libstdc++-v3/include/tr1/random.tcc +++ b/libstdc++-v3/include/tr1/random.tcc @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/random.tcc * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/ref_fwd.h b/libstdc++-v3/include/tr1/ref_fwd.h index 18f5d4d070fc7545d6e542cb2d7c069c048b5cfb..6c0efbc60e182f2f369e2e7e562a6d7f79a9f411 100644 --- a/libstdc++-v3/include/tr1/ref_fwd.h +++ b/libstdc++-v3/include/tr1/ref_fwd.h @@ -29,7 +29,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file ref_fwd.h +/** @file tr1/ref_fwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/ref_wrap_iterate.h b/libstdc++-v3/include/tr1/ref_wrap_iterate.h index 471547d0a14bcdcb11593ee79e014ceaf61d20c0..7c63d2cf18aa22e912dd9dcc20384a9b08eee967 100644 --- a/libstdc++-v3/include/tr1/ref_wrap_iterate.h +++ b/libstdc++-v3/include/tr1/ref_wrap_iterate.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file ref_wrap_iterate.h +/** @file tr1/ref_wrap_iterate.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/repeat.h b/libstdc++-v3/include/tr1/repeat.h index ba24f29f861010e328bcb2947cf1b3a17676c3f8..3f09dd56207b19db7fb968460ef14956fd67f6f6 100644 --- a/libstdc++-v3/include/tr1/repeat.h +++ b/libstdc++-v3/include/tr1/repeat.h @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file repeat.h +/** @file tr1/repeat.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/stdarg.h b/libstdc++-v3/include/tr1/stdarg.h index d062a0a9f202166f76e80a1e2ab5b5504d7c54c6..87c4cf3064e0125c7ac916d4a18d7f03bbff56c8 100644 --- a/libstdc++-v3/include/tr1/stdarg.h +++ b/libstdc++-v3/include/tr1/stdarg.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/stdarg.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/stdbool.h b/libstdc++-v3/include/tr1/stdbool.h index dae7a1cd54b805973f64c0120a80522dbd0934af..5865e02305cf4ccf3a5e79489c48d3cbad481da8 100644 --- a/libstdc++-v3/include/tr1/stdbool.h +++ b/libstdc++-v3/include/tr1/stdbool.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/stdbool.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/stdint.h b/libstdc++-v3/include/tr1/stdint.h index 0af6dee2a756bd5937e171d459f150065c3586b0..f9e48707d177df3ad35570e48316581890cc2411 100644 --- a/libstdc++-v3/include/tr1/stdint.h +++ b/libstdc++-v3/include/tr1/stdint.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/stdint.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/stdio.h b/libstdc++-v3/include/tr1/stdio.h index fee7b6116157a269a5133f3f5228dcc335aa92a8..763f03e1bfcbd41f8b38f33a07d803bf70c7446d 100644 --- a/libstdc++-v3/include/tr1/stdio.h +++ b/libstdc++-v3/include/tr1/stdio.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/stdio.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/stdlib.h b/libstdc++-v3/include/tr1/stdlib.h index f58e4f000198e6a3e2b14f2c03751804cd64f7c4..92bc4687c6f4785f07be73d667e378ba2be162bd 100644 --- a/libstdc++-v3/include/tr1/stdlib.h +++ b/libstdc++-v3/include/tr1/stdlib.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/stdlib.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/tgmath.h b/libstdc++-v3/include/tr1/tgmath.h index cfc0d58693640c8d3d15d6d713b28a24b955c2a7..90c8a63deaac1359bc9dae46d55a4675b3f750e7 100644 --- a/libstdc++-v3/include/tr1/tgmath.h +++ b/libstdc++-v3/include/tr1/tgmath.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/tgmath.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/tuple b/libstdc++-v3/include/tr1/tuple index d30bfba6d514f2ae2f80ccad2904d9d54595558c..379631d42f25daf1306781939c55c265f906ab50 100644 --- a/libstdc++-v3/include/tr1/tuple +++ b/libstdc++-v3/include/tr1/tuple @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/tuple * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/tuple_defs.h b/libstdc++-v3/include/tr1/tuple_defs.h index 8cab92724af711796caf1d3e1985f2b28fad20f6..dba6ccc4357810a6f5d019a861d1cb226a1eecd3 100644 --- a/libstdc++-v3/include/tr1/tuple_defs.h +++ b/libstdc++-v3/include/tr1/tuple_defs.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file tuple_defs.h +/** @file tr1/tuple_defs.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/tuple_iterate.h b/libstdc++-v3/include/tr1/tuple_iterate.h index c1fcee6107a6d9d0ab2b24a9daab4c151920e77b..42ddf54b78aa9520674a4d9441e51a1954ba85d4 100644 --- a/libstdc++-v3/include/tr1/tuple_iterate.h +++ b/libstdc++-v3/include/tr1/tuple_iterate.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/tuple_iterate.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/type_traits b/libstdc++-v3/include/tr1/type_traits index bf81fe0076b73b15e2929c33268a6a3ba62e7be5..048180150dfead691646d88cdd86865d0eab2545 100644 --- a/libstdc++-v3/include/tr1/type_traits +++ b/libstdc++-v3/include/tr1/type_traits @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/type_traits * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/type_traits_fwd.h b/libstdc++-v3/include/tr1/type_traits_fwd.h index f2130b05ff2a1dcccca384b3ed8b435c3b5c85b8..819bb914817e026f430167496960c1376e232291 100644 --- a/libstdc++-v3/include/tr1/type_traits_fwd.h +++ b/libstdc++-v3/include/tr1/type_traits_fwd.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file type_traits_fwd.h +/** @file tr1/type_traits_fwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/tr1/unordered_map b/libstdc++-v3/include/tr1/unordered_map index 9d0098b590b21132e9df7cb69bb0ad7670ff75c9..88f39cee51ad3f1bd5324cedfb3aa44e5fc9785a 100644 --- a/libstdc++-v3/include/tr1/unordered_map +++ b/libstdc++-v3/include/tr1/unordered_map @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/unordered_map * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/unordered_set b/libstdc++-v3/include/tr1/unordered_set index 227dae54968ee5263795dd530154ad9bbb6d564f..49829a6020ed8a85518dd020ea205cad1973a2de 100644 --- a/libstdc++-v3/include/tr1/unordered_set +++ b/libstdc++-v3/include/tr1/unordered_set @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/unordered_set * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/utility b/libstdc++-v3/include/tr1/utility index d9b99ec00329a670b550956a7a65b1670a80bd07..a719faa45e7b2859c56e7b60f634ff058636fd5a 100644 --- a/libstdc++-v3/include/tr1/utility +++ b/libstdc++-v3/include/tr1/utility @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/utility * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/wchar.h b/libstdc++-v3/include/tr1/wchar.h index 295b6a966a6ac535513da75be12d226fced76680..00fb8a0ce8e1f57814bd3ce7a9fac953195afa32 100644 --- a/libstdc++-v3/include/tr1/wchar.h +++ b/libstdc++-v3/include/tr1/wchar.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/wchar.h * This is a TR1 C++ Library header. */ diff --git a/libstdc++-v3/include/tr1/wctype.h b/libstdc++-v3/include/tr1/wctype.h index 08341094947781d7c01318f9a20cbeb5c1af17dc..9ef23cd636279eb0f093324666f00e560a493003 100644 --- a/libstdc++-v3/include/tr1/wctype.h +++ b/libstdc++-v3/include/tr1/wctype.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file +/** @file tr1/wctype.h * This is a TR1 C++ Library header. */