OSDN Git Service

2001-09-25 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2001 23:51:17 +0000 (23:51 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2001 23:51:17 +0000 (23:51 +0000)
commitac1d846998fd3f071c843ab2b48e9316ce8cec7d
tree32c7ec2d3784a56111795e6e0326bdb210835190
parent92f03c00f7b9663e2918f0a387f402d934a9c462
2001-09-25  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/20_util/howto.html:  Add anchor name.
* docs/html/23_containers/howto.html:  Line wrapping, another link.
* docs/html/25_algorithms/howto.html:  Another note.

* docs/html/ext/howto.html:  Link to SGI extensions.  List DRs and
link to them...
* docs/html/ext/lwg-active.html:  ...in this new file (from R19),
* docs/html/ext/lwg-defects.html:  and this new file (from R19).
* docs/html/ext/sgiexts.html:  New file.  Mention SGI extensions
carried over to libstdc++-v3.
* docs/html/faq/index.html:  Link to SGI extensions.  Mention the
"missing .." pseudobug.
* docs/html/faq/index.txt:  Regenerate.

* include/bits/ios_base.h:  DR-related comment cleanup.
* include/bits/istream.tcc:  Likewise.
* include/bits/locale_facets.h:  Likewise.
* include/bits/locale_facets.tcc:  Likewise.
* include/bits/ostream.tcc:  Likewise.
* include/bits/std_bitset.h:  Likewise.
* include/bits/std_iosfwd.h:  Likewise.
* include/bits/std_istream.h:  Likewise.
* include/bits/std_ostream.h:  Likewise.
* include/bits/std_streambuf.h:  Likewise.
* include/bits/stl_pair.h:  Likewise.
* include/bits/streambuf_iterator.h:  Likewise.

* include/bits/std_map.h:  Remove unused header inclusion guard
_CPP_BITS_STL_TREE_H from around bits/stl_tree.h.
* include/bits/std_set.h:  Likewise.

* include/bits/stl_function.h:  Doxygen markup.
* docs/doxygen/doxygroups.cc:  New file, specifying module grouping.
* libsupc++/typeinfo:  Doxygen markup tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45816 138bc75d-0d04-0410-961f-82ee72b054a4
27 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/doxygroups.cc [new file with mode: 0644]
libstdc++-v3/docs/html/20_util/howto.html
libstdc++-v3/docs/html/23_containers/howto.html
libstdc++-v3/docs/html/25_algorithms/howto.html
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/docs/html/ext/lwg-active.html [new file with mode: 0644]
libstdc++-v3/docs/html/ext/lwg-defects.html [new file with mode: 0644]
libstdc++-v3/docs/html/ext/sgiexts.html [new file with mode: 0644]
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/faq/index.txt
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/include/bits/istream.tcc
libstdc++-v3/include/bits/locale_facets.h
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/bits/std_bitset.h
libstdc++-v3/include/bits/std_iosfwd.h
libstdc++-v3/include/bits/std_istream.h
libstdc++-v3/include/bits/std_map.h
libstdc++-v3/include/bits/std_ostream.h
libstdc++-v3/include/bits/std_set.h
libstdc++-v3/include/bits/std_streambuf.h
libstdc++-v3/include/bits/stl_function.h
libstdc++-v3/include/bits/stl_pair.h
libstdc++-v3/include/bits/streambuf_iterator.h
libstdc++-v3/libsupc++/typeinfo