OSDN Git Service

2007-11-13 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2007 17:43:57 +0000 (17:43 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2007 17:43:57 +0000 (17:43 +0000)
commit99fb47822ca2b127ba2c7edf0e30600fc6a9d6e1
tree925f108409a45af067ae7c38b38400e98b17df9a
parent18346ecd861dc66e71dafe48ff216cfa4dc95a21
2007-11-13  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/documentation.html: First pass at unified table of contents.
* docs/html/abi.html: Move...
* docs/html/17_intro/abi.html: ...here.
* docs/html/17_intro/porting-howto.html: Update, edit, put
resulting pieces into...
* docs/html/17_intro/api.html: New.
* docs/html/17_intro/c++0x_status.html: New.
* docs/html/17_intro/CHECKLIST: Move to...
* docs/html/17_intro/c++1998_status.html: ...here.
* docs/html/ext/tr1.html: Move ...
* docs/html/17_intro/tr1_status.html: ...here.
* docs/html/debug_mode.html: Move...
* docs/html/ext/debug_mode.html: ...here.
* docs/html/parallel_mode.html: Move...
* docs/html/ext/parallel_mode.html: ...here
* docs/html/17_intro/BUGS: Remove.
* docs/html/17_intro/concept_check.diff: Remove.
* docs/html/17_intro/HEADER_POLICY: Remove.
* docs/html/17_intro/headers_cc.txt: Remove.
* docs/html/17_intro/PROBLEMS: Remove.
* docs/html/17_intro/RELEASE-NOTES: Remove.
* docs/html/explanations.html: Remove.
* docs/html/makedoc.awk: Remove.
* docs/html/faq/index.txt: Remove. HTML only.
* /docs/html/Makefile: Remove.

* docs/html/17_intro/configury.html: Editing, updating,
consistency check with doxygen conventions. Change libstdc++-v3 to
libstdc++.
* docs/html/17_intro/howto.html: Same.
* docs/html/17_intro/license.html: Same.
* docs/html/17_intro/porting.html: Same.
* docs/html/18_support/howto.html: Same.
* docs/html/19_diagnostics/howto.html: Same.
* docs/html/20_util/allocator.html: Same.
* docs/html/20_util/howto.html: Same.
* docs/html/21_strings/howto.html: Same.
* docs/html/22_locale/codecvt.html: Same.
* docs/html/22_locale/ctype.html: Same.
* docs/html/22_locale/howto.html: Same.
* docs/html/22_locale/messages.html: Same.
* docs/html/23_containers/howto.html: Same.
* docs/html/24_iterators/howto.html: Same.
* docs/html/25_algorithms/howto.html: Same.
* docs/html/26_numerics/howto.html: Same.
* docs/html/27_io/howto.html: Same.
* docs/html/configopts.html: Same.
* docs/html/debug.html: Same.
* docs/html/ext/ballocator_doc.html: Same.
* docs/html/ext/howto.html: Same.
* docs/html/ext/mt_allocator.html: Same.
* docs/html/ext/sgiexts.html: Same.
* docs/html/faq/index.html: Same.
* docs/html/install.html: Same.
* docs/html/test.html: Same.

* include/bits/c++config: Change _GLIBCXX_DEPRECATED to
_GLIBCXX_DEPRECATED_ATTR, _GLIBCXX_VISIBILITY to
_GLIBCXX_VISIBILITY_ATTR.
* include/backward/auto_ptr.h: Same.
* include/backward/binders.h: Same.
* include/bits/stl_function.h: Same.
* include/std/memory: Same.
* include/std/streambuf: Same.
* include/tr1_impl/boost_shared_ptr.h: Same.
* src/globals_io.cc: Same.
* src/ios_init.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130150 138bc75d-0d04-0410-961f-82ee72b054a4
56 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/BUGS [deleted file]
libstdc++-v3/docs/html/17_intro/HEADER_POLICY [deleted file]
libstdc++-v3/docs/html/17_intro/PROBLEMS [deleted file]
libstdc++-v3/docs/html/17_intro/RELEASE-NOTES [deleted file]
libstdc++-v3/docs/html/17_intro/abi.html [moved from libstdc++-v3/docs/html/abi.html with 98% similarity]
libstdc++-v3/docs/html/17_intro/api.html [new file with mode: 0644]
libstdc++-v3/docs/html/17_intro/c++0x_status.html [new file with mode: 0644]
libstdc++-v3/docs/html/17_intro/c++1998_status.html [moved from libstdc++-v3/docs/html/17_intro/CHECKLIST with 99% similarity]
libstdc++-v3/docs/html/17_intro/concept_check.diff [deleted file]
libstdc++-v3/docs/html/17_intro/configury.html
libstdc++-v3/docs/html/17_intro/headers_cc.txt [deleted file]
libstdc++-v3/docs/html/17_intro/howto.html
libstdc++-v3/docs/html/17_intro/license.html
libstdc++-v3/docs/html/17_intro/porting-howto.html [deleted file]
libstdc++-v3/docs/html/17_intro/porting.html
libstdc++-v3/docs/html/17_intro/tr1_status.html [moved from libstdc++-v3/docs/html/ext/tr1.html with 99% similarity]
libstdc++-v3/docs/html/18_support/howto.html
libstdc++-v3/docs/html/19_diagnostics/howto.html
libstdc++-v3/docs/html/20_util/allocator.html
libstdc++-v3/docs/html/20_util/howto.html
libstdc++-v3/docs/html/21_strings/howto.html
libstdc++-v3/docs/html/22_locale/codecvt.html
libstdc++-v3/docs/html/22_locale/ctype.html
libstdc++-v3/docs/html/22_locale/howto.html
libstdc++-v3/docs/html/22_locale/messages.html
libstdc++-v3/docs/html/23_containers/howto.html
libstdc++-v3/docs/html/24_iterators/howto.html
libstdc++-v3/docs/html/25_algorithms/howto.html
libstdc++-v3/docs/html/26_numerics/howto.html
libstdc++-v3/docs/html/27_io/howto.html
libstdc++-v3/docs/html/Makefile [deleted file]
libstdc++-v3/docs/html/configopts.html
libstdc++-v3/docs/html/debug.html
libstdc++-v3/docs/html/documentation.html
libstdc++-v3/docs/html/explanations.html [deleted file]
libstdc++-v3/docs/html/ext/ballocator_doc.html
libstdc++-v3/docs/html/ext/debug_mode.html [moved from libstdc++-v3/docs/html/debug_mode.html with 99% similarity]
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/docs/html/ext/mt_allocator.html
libstdc++-v3/docs/html/ext/parallel_mode.html [moved from libstdc++-v3/docs/html/parallel_mode.html with 99% similarity]
libstdc++-v3/docs/html/ext/sgiexts.html
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/faq/index.txt [deleted file]
libstdc++-v3/docs/html/install.html
libstdc++-v3/docs/html/makedoc.awk [deleted file]
libstdc++-v3/docs/html/test.html
libstdc++-v3/include/backward/auto_ptr.h
libstdc++-v3/include/backward/binders.h
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/stl_function.h
libstdc++-v3/include/std/memory
libstdc++-v3/include/std/streambuf
libstdc++-v3/include/tr1_impl/boost_shared_ptr.h
libstdc++-v3/src/globals_io.cc
libstdc++-v3/src/ios_init.cc