]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 23 Dec 2000 07:13:57 +0000 (07:13 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 23 Dec 2000 07:13:57 +0000 (07:13 +0000)
commita40ba78e55a277a4dc5b93f67ad4de0812163a2f
treeffa1846d7c65367ce41a49c90f867e28eed685c6
parentca5fc74676b641ce6ab62469d1ed72cdcd0ad264
Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.

2000-12-23  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
(strstream.cc): Add special rule for deprecated files.
* libsupc++/Makefile.am (INCLUDES): Sync.
* acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here.

Reported by Fred Fish  <fnf@ninemoons.com>
* include/backward/iomanip.h: Remove backward from include
* include/backward/strstream.h: Same.
* include/backward/stream.h: Same.
* include/backward/ostream.h: Same.
* include/backward/istream.h: Same.
* src/strstream.cc: And here.

Reported by  Brad Garcia  <bgarcia@laurelnetworks.com>
* src/string-inst.cc (_S_find): Use generic template.
* include/bits/string.tcc (_S_find): Remove specializations

From-SVN: r38477
19 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/include/backward/iomanip.h
libstdc++-v3/include/backward/istream.h
libstdc++-v3/include/backward/ostream.h
libstdc++-v3/include/backward/stream.h
libstdc++-v3/include/backward/strstream.h
libstdc++-v3/include/bits/string.tcc
libstdc++-v3/libio/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/string-inst.cc
libstdc++-v3/src/strstream.cc