]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/bits/ostream.tcc
user.cfg.in: Also document deprecated entries.
authorPhil Edwards <pme@gcc.gnu.org>
Wed, 6 Mar 2002 21:22:56 +0000 (21:22 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Wed, 6 Mar 2002 21:22:56 +0000 (21:22 +0000)
commit037cfe71e00569f3b623da0a672fbbad2dd6c22f
tree29b2f0a33d5a61920c7c84a803f749f812f26638
parentd95336cf37d83abc50e2e0b3e3173023291a0c81
user.cfg.in: Also document deprecated entries.

2002-03-06  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/user.cfg.in:  Also document deprecated entries.
* docs/html/Makefile:  Example rule to rebuild porting-howto.html.
* docs/html/17_intro/howto.html:  "gcc"->"GCC" changes, when
referring to the collection as a whole.  New section on which macros
can be redefined by the user.
* docs/html/19_diagnostics/howto.html:  Update note for concepts.
* docs/html/20_util/howto.html:  Update link to SGI.
* docs/html/faq/index.html:  Update snapshot versions.  New entry
on why g++ (but not gcc) must currently predefine certain macros.
* docs/html/faq/index.txt:  Regenerated.

* include/bits/basic_string.h (basic_string::_S_construct):  Fix
names in declaration.
(basic_string::compare):  These are no longer optional.
* include/bits/ostream.tcc:  Tweak closing brace placement.
* include/bits/stl_algo.h:  Lots of initial doxygen comment hooks.
* include/std/std_sstream.h:  Fix typo in comment.
* include/bits/locale_facets.tcc:  Remove unneeded header inclusion.
* src/locale.cc:  Likewise.

From-SVN: r50376
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/user.cfg.in
libstdc++-v3/docs/html/17_intro/howto.html
libstdc++-v3/docs/html/19_diagnostics/howto.html
libstdc++-v3/docs/html/20_util/howto.html
libstdc++-v3/docs/html/Makefile
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/faq/index.txt
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/std/std_sstream.h
libstdc++-v3/src/locale.cc