OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libstdc++-v3/] [ChangeLog-2000] - Diff between revs 816 and 826

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 826
2000-12-31  Alexandre Oliva  
2000-12-31  Alexandre Oliva  
        * include/c_std/bits/std_cstdlib.h (mblen): Protect against macro.
        * include/c_std/bits/std_cstdlib.h (mblen): Protect against macro.
2000-12-23  Benjamin Kosnik  
2000-12-23  Benjamin Kosnik  
        * src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
        * src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
        (strstream.cc): Add special rule for deprecated files.
        (strstream.cc): Add special rule for deprecated files.
        * libsupc++/Makefile.am (INCLUDES): Sync.
        * libsupc++/Makefile.am (INCLUDES): Sync.
        * acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here.
        * acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here.
        Reported by Fred Fish  
        Reported by Fred Fish  
        * include/backward/iomanip.h: Remove backward from include
        * include/backward/iomanip.h: Remove backward from include
        * include/backward/strstream.h: Same.
        * include/backward/strstream.h: Same.
        * include/backward/stream.h: Same.
        * include/backward/stream.h: Same.
        * include/backward/ostream.h: Same.
        * include/backward/ostream.h: Same.
        * include/backward/istream.h: Same.
        * include/backward/istream.h: Same.
        * src/strstream.cc: And here.
        * src/strstream.cc: And here.
        Reported by  Brad Garcia  
        Reported by  Brad Garcia  
        * src/string-inst.cc (_S_find): Use generic template.
        * src/string-inst.cc (_S_find): Use generic template.
        * include/bits/string.tcc (_S_find): Remove specializations
        * include/bits/string.tcc (_S_find): Remove specializations
2000-12-22  Benjamin Kosnik  
2000-12-22  Benjamin Kosnik  
        Attempt to make locale visible in gdb.
        Attempt to make locale visible in gdb.
        * include/bits/std_locale.h: Remove codecvt.h include.
        * include/bits/std_locale.h: Remove codecvt.h include.
        * include/bits/locale_facets.h: Add here, after ctype decls.
        * include/bits/locale_facets.h: Add here, after ctype decls.
        * include/bits/codecvt.h: Remove std namespace, as assumed to be
        * include/bits/codecvt.h: Remove std namespace, as assumed to be
        in std now.
        in std now.
        * include/bits/locale_facets.h: Consistently move generic static
        * include/bits/locale_facets.h: Consistently move generic static
        member definitions directly after generic facet declarations.
        member definitions directly after generic facet declarations.
        * include/bits/locale_facets.tcc: From here.
        * include/bits/locale_facets.tcc: From here.
        * src/locale.cc: Organize locale::id static definitions for
        * src/locale.cc: Organize locale::id static definitions for
        required facets.
        required facets.
        * src/codecvt.cc (codecvt): Remove locale::id definition.
        * src/codecvt.cc (codecvt): Remove locale::id definition.
        (codecvt): Same.
        (codecvt): Same.
        * src/localename: And here.
        * src/localename: And here.
        * include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
        * include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
        Same for _M_halfcount.
        Same for _M_halfcount.
2000-12-22  Alexandre Oliva  
2000-12-22  Alexandre Oliva  
        * mknumeric_limits: Output to temporary files, and rename them at
        * mknumeric_limits: Output to temporary files, and rename them at
        the end.
        the end.
2000-12-21  Benjamin Kosnik  
2000-12-21  Benjamin Kosnik  
        * configure.in: Change GLIBCPP_ENABLE_SHADOW to
        * configure.in: Change GLIBCPP_ENABLE_SHADOW to
        GLIBCPP_ENABLE_CHEADERS.
        GLIBCPP_ENABLE_CHEADERS.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
        ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
        ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * include/c: Move to ...
        * include/c: Move to ...
        * include/c_std: ...here.
        * include/c_std: ...here.
        * include/c_std: Move to ...
        * include/c_std: Move to ...
        * include/c_shadow: ...here.
        * include/c_shadow: ...here.
        * include/c: Repopulate, with simple headers.
        * include/c: Repopulate, with simple headers.
        * docs/html/configopts.html: Adjust docs.
        * docs/html/configopts.html: Adjust docs.
2000-12-21  Joseph S. Myers  
2000-12-21  Joseph S. Myers  
        * acinclude.m4, configure.in, mkcheck.in,
        * acinclude.m4, configure.in, mkcheck.in,
        testsuite/21_strings/ctor_copy_dtor.cc,
        testsuite/21_strings/ctor_copy_dtor.cc,
        testsuite/21_strings/inserters_extractors.cc,
        testsuite/21_strings/inserters_extractors.cc,
        testsuite/23_containers/map_operators.cc,
        testsuite/23_containers/map_operators.cc,
        testsuite/23_containers/vector_element_access.cc,
        testsuite/23_containers/vector_element_access.cc,
        testsuite/25_algorithms/lower_bound.cc,
        testsuite/25_algorithms/lower_bound.cc,
        testsuite/27_io/ifstream_members.cc,
        testsuite/27_io/ifstream_members.cc,
        testsuite/27_io/istream_extractor_arith.cc,
        testsuite/27_io/istream_extractor_arith.cc,
        testsuite/27_io/istream_unformatted.cc,
        testsuite/27_io/istream_unformatted.cc,
        testsuite/27_io/ofstream_members.cc,
        testsuite/27_io/ofstream_members.cc,
        testsuite/27_io/ostream_inserter_char.cc,
        testsuite/27_io/ostream_inserter_char.cc,
        testsuite/27_io/ostream_inserter_other.cc,
        testsuite/27_io/ostream_inserter_other.cc,
        testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
        testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
        Change sourceware.cygnus.com and sources.redhat.com URLs for
        Change sourceware.cygnus.com and sources.redhat.com URLs for
        libstdc++ web pages and list archives to point to gcc.gnu.org
        libstdc++ web pages and list archives to point to gcc.gnu.org
        * aclocal.m4, configure: Regenerate.
        * aclocal.m4, configure: Regenerate.
2000-12-21  Gabriel Dos Reis  
2000-12-21  Gabriel Dos Reis  
        * src/Makefile.am (sources): Remove complex.cc, complexf.cc and
        * src/Makefile.am (sources): Remove complex.cc, complexf.cc and
        complexl.cc from list.
        complexl.cc from list.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * src/complex.cc: Remove.
        * src/complex.cc: Remove.
        * src/complexf.cc: Likewise.
        * src/complexf.cc: Likewise.
        * src/complexl.cc: Likewise.
        * src/complexl.cc: Likewise.
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
        (EXTRA_DIST): Remove csqrt.c and csqrtf.c.
        (EXTRA_DIST): Remove csqrt.c and csqrtf.c.
        * libmath/Makefile.in: Regenerate.
        * libmath/Makefile.in: Regenerate.
        * libmath/complex-stub.h: Remove.
        * libmath/complex-stub.h: Remove.
        * libmath/csqrt.c: Likewise.
        * libmath/csqrt.c: Likewise.
        * libmath/sqrtf.c: Likewise.
        * libmath/sqrtf.c: Likewise.
        * libmath/sqrtl.c: Likewise.
        * libmath/sqrtl.c: Likewise.
        * libmath/mathconf.h: Remove  and "complex-stub.h"
        * libmath/mathconf.h: Remove  and "complex-stub.h"
        #inclusion.
        #inclusion.
        * include/bits/std_complex.h (sqrt<>): Define primary template.
        * include/bits/std_complex.h (sqrt<>): Define primary template.
        (complex<>): Remove sqrt friend declarations.
        (complex<>): Remove sqrt friend declarations.
        * configure.in: Initialize with src/ios.cc.
        * configure.in: Initialize with src/ios.cc.
        * configure: Regenerate.
        * configure: Regenerate.
        * acinclude.m4: Remove check for csqrt* and 
        * acinclude.m4: Remove check for csqrt* and 
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-12-20  Phil Edwards  
2000-12-20  Phil Edwards  
        * acinclude.m4 (SECTION_FLAGS, OPT_LDFLAGS):  Fix minor thinko.
        * acinclude.m4 (SECTION_FLAGS, OPT_LDFLAGS):  Fix minor thinko.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Ditto.
        * configure:  Ditto.
        * Makefile.in:  Ditto.
        * Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * include/bits/istream.tcc:  Fix clause reference in comment.
        * include/bits/istream.tcc:  Fix clause reference in comment.
2000-12-20  Benjamin Kosnik  
2000-12-20  Benjamin Kosnik  
        * testsuite/17_intro/headers_c.cc (main): New file.
        * testsuite/17_intro/headers_c.cc (main): New file.
        * acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not
        * acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not
        passed.
        passed.
        (OPT_LDFLAGS): And here.
        (OPT_LDFLAGS): And here.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-12-19  Curtis Janssen  
2000-12-19  Curtis Janssen  
        * src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
        * src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
        * testsuite/27_io/ios_base_storage.cc (test01): New file.
        * testsuite/27_io/ios_base_storage.cc (test01): New file.
2000-12-19  Benjamin Kosnik  
2000-12-19  Benjamin Kosnik  
        * configure.in: Don't turn on long long by default.
        * configure.in: Don't turn on long long by default.
        (gxx_target_include_dir): Adjuse comment.
        (gxx_target_include_dir): Adjuse comment.
        * configure: Regenerate.
        * configure: Regenerate.
        * include/c/bits/std_cstdio.h: Remove c++config.h include.
        * include/c/bits/std_cstdio.h: Remove c++config.h include.
        * src/locale.cc: Formatting tweaks.
        * src/locale.cc: Formatting tweaks.
        * testsuite/22_locale/ctype.cc (char): Provide
        * testsuite/22_locale/ctype.cc (char): Provide
        member functions.
        member functions.
2000-12-19  Loren J. Rittle  
2000-12-19  Loren J. Rittle  
        * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage.
        * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage.
2000-12-19  Mark Kettenis  
2000-12-19  Mark Kettenis  
        * configure.target: Support the Hurd.
        * configure.target: Support the Hurd.
2000-12-19  Benjamin Kosnik  
2000-12-19  Benjamin Kosnik  
        * config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
        * config/os/newlib/bits/ctype_inline.h (is): Same.
        * config/os/newlib/bits/ctype_inline.h (is): Same.
        * config/os/irix/bits/ctype_inline.h (is): Same.
        * config/os/irix/bits/ctype_inline.h (is): Same.
        * config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
        * config/os/aix/bits/ctype_inline.h (is): Same.
        * config/os/aix/bits/ctype_inline.h (is): Same.
        * config/os/gnu-linux/bits/ctype_inline.h (is): Revert.
        * config/os/gnu-linux/bits/ctype_inline.h (is): Revert.
        * config/os/generic/bits/ctype_inline.h (is): Non-table based
        * config/os/generic/bits/ctype_inline.h (is): Non-table based
        implementation.
        implementation.
        * testsuite/22_locale/ctype_char_members.cc (test01): Use binary
        * testsuite/22_locale/ctype_char_members.cc (test01): Use binary
        operator correctly.
        operator correctly.
        (test01): Check 'A' for alnum, upper, alpha.
        (test01): Check 'A' for alnum, upper, alpha.
2000-12-19  Gabriel Dos Reis  
2000-12-19  Gabriel Dos Reis  
        * include/bits/std_complex.h (complex::operator-=): Fix
        * include/bits/std_complex.h (complex::operator-=): Fix
        thinko.
        thinko.
2000-12-18  Benjamin Kosnik  
2000-12-18  Benjamin Kosnik  
        * configure.in: Set os_include_dir for cross_compiles.
        * configure.in: Set os_include_dir for cross_compiles.
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.target (l_glibcpp_cxxflags): Don't try to be clever
        * configure.target (l_glibcpp_cxxflags): Don't try to be clever
        when assigning ATOMICITYH. Only special case the special cases...
        when assigning ATOMICITYH. Only special case the special cases...
2000-12-18  Joseph S. Myers  
2000-12-18  Joseph S. Myers  
        * docs/html/17_intro/COPYING: Update to current
        * docs/html/17_intro/COPYING: Update to current
        ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
        ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
        to 19yy as example year in copyright notice).
        to 19yy as example year in copyright notice).
2000-12-15  Benjamin Kosnik  
2000-12-15  Benjamin Kosnik  
        * configure.in (gxx_target_include_dir): Install target-dependent
        * configure.in (gxx_target_include_dir): Install target-dependent
        include files in a target-dependent place.
        include files in a target-dependent place.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am: Add in support here.
        * src/Makefile.am: Add in support here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-12-14  Benjamin Kosnik  
2000-12-14  Benjamin Kosnik  
        * src/Makefile.am (myinstallheaders): Install backwards headers in
        * src/Makefile.am (myinstallheaders): Install backwards headers in
        prefix, not prefix/backward.
        prefix, not prefix/backward.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-12-14  Benjamin Kosnik  
2000-12-14  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Revert changes
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Revert changes
        touching copysignf, atan2f, expf.
        touching copysignf, atan2f, expf.
        (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Add it back here.
        (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Add it back here.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-12-14  Benjamin Kosnik  
2000-12-14  Benjamin Kosnik  
        * configure.in (CXX): Exit out if mknumeric_limits fails.
        * configure.in (CXX): Exit out if mknumeric_limits fails.
        * mknumeric_limits (CXX): Use BUILD_DIR/g++, not g++ in
        * mknumeric_limits (CXX): Use BUILD_DIR/g++, not g++ in
        path. Consistency with tests_flags.in.
        path. Consistency with tests_flags.in.
2000-12-14  Benjamin Kosnik  
2000-12-14  Benjamin Kosnik  
        * include/c/bits/*.h: Remove include_next, replace with include,
        * include/c/bits/*.h: Remove include_next, replace with include,
        as include_next does not work host-x-host, and include_next not
        as include_next does not work host-x-host, and include_next not
        necessary.
        necessary.
2000-12-13  Benjamin Kosnik  
2000-12-13  Benjamin Kosnik  
        * include/bits/locale_facets.h (ctype): Remove throw specs not in
        * include/bits/locale_facets.h (ctype): Remove throw specs not in
        base class signature.
        base class signature.
        * config/os/*/bits/ctype_inline.h (is): Same.
        * config/os/*/bits/ctype_inline.h (is): Same.
2000-12-13  Benjamin Kosnik  
2000-12-13  Benjamin Kosnik  
        * config/os/generic/bits/ctype_base.h (ctype_base): Consistency
        * config/os/generic/bits/ctype_base.h (ctype_base): Consistency
        with linux.
        with linux.
        * config/os/generic/bits/ctype_inline.h (is): Same.
        * config/os/generic/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.5/bits/ctype_base.h: Same.
        * config/os/solaris/solaris2.5/bits/ctype_base.h: Same.
        * config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.6/bits/ctype_base.h: Same.
        * config/os/solaris/solaris2.6/bits/ctype_base.h: Same.
        * config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
        * config/os/solaris/solaris2.7/bits/ctype_base.h: Same.
        * config/os/solaris/solaris2.7/bits/ctype_base.h: Same.
        * config/os/irix/bits/ctype_inline.h (is): Same.
        * config/os/irix/bits/ctype_inline.h (is): Same.
        * config/os/irix/bits/ctype_base.h (ctype_base): Same.
        * config/os/irix/bits/ctype_base.h (ctype_base): Same.
        * config/os/aix/bits/ctype_inline.h (is): Same.
        * config/os/aix/bits/ctype_inline.h (is): Same.
        * config/os/aix/bits/ctype_base.h (ctype_base): Same.
        * config/os/aix/bits/ctype_base.h (ctype_base): Same.
        * config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/netbsd/bits/ctype_base.h (ctype_base): Same.
        * config/os/bsd/netbsd/bits/ctype_base.h (ctype_base): Same.
        * config/os/bsd/freebsd/bits/ctype_base.h (ctype_base): Same.
        * config/os/bsd/freebsd/bits/ctype_base.h (ctype_base): Same.
        * config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
        * config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
        * config/os/newlib/bits/ctype_inline.h (is): Same.
        * config/os/newlib/bits/ctype_inline.h (is): Same.
        * config/os/newlib/bits/ctype_base.h (ctype_base): Same.
        * config/os/newlib/bits/ctype_base.h (ctype_base): Same.
        * testsuite/22_locale/ctype_char_members.cc (test01): Add tests, fix.
        * testsuite/22_locale/ctype_char_members.cc (test01): Add tests, fix.
        * testsuite/22_locale/ctype.cc (test01): Add tests for
        * testsuite/22_locale/ctype.cc (test01): Add tests for
        ctype_base::mask bitmask features.
        ctype_base::mask bitmask features.
        * src/locale.cc: Define const static data for ctype_base.
        * src/locale.cc: Define const static data for ctype_base.
        * config/os/gnu-linux/bits/ctype_base.h (ctype_base): Make
        * config/os/gnu-linux/bits/ctype_base.h (ctype_base): Make
        ctype_base::mask type an integer type, not an enum.
        ctype_base::mask type an integer type, not an enum.
        * config/os/gnu-linux/bits/ctype_inline.h (is): Implement correctly.
        * config/os/gnu-linux/bits/ctype_inline.h (is): Implement correctly.
        * include/bits/locale_facets.h: Tweaks.
        * include/bits/locale_facets.h: Tweaks.
        * include/bits/ios_base.h: Formatting tweaks.
        * include/bits/ios_base.h: Formatting tweaks.
        * docs/html/17_intro/C++STYLE: Add.
        * docs/html/17_intro/C++STYLE: Add.
2000-12-12  Benjamin Kosnik  
2000-12-12  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Don't link ctype
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Don't link ctype
        files here...
        files here...
        * configure.in: Rather, do it once for all targets here. Clean up
        * configure.in: Rather, do it once for all targets here. Clean up
        canadian cross and cross compile targets for linux-targeted
        canadian cross and cross compile targets for linux-targeted
        crosses.
        crosses.
        * configure: Regenerate.
        * configure: Regenerate.
        * aclocal.m4: Regnerate.
        * aclocal.m4: Regnerate.
        * acconfig.h: Add more defines.
        * acconfig.h: Add more defines.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
2000-12-12  Angela Marie Thomas 
2000-12-12  Angela Marie Thomas 
        * configure.in: Fix case for host-x-linux
        * configure.in: Fix case for host-x-linux
        * configure: Regenerate.
        * configure: Regenerate.
2000-12-10  Alexandre Petit-Bianco  
2000-12-10  Alexandre Petit-Bianco  
        * src/Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include
        * src/Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include
        2000-11-12 hunk.
        2000-11-12 hunk.
        * src/Makefile.in: Rebuilt.
        * src/Makefile.in: Rebuilt.
2000-12-09  Jason Merrill  
2000-12-09  Jason Merrill  
        * testsuite/20_util/auto_ptr.cc (test07): Remove test that tries
        * testsuite/20_util/auto_ptr.cc (test07): Remove test that tries
        to copy-initialize an auto_ptr from an auto_ptr; it
        to copy-initialize an auto_ptr from an auto_ptr; it
        isn't supposed to work anymore.
        isn't supposed to work anymore.
2000-12-09  Phil Edwards  
2000-12-09  Phil Edwards  
        Move the HTML-containing subdirs from 'docs' to 'docs/html'.
        Move the HTML-containing subdirs from 'docs' to 'docs/html'.
        * README:  Update the locations of instructions.
        * README:  Update the locations of instructions.
        * docs/doxygen/run_doxygen:  New file, stub.
        * docs/doxygen/run_doxygen:  New file, stub.
        * docs/Makefile:  Moved...
        * docs/Makefile:  Moved...
        * docs/configopts.html:  Likewise.
        * docs/configopts.html:  Likewise.
        * docs/documentation.html:  Likewise.
        * docs/documentation.html:  Likewise.
        * docs/install.html:  Likewise.
        * docs/install.html:  Likewise.
        * docs/lib3styles.css:  Likewise.
        * docs/lib3styles.css:  Likewise.
        * docs/17_intro/BADNAMES:  Likewise.
        * docs/17_intro/BADNAMES:  Likewise.
        * docs/17_intro/BUGS:  Likewise.
        * docs/17_intro/BUGS:  Likewise.
        * docs/17_intro/C++STYLE:  Likewise.
        * docs/17_intro/C++STYLE:  Likewise.
        * docs/17_intro/CHECKLIST:  Likewise.
        * docs/17_intro/CHECKLIST:  Likewise.
        * docs/17_intro/COPYING:  Likewise.
        * docs/17_intro/COPYING:  Likewise.
        * docs/17_intro/DESIGN:  Likewise.
        * docs/17_intro/DESIGN:  Likewise.
        * docs/17_intro/HEADER_POLICY:  Likewise.
        * docs/17_intro/HEADER_POLICY:  Likewise.
        * docs/17_intro/PROBLEMS:  Likewise.
        * docs/17_intro/PROBLEMS:  Likewise.
        * docs/17_intro/RELEASE-NOTES:  Likewise.
        * docs/17_intro/RELEASE-NOTES:  Likewise.
        * docs/17_intro/TODO:  Likewise.
        * docs/17_intro/TODO:  Likewise.
        * docs/17_intro/contribute.html:  Likewise.
        * docs/17_intro/contribute.html:  Likewise.
        * docs/17_intro/headers_cc.txt:  Likewise.
        * docs/17_intro/headers_cc.txt:  Likewise.
        * docs/17_intro/howto.html:  Likewise.
        * docs/17_intro/howto.html:  Likewise.
        * docs/17_intro/libstdc++-assign.txt:  Likewise.
        * docs/17_intro/libstdc++-assign.txt:  Likewise.
        * docs/17_intro/organization:  Likewise.
        * docs/17_intro/organization:  Likewise.
        * docs/17_intro/porting-howto.html:  Likewise.
        * docs/17_intro/porting-howto.html:  Likewise.
        * docs/18_support/howto.html:  Likewise.
        * docs/18_support/howto.html:  Likewise.
        * docs/19_diagnostics/howto.html:  Likewise.
        * docs/19_diagnostics/howto.html:  Likewise.
        * docs/20_util/howto.html:  Likewise.
        * docs/20_util/howto.html:  Likewise.
        * docs/21_strings/gotw29a.txt:  Likewise.
        * docs/21_strings/gotw29a.txt:  Likewise.
        * docs/21_strings/howto.html:  Likewise.
        * docs/21_strings/howto.html:  Likewise.
        * docs/21_strings/stringtok_h.txt:  Likewise.
        * docs/21_strings/stringtok_h.txt:  Likewise.
        * docs/21_strings/stringtok_std_h.txt:  Likewise.
        * docs/21_strings/stringtok_std_h.txt:  Likewise.
        * docs/22_locale/codecvt.html:  Likewise.
        * docs/22_locale/codecvt.html:  Likewise.
        * docs/22_locale/ctype.html:  Likewise.
        * docs/22_locale/ctype.html:  Likewise.
        * docs/22_locale/howto.html:  Likewise.
        * docs/22_locale/howto.html:  Likewise.
        * docs/22_locale/locale.html:  Likewise.
        * docs/22_locale/locale.html:  Likewise.
        * docs/23_containers/howto.html:  Likewise.
        * docs/23_containers/howto.html:  Likewise.
        * docs/23_containers/wrappers_h.txt:  Likewise.
        * docs/23_containers/wrappers_h.txt:  Likewise.
        * docs/24_iterators/howto.html:  Likewise.
        * docs/24_iterators/howto.html:  Likewise.
        * docs/25_algorithms/howto.html:  Likewise.
        * docs/25_algorithms/howto.html:  Likewise.
        * docs/26_numerics/howto.html:  Likewise.
        * docs/26_numerics/howto.html:  Likewise.
        * docs/27_io/howto.html:  Likewise.
        * docs/27_io/howto.html:  Likewise.
        * docs/27_io/iostreams_hierarchy.pdf:  Likewise.
        * docs/27_io/iostreams_hierarchy.pdf:  Likewise.
        * docs/ext/howto.html:  Likewise.
        * docs/ext/howto.html:  Likewise.
        * docs/faq/index.html:  Likewise.
        * docs/faq/index.html:  Likewise.
        * docs/faq/index.txt:  Likewise.
        * docs/faq/index.txt:  Likewise.
        * docs/html/Makefile:  ...to here.
        * docs/html/Makefile:  ...to here.
        * docs/html/configopts.html:  Likewise.
        * docs/html/configopts.html:  Likewise.
        * docs/html/documentation.html:  Likewise.
        * docs/html/documentation.html:  Likewise.
        * docs/html/install.html:  Likewise.
        * docs/html/install.html:  Likewise.
        * docs/html/lib3styles.css:  Likewise.
        * docs/html/lib3styles.css:  Likewise.
        * docs/html/17_intro/BADNAMES:  Likewise.
        * docs/html/17_intro/BADNAMES:  Likewise.
        * docs/html/17_intro/BUGS:  Likewise.
        * docs/html/17_intro/BUGS:  Likewise.
        * docs/html/17_intro/C++STYLE:  Likewise.
        * docs/html/17_intro/C++STYLE:  Likewise.
        * docs/html/17_intro/CHECKLIST:  Likewise.
        * docs/html/17_intro/CHECKLIST:  Likewise.
        * docs/html/17_intro/COPYING:  Likewise.
        * docs/html/17_intro/COPYING:  Likewise.
        * docs/html/17_intro/DESIGN:  Likewise.
        * docs/html/17_intro/DESIGN:  Likewise.
        * docs/html/17_intro/HEADER_POLICY:  Likewise.
        * docs/html/17_intro/HEADER_POLICY:  Likewise.
        * docs/html/17_intro/PROBLEMS:  Likewise.
        * docs/html/17_intro/PROBLEMS:  Likewise.
        * docs/html/17_intro/RELEASE-NOTES:  Likewise.
        * docs/html/17_intro/RELEASE-NOTES:  Likewise.
        * docs/html/17_intro/TODO:  Likewise.
        * docs/html/17_intro/TODO:  Likewise.
        * docs/html/17_intro/contribute.html:  Likewise.
        * docs/html/17_intro/contribute.html:  Likewise.
        * docs/html/17_intro/headers_cc.txt:  Likewise.
        * docs/html/17_intro/headers_cc.txt:  Likewise.
        * docs/html/17_intro/howto.html:  Likewise.
        * docs/html/17_intro/howto.html:  Likewise.
        * docs/html/17_intro/libstdc++-assign.txt:  Likewise.
        * docs/html/17_intro/libstdc++-assign.txt:  Likewise.
        * docs/html/17_intro/organization:  Likewise.
        * docs/html/17_intro/organization:  Likewise.
        * docs/html/17_intro/porting-howto.html:  Likewise.
        * docs/html/17_intro/porting-howto.html:  Likewise.
        * docs/html/18_support/howto.html:  Likewise.
        * docs/html/18_support/howto.html:  Likewise.
        * docs/html/19_diagnostics/howto.html:  Likewise.
        * docs/html/19_diagnostics/howto.html:  Likewise.
        * docs/html/20_util/howto.html:  Likewise.
        * docs/html/20_util/howto.html:  Likewise.
        * docs/html/21_strings/gotw29a.txt:  Likewise.
        * docs/html/21_strings/gotw29a.txt:  Likewise.
        * docs/html/21_strings/howto.html:  Likewise.
        * docs/html/21_strings/howto.html:  Likewise.
        * docs/html/21_strings/stringtok_h.txt:  Likewise.
        * docs/html/21_strings/stringtok_h.txt:  Likewise.
        * docs/html/21_strings/stringtok_std_h.txt:  Likewise.
        * docs/html/21_strings/stringtok_std_h.txt:  Likewise.
        * docs/html/22_locale/codecvt.html:  Likewise.
        * docs/html/22_locale/codecvt.html:  Likewise.
        * docs/html/22_locale/ctype.html:  Likewise.
        * docs/html/22_locale/ctype.html:  Likewise.
        * docs/html/22_locale/howto.html:  Likewise.
        * docs/html/22_locale/howto.html:  Likewise.
        * docs/html/22_locale/locale.html:  Likewise.
        * docs/html/22_locale/locale.html:  Likewise.
        * docs/html/23_containers/howto.html:  Likewise.
        * docs/html/23_containers/howto.html:  Likewise.
        * docs/html/23_containers/wrappers_h.txt:  Likewise.
        * docs/html/23_containers/wrappers_h.txt:  Likewise.
        * docs/html/24_iterators/howto.html:  Likewise.
        * docs/html/24_iterators/howto.html:  Likewise.
        * docs/html/25_algorithms/howto.html:  Likewise.
        * docs/html/25_algorithms/howto.html:  Likewise.
        * docs/html/26_numerics/howto.html:  Likewise.
        * docs/html/26_numerics/howto.html:  Likewise.
        * docs/html/27_io/howto.html:  Likewise.
        * docs/html/27_io/howto.html:  Likewise.
        * docs/html/27_io/iostreams_hierarchy.pdf:  Likewise.
        * docs/html/27_io/iostreams_hierarchy.pdf:  Likewise.
        * docs/html/ext/howto.html:  Likewise.
        * docs/html/ext/howto.html:  Likewise.
        * docs/html/faq/index.html:  Likewise.
        * docs/html/faq/index.html:  Likewise.
        * docs/html/faq/index.txt:  Likewise.
        * docs/html/faq/index.txt:  Likewise.
2000-12-08  Phil Edwards  
2000-12-08  Phil Edwards  
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO):  New conditional,
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO):  New conditional,
          GLIBCPP_BUILD_LIBIO, true iff building libio.
          GLIBCPP_BUILD_LIBIO, true iff building libio.
        * libio/Makefile.am:  Use; set noinst_LTLIBRARIES empty if false.
        * libio/Makefile.am:  Use; set noinst_LTLIBRARIES empty if false.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * config.h.in:  Regenerated.
        * config.h.in:  Regenerated.
        * configure:  Regenerated.
        * configure:  Regenerated.
        * libio/Makefile.in:  Regenerated.
        * libio/Makefile.in:  Regenerated.
        * libmath/Makefile.in:  Regenerated.
        * libmath/Makefile.in:  Regenerated.
2000-12-08  Gabriel Dos Reis  
2000-12-08  Gabriel Dos Reis  
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl,
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl,
        cexpl, clog10l, csinhl, ctanhl, ctanl.
        cexpl, clog10l, csinhl, ctanhl, ctanl.
        (EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf,
        (EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf,
        csing, csinhf, clog10, clog10f, ctan, ctanf, ctanh, ctanhf.
        csing, csinhf, clog10, clog10f, ctan, ctanf, ctanh, ctanhf.
        * libmath/Makefile.in: Regenarate.
        * libmath/Makefile.in: Regenarate.
        * libmath/ccos.c: Remove.
        * libmath/ccos.c: Remove.
        * libmath/ccosf.c: Likewise.
        * libmath/ccosf.c: Likewise.
        * libmath/ccosl.c: Likewise.
        * libmath/ccosl.c: Likewise.
        * libmath/csin.c: Likewise.
        * libmath/csin.c: Likewise.
        * libmath/csinf.c: Likewise.
        * libmath/csinf.c: Likewise.
        * libmath/csinl.c: Likewise.
        * libmath/csinl.c: Likewise.
        * libmath/ctan.c: Likewise.
        * libmath/ctan.c: Likewise.
        * libmath/ctanf.c: Likewise.
        * libmath/ctanf.c: Likewise.
        * libmath/ctanl.c: Likewise.
        * libmath/ctanl.c: Likewise.
        * libmath/ccosh.c: Likewise.
        * libmath/ccosh.c: Likewise.
        * libmath/ccoshf.c: Likewise.
        * libmath/ccoshf.c: Likewise.
        * libmath/ccoshl.c: Likewise.
        * libmath/ccoshl.c: Likewise.
        * libmath/csinh.c: Likewise.
        * libmath/csinh.c: Likewise.
        * libmath/csinhf.c: Likewise.
        * libmath/csinhf.c: Likewise.
        * libmath/csinhl.c: Likewise.
        * libmath/csinhl.c: Likewise.
        * libmath/ctanh.c: Likewise.
        * libmath/ctanh.c: Likewise.
        * libmath/ctanhf.c: Likewise.
        * libmath/ctanhf.c: Likewise.
        * libmath/ctanhl.c: Likewise.
        * libmath/ctanhl.c: Likewise.
        * libmath/cexp.c: Likewise.
        * libmath/cexp.c: Likewise.
        * libmath/cexpf.c: Likewise.
        * libmath/cexpf.c: Likewise.
        * libmath/cexpl.c: Likewise.
        * libmath/cexpl.c: Likewise.
        * libmath/clog10.c: Likewise.
        * libmath/clog10.c: Likewise.
        * libmath/clog10f.c: Likewise.
        * libmath/clog10f.c: Likewise.
        * libmath/clog10l.c: Likewise.
        * libmath/clog10l.c: Likewise.
        * libmath/complex-stub.h: Remove forward declaration of functions
        * libmath/complex-stub.h: Remove forward declaration of functions
        mentioned above.
        mentioned above.
        * include/bits/std_complex.h(tan, tanh): Define primary templates.
        * include/bits/std_complex.h(tan, tanh): Define primary templates.
        (complex<>): Remove friend declarations for tan<> and tanh<>.
        (complex<>): Remove friend declarations for tan<> and tanh<>.
        * src/complex.cc(tan, tanh): Remove specializations.
        * src/complex.cc(tan, tanh): Remove specializations.
        * acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
        * acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
        ccoshf, ccoshl, csin, csinf, csinl, csinh, csinhf, csinhl, cexp,
        ccoshf, ccoshl, csin, csinf, csinl, csinh, csinhf, csinhl, cexp,
        cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
        cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
        * aclocal.m4: Regenarate.
        * aclocal.m4: Regenarate.
        * configure: Regenarate.
        * configure: Regenarate.
2000-12-08  Gabriel Dos Reis  
2000-12-08  Gabriel Dos Reis  
        * acinclude.m4: Don't forget to remove check for cpowl as it is no
        * acinclude.m4: Don't forget to remove check for cpowl as it is no
        longer needed, nor is the corresponding stub existent.
        longer needed, nor is the corresponding stub existent.
        * aclocal.m4: Regenarate.
        * aclocal.m4: Regenarate.
        * configure: Regenarate.
        * configure: Regenarate.
2000-12-07  Benjamin Kosnik  
2000-12-07  Benjamin Kosnik  
        * config/os/generic/bits/ctype_base.h (ctype_base): Change space mask.
        * config/os/generic/bits/ctype_base.h (ctype_base): Change space mask.
        * config/os/generic/bits/ctype_noninline.h (ctype): Remove default
        * config/os/generic/bits/ctype_noninline.h (ctype): Remove default
        arguments in definition.
        arguments in definition.
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/newlib/bits/ctype_noninline.h (ctype): Same.
        * config/os/newlib/bits/ctype_noninline.h (ctype): Same.
        * config/os/irix/bits/ctype_noninline.h (ctype): Same.
        * config/os/irix/bits/ctype_noninline.h (ctype): Same.
        * config/os/hpux/bits/ctype_noninline.h (ctype): Same.
        * config/os/hpux/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/netbsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/netbsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/freebsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/freebsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/aix/bits/ctype_noninline.h (ctype): Same.
        * config/os/aix/bits/ctype_noninline.h (ctype): Same.
        * include/bits/locale_facets.h: Tweak.
        * include/bits/locale_facets.h: Tweak.
2000-12-06  Benjamin Kosnik  
2000-12-06  Benjamin Kosnik  
        * include/bits/locale_facets.h (ctype): Remove _Ctype_nois and
        * include/bits/locale_facets.h (ctype): Remove _Ctype_nois and
        _Ctype and replace with common __ctype_abstract_base.
        _Ctype and replace with common __ctype_abstract_base.
        (ctype::_M_convert_to_wmask): Move to locale.cc.
        (ctype::_M_convert_to_wmask): Move to locale.cc.
        * config/os/gnu-linux/bits/ctype_noninline.h (ctype::ctype):
        * config/os/gnu-linux/bits/ctype_noninline.h (ctype::ctype):
        And here.
        And here.
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/newlib/bits/ctype_noninline.h (ctype): Same.
        * config/os/newlib/bits/ctype_noninline.h (ctype): Same.
        * config/os/irix/bits/ctype_noninline.h (ctype): Same.
        * config/os/irix/bits/ctype_noninline.h (ctype): Same.
        * config/os/hpux/bits/ctype_noninline.h (ctype): Same.
        * config/os/hpux/bits/ctype_noninline.h (ctype): Same.
        * config/os/generic/bits/ctype_noninline.h (ctype): Same.
        * config/os/generic/bits/ctype_noninline.h (ctype): Same.
        * config/os/aix/bits/ctype_noninline.h (ctype): Same.
        * config/os/aix/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/netbsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/netbsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/freebsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/freebsd/bits/ctype_noninline.h (ctype): Same.
        * src/locale-inst.cc: Clean instantiations.
        * src/locale-inst.cc: Clean instantiations.
        * src/locale.cc (ctype): Add definitions here.
        * src/locale.cc (ctype): Add definitions here.
        (ctype::_M_wmask): Move definitions here.
        (ctype::_M_wmask): Move definitions here.
        * config/os/generic/bits/ctype_inline.h (ctype::is):
        * config/os/generic/bits/ctype_inline.h (ctype::is):
        Implement in a generic way, with only "C" functionality and no
        Implement in a generic way, with only "C" functionality and no
        knowlege of the target os.
        knowlege of the target os.
        * config/os/generic/bits/os_defines.h: Change comments to C++ style.
        * config/os/generic/bits/os_defines.h: Change comments to C++ style.
        * testsuite/22_locale/ctype_char_members.cc (test01): Add tests.
        * testsuite/22_locale/ctype_char_members.cc (test01): Add tests.
        * include/bits/codecvt.h (ctype_byname): Remove specializations,
        * include/bits/codecvt.h (ctype_byname): Remove specializations,
        as not required.
        as not required.
        * include/bits/localefwd.h (codecvt_byname): And here.
        * include/bits/localefwd.h (codecvt_byname): And here.
        * src/codecvt.cc: Remove codecvt_byname specializations.
        * src/codecvt.cc: Remove codecvt_byname specializations.
        * include/c/bits/std_cstdio.h: Include c++config.h.
        * include/c/bits/std_cstdio.h: Include c++config.h.
2000-12-06  Phil Edwards  
2000-12-06  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_*_DECL_AND_LINKAGE_*):  Pre-test
        * acinclude.m4 (GLIBCPP_CHECK_*_DECL_AND_LINKAGE_*):  Pre-test
          whether the cached result is present.
          whether the cached result is present.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * libmath/Makefile.in:  Regenerate.
        * libmath/Makefile.in:  Regenerate.
        * libsupc++/Makefile.in:  Regenerate.
        * libsupc++/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
2000-12-06  Richard Earnshaw  
2000-12-06  Richard Earnshaw  
        * configure.target (*-*-freebsd, *-*-netbsd): Correct paths to
        * configure.target (*-*-freebsd, *-*-netbsd): Correct paths to
        os_include_dir.
        os_include_dir.
2000-12-05  Jeffrey A Law  
2000-12-05  Jeffrey A Law  
        * configure.target (hpux): Set os_include_dir.
        * configure.target (hpux): Set os_include_dir.
        * config/os/hpux/bits/ctype_base.h: New file
        * config/os/hpux/bits/ctype_base.h: New file
        * config/os/hpux/bits/ctype_inline.h: New file
        * config/os/hpux/bits/ctype_inline.h: New file
        * config/os/hpux/bits/ctype_noinline.h: New file
        * config/os/hpux/bits/ctype_noinline.h: New file
        * config/os/hpux/bits/os_defines.h: New file
        * config/os/hpux/bits/os_defines.h: New file
2000-12-05  Alexandre Petit-Bianco  
2000-12-05  Alexandre Petit-Bianco  
        * src/Makefile.am (libstdc++.INC): Revert for libjava builds.
        * src/Makefile.am (libstdc++.INC): Revert for libjava builds.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-12-05  Benjamin Kosnik  
2000-12-05  Benjamin Kosnik  
        * acinclude.m4 (EXTRA_CXX_FLAGS): And here.
        * acinclude.m4 (EXTRA_CXX_FLAGS): And here.
        * include/c/bits/std_cstdlib.h (std ): Change macro to
        * include/c/bits/std_cstdlib.h (std ): Change macro to
        _GLIBCPP_NEED_LLDIV_T.
        _GLIBCPP_NEED_LLDIV_T.
        * acconfig.h: Remove unused MBSTATE_T bits.
        * acconfig.h: Remove unused MBSTATE_T bits.
        * configure.in: Same.
        * configure.in: Same.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
2000-12-05  Benjamin Kosnik  
2000-12-05  Benjamin Kosnik  
        * acinclude.m4: Change up to reflect new directory organization.
        * acinclude.m4: Change up to reflect new directory organization.
        Add in bits for NetBSD.
        Add in bits for NetBSD.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/os/bsd: New directory.
        * config/os/bsd: New directory.
        * config/os/netbsd: Move to...
        * config/os/netbsd: Move to...
        * config/os/bsd/netbsd: ...here.
        * config/os/bsd/netbsd: ...here.
        * config/os/freebsd: Move to...
        * config/os/freebsd: Move to...
        * config/os/bsd/freebsd: ...here.
        * config/os/bsd/freebsd: ...here.
2000-12-05  Benjamin Kosnik  
2000-12-05  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for
        lldiv_t. Allow the use of os-specific defines while checking for
        lldiv_t. Allow the use of os-specific defines while checking for
        long-long functions by the inclusion of os_defines.h.
        long-long functions by the inclusion of os_defines.h.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: Add comments.
        * configure.in: Add comments.
        * configure: Regenerate.
        * configure: Regenerate.
        * acconfig.h: Add _GLIBCPP_HAVE_LLDIV_T.
        * acconfig.h: Add _GLIBCPP_HAVE_LLDIV_T.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
        * config/os/gnu-linux/bits/os_defines.h: Fix typos and
        * config/os/gnu-linux/bits/os_defines.h: Fix typos and
        duplications in comments.
        duplications in comments.
2000-12-05  Richard Earnshaw  
2000-12-05  Richard Earnshaw  
        * config/os/freebsd/bits/ctype_base.h: Update comments about other
        * config/os/freebsd/bits/ctype_base.h: Update comments about other
        BSD variants.
        BSD variants.
2000-12-05  Richard Earnshaw  
2000-12-05  Richard Earnshaw  
        * config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits.
        * config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits.
        * aclocal.m4: Adjust accordingly.
        * aclocal.m4: Adjust accordingly.
        * configure.target: Likewise.
        * configure.target: Likewise.
        * configure: Regenerate.
        * configure: Regenerate.
2000-12-05  Richard Earnshaw  
2000-12-05  Richard Earnshaw  
        * config/cpu/arm/bits/atomicity.h: Add support for compiling Thumb
        * config/cpu/arm/bits/atomicity.h: Add support for compiling Thumb
        code.
        code.
2000-12-05  Richard Earnshaw  
2000-12-05  Richard Earnshaw  
        Support for NetBSD.
        Support for NetBSD.
        * aclocal.m4: Add test for NetBSD's ctype support.
        * aclocal.m4: Add test for NetBSD's ctype support.
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.target: Support NetBSD.
        * configure.target: Support NetBSD.
        * config/os/netbsd/bits/ctype_base.h: New file.
        * config/os/netbsd/bits/ctype_base.h: New file.
        * config/os/netbsd/bits/ctype_inline.h: New file.
        * config/os/netbsd/bits/ctype_inline.h: New file.
        * config/os/netbsd/bits/ctype_noinline.h: New file.
        * config/os/netbsd/bits/ctype_noinline.h: New file.
        * config/os/netbsd/bits/os_defines.h: New file.
        * config/os/netbsd/bits/os_defines.h: New file.
2000-12-05  Gabriel Dos Reis  
2000-12-05  Gabriel Dos Reis  
        * src/complex.cc (pow): Remove definitions for explicit
        * src/complex.cc (pow): Remove definitions for explicit
        specializations.
        specializations.
        * libmath/mathconf.h: Remove declarations for c_log, c_logf,
        * libmath/mathconf.h: Remove declarations for c_log, c_logf,
        c_logl.
        c_logl.
        * libmath/complex-stub.h: Remove declarations for cpow, cpowf,
        * libmath/complex-stub.h: Remove declarations for cpow, cpowf,
        cpowl.
        cpowl.
        * libmath/cpow.c: Remove.
        * libmath/cpow.c: Remove.
        * libmath/cpowf.c: Remove.
        * libmath/cpowf.c: Remove.
        * libmath/cpowl.c: Remove.
        * libmath/cpowl.c: Remove.
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove c_logl,
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove c_logl,
        cpowl,
        cpowl,
        (EXTRA_DIST): Remove c_log, c_logf, carg, cargf.
        (EXTRA_DIST): Remove c_log, c_logf, carg, cargf.
        * libmath/Makefile.in: Regenarate.
        * libmath/Makefile.in: Regenarate.
        * libmath/c_log.c: Remove
        * libmath/c_log.c: Remove
        * libmath/c_logf.c: Likewise.
        * libmath/c_logf.c: Likewise.
        * libmath/c_logl.c: Likewise.
        * libmath/c_logl.c: Likewise.
        * libmath/carg.c: Likewise.
        * libmath/carg.c: Likewise.
        * libmath/cargf.c: Likewise.
        * libmath/cargf.c: Likewise.
        * libmath/cargl.c: Likewise.
        * libmath/cargl.c: Likewise.
        * include/bits/std_complex.h (pow): Define primary templates.
        * include/bits/std_complex.h (pow): Define primary templates.
        (complex<>): Remove friend declarations for pow<>().
        (complex<>): Remove friend declarations for pow<>().
        * acinclude.m4: Remove check for c_log, c_logf, c_logl, carg,
        * acinclude.m4: Remove check for c_log, c_logf, c_logl, carg,
        cargf.
        cargf.
        * aclocal.m4: Regenarate.
        * aclocal.m4: Regenarate.
        * configure: Regenarate.
        * configure: Regenarate.
2000-12-03  Joseph S. Myers  
2000-12-03  Joseph S. Myers  
        * docs/configopts.html, docs/documentation.html,
        * docs/configopts.html, docs/documentation.html,
        docs/install.html, docs/17_intro/BADNAMES,
        docs/install.html, docs/17_intro/BADNAMES,
        docs/17_intro/contribute.html, docs/17_intro/howto.html,
        docs/17_intro/contribute.html, docs/17_intro/howto.html,
        docs/18_support/howto.html, docs/19_diagnostics/howto.html,
        docs/18_support/howto.html, docs/19_diagnostics/howto.html,
        docs/20_util/howto.html, docs/21_strings/howto.html,
        docs/20_util/howto.html, docs/21_strings/howto.html,
        docs/22_locale/howto.html, docs/23_containers/howto.html,
        docs/22_locale/howto.html, docs/23_containers/howto.html,
        docs/24_iterators/howto.html, docs/25_algorithms/howto.html,
        docs/24_iterators/howto.html, docs/25_algorithms/howto.html,
        docs/26_numerics/howto.html, docs/27_io/howto.html,
        docs/26_numerics/howto.html, docs/27_io/howto.html,
        docs/ext/howto.html, docs/faq/index.html, docs/faq/index.txt: Sync
        docs/ext/howto.html, docs/faq/index.html, docs/faq/index.txt: Sync
        with wwwdocs.
        with wwwdocs.
2000-12-01  Phil Edwards  
2000-12-01  Phil Edwards  
        * docs/download.html:  Remove.
        * docs/download.html:  Remove.
        * docs/footer.ihtml:  Remove.
        * docs/footer.ihtml:  Remove.
        * docs/header.ihtml:  Remove.
        * docs/header.ihtml:  Remove.
        * docs/index.html:  Remove.
        * docs/index.html:  Remove.
        * docs/links.html:  Remove.
        * docs/links.html:  Remove.
        * docs/mail.html:  Remove.
        * docs/mail.html:  Remove.
        * docs/status.html:  Remove.
        * docs/status.html:  Remove.
        * docs/thanks.html:  Remove.
        * docs/thanks.html:  Remove.
2000-12-01  Phil Edwards  
2000-12-01  Phil Edwards  
        * mkcheck.in:  Count static and shared results separately.
        * mkcheck.in:  Count static and shared results separately.
2000-12-01  Loren J. Rittle  
2000-12-01  Loren J. Rittle  
        * mkcheck.in:  Correct typo.
        * mkcheck.in:  Correct typo.
2000-12-01  Gabriel Dos Reis  
2000-12-01  Gabriel Dos Reis  
        * src/cmath.cc: Remove.
        * src/cmath.cc: Remove.
        * src/Makefile.am (c_base_headers): Add bits/cmath.tcc.
        * src/Makefile.am (c_base_headers): Add bits/cmath.tcc.
        (sources): Remove cmath.cc
        (sources): Remove cmath.cc
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/c/bits/std_cmath.h (__cmath_power<>): Declare.
        * include/c/bits/std_cmath.h (__cmath_power<>): Declare.
        (__cmath_abs<>): New function.
        (__cmath_abs<>): New function.
        (abs, fabs): Use __cmath_abs when no direct support is available.
        (abs, fabs): Use __cmath_abs when no direct support is available.
        (__pow_helper<>): New function.
        (__pow_helper<>): New function.
        (pow): Define here.  Use __pow_helper<>.
        (pow): Define here.  Use __pow_helper<>.
        * include/c/bits/cmath.tcc: New file.
        * include/c/bits/cmath.tcc: New file.
2000-11-29  Benjamin Kosnik  
2000-11-29  Benjamin Kosnik  
        Fixes for build directories with colons, AIX build problems.
        Fixes for build directories with colons, AIX build problems.
        * src/Makefile.am: Cleanups, add documentation.
        * src/Makefile.am: Cleanups, add documentation.
        (libstdc++.INC): Simplify rule.
        (libstdc++.INC): Simplify rule.
        (myinstallheaders): Consolidate install rules.
        (myinstallheaders): Consolidate install rules.
        (myinstalldirs): New, make directores.
        (myinstalldirs): New, make directores.
        (base_headers): Subdivide based on install directory.
        (base_headers): Subdivide based on install directory.
        (ext_headers): New.
        (ext_headers): New.
        (backward_headers): New.
        (backward_headers): New.
        (headers): Remove.
        (headers): Remove.
        (c_headers): Remove, unused.
        (c_headers): Remove, unused.
        (c_shadow_headers): Split up, deal with conditional usage in a
        (c_shadow_headers): Split up, deal with conditional usage in a
        sane manner.
        sane manner.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-11-29  Phil Edwards  
2000-11-29  Phil Edwards  
        Sync with the documentation from wwwdocs.
        Sync with the documentation from wwwdocs.
        * docs/Makefile:  New file (rebuilds FAQ text version).
        * docs/Makefile:  New file (rebuilds FAQ text version).
        * docs/configopts.html:  Update.
        * docs/configopts.html:  Update.
        * docs/documentation.html:  Update.
        * docs/documentation.html:  Update.
        * docs/download.html:  Update.
        * docs/download.html:  Update.
        * docs/index.html:  Update.
        * docs/index.html:  Update.
        * docs/install.html:  Update.
        * docs/install.html:  Update.
        * docs/links.html:  Update.
        * docs/links.html:  Update.
        * docs/mail.html:  Update.
        * docs/mail.html:  Update.
        * docs/status.html:  Update.
        * docs/status.html:  Update.
        * docs/thanks.html:  Update.
        * docs/thanks.html:  Update.
        * docs/27_io/howto.html:  Update.
        * docs/27_io/howto.html:  Update.
        * docs/faq/index.html:  Update for 2.91.
        * docs/faq/index.html:  Update for 2.91.
        * docs/faq/index.txt:  Update for 2.91.
        * docs/faq/index.txt:  Update for 2.91.
        * docs/footer.html:  Removed.
        * docs/footer.html:  Removed.
        * docs/footer.ihtml:  New file.
        * docs/footer.ihtml:  New file.
        * docs/gccrebuild.html:  Removed.
        * docs/gccrebuild.html:  Removed.
        * docs/header.html:  Removed.
        * docs/header.html:  Removed.
        * docs/header.ihtml:  New file.
        * docs/header.ihtml:  New file.
2000-11-29  Loren J. Rittle  
2000-11-29  Loren J. Rittle  
        * tests_flags.in: Correct typo.
        * tests_flags.in: Correct typo.
2000-11-29  Gabriel Dos Reis  
2000-11-29  Gabriel Dos Reis  
        * tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
        * tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
        * mkcheck.in (SH_FLAGS, ST_FLAGS): ...here
        * mkcheck.in (SH_FLAGS, ST_FLAGS): ...here
2000-11-29  Gabriel Dos Reis  
2000-11-29  Gabriel Dos Reis  
        * src/Makefile.am (sources): Add bitset.cc
        * src/Makefile.am (sources): Add bitset.cc
        * src/Makefile.in: Regenrate.
        * src/Makefile.in: Regenrate.
        * include/bits/std_bitset.h (_GLIBCPP_BITSET_BITS_PER_WORD): New
        * include/bits/std_bitset.h (_GLIBCPP_BITSET_BITS_PER_WORD): New
        macro. Replace __BITS_PER_WORDS throughout.
        macro. Replace __BITS_PER_WORDS throughout.
        (__BITS_PER_WORDS): Remove.
        (__BITS_PER_WORDS): Remove.
        (bitset<>::_M_do_find_first, bitset<>::_M_do_find_next): Move
        (bitset<>::_M_do_find_first, bitset<>::_M_do_find_next): Move
        definitions to src/bitset.cc.
        definitions to src/bitset.cc.
        * src/bitset.cc (bitset<>::_M_do_find_first,
        * src/bitset.cc (bitset<>::_M_do_find_first,
        bitset<>::_M_do_find_next):  Define here.
        bitset<>::_M_do_find_next):  Define here.
        (_Bit_count<>::_S_bit_count, _Find_one<>::_S_first_one): Define
        (_Bit_count<>::_S_bit_count, _Find_one<>::_S_first_one): Define
        here. Explicitly instantiate definitions.
        here. Explicitly instantiate definitions.
2000-11-28  Franz Sirl  
2000-11-28  Franz Sirl  
        * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): Silence
        * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): Silence
        preprocessor multi-line string warnings.
        preprocessor multi-line string warnings.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
        (__compare_and_swap): Likewise.
        (__compare_and_swap): Likewise.
        (__always_swap): Likewise.
        (__always_swap): Likewise.
        (__test_and_set): Likewise.
        (__test_and_set): Likewise.
        * config/cpu/arm/bits/atomicity.h (__exchange_and_add): Likewise.
        * config/cpu/arm/bits/atomicity.h (__exchange_and_add): Likewise.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
        (__compare_and_swap): Likewise.
        (__compare_and_swap): Likewise.
        (__always_swap): Likewise.
        (__always_swap): Likewise.
        (__test_and_set): Likewise.
        (__test_and_set): Likewise.
2000-11-28  Benjamin Kosnik  
2000-11-28  Benjamin Kosnik  
        Update for 2.91 release.
        Update for 2.91 release.
        * include/bits/c++config (__GLIBCPP__): Update.
        * include/bits/c++config (__GLIBCPP__): Update.
        * docs/17_intro/RELEASE-NOTES: Update.
        * docs/17_intro/RELEASE-NOTES: Update.
        * docs/status.html: Update, remove bogus autotools disinformation.
        * docs/status.html: Update, remove bogus autotools disinformation.
2000-11-27  Benjamin Kosnik  
2000-11-27  Benjamin Kosnik  
        * tests_flags.in (LTCXX): Change CXX_FLAG to CXXFLAGS.
        * tests_flags.in (LTCXX): Change CXX_FLAG to CXXFLAGS.
        * testsuite/22_locale/ctor_copy_dtor.cc: Adjust formatting.
        * testsuite/22_locale/ctor_copy_dtor.cc: Adjust formatting.
        * testsuite/27_io/istream_extractor_arith.cc (test11): New
        * testsuite/27_io/istream_extractor_arith.cc (test11): New
        testcase, based on libstdc++/90.
        testcase, based on libstdc++/90.
2000-11-27  Franz Sirl  
2000-11-27  Franz Sirl  
        * config/cpu/arm/bits/atomicity.h (__exchange_and_add): Add
        * config/cpu/arm/bits/atomicity.h (__exchange_and_add): Add
        __volatile__ to asm.
        __volatile__ to asm.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
        (__compare_and_swap): Likewise.
        (__compare_and_swap): Likewise.
        (__always_swap): Likewise.
        (__always_swap): Likewise.
        (__test_and_set): Likewise.
        (__test_and_set): Likewise.
        * config/cpu/powerpc/bits/atomicity.h: Replace '__ATOMICITY_INLINE'
        * config/cpu/powerpc/bits/atomicity.h: Replace '__ATOMICITY_INLINE'
        with 'inline'.
        with 'inline'.
        (__exchange_and_add): Add __volatile__ to asm.
        (__exchange_and_add): Add __volatile__ to asm.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
        (__compare_and_swap): Likewise.
        (__compare_and_swap): Likewise.
        (__always_swap): Likewise.
        (__always_swap): Likewise.
        (__test_and_set): Likewise.
        (__test_and_set): Likewise.
2000-11-27  Gabriel Dos Reis  
2000-11-27  Gabriel Dos Reis  
        * tests_flags.in: Update documentation to reflect the change
        * tests_flags.in: Update documentation to reflect the change
        below.
        below.
2000-11-26  Benjamin Kosnik  
2000-11-26  Benjamin Kosnik  
        * tests_flags.in: Export CXX, CXXFLAGS.
        * tests_flags.in: Export CXX, CXXFLAGS.
        * mkcheck.in: Grab them.
        * mkcheck.in: Grab them.
2000-11-26  David Billinghurst  
2000-11-26  David Billinghurst  
            Benjamin Kosnik  
            Benjamin Kosnik  
        * mkcheck.in: Add exe extension to printnow executable, abstract
        * mkcheck.in: Add exe extension to printnow executable, abstract
        out call to this with TIMER_COMMAND.
        out call to this with TIMER_COMMAND.
        * configure.target (l_glibcpp_cxxflags): Add cygwin support.
        * configure.target (l_glibcpp_cxxflags): Add cygwin support.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Correct paths.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Correct paths.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-11-26  Benjamin Kosnik  
2000-11-26  Benjamin Kosnik  
        * testsuite/27_io/istream_unformatted.cc (test05): Fixup.
        * testsuite/27_io/istream_unformatted.cc (test05): Fixup.
2000-11-26  Benjamin Kosnik  
2000-11-26  Benjamin Kosnik  
        * acinclude.m4: Only sanity check for compiler version when
        * acinclude.m4: Only sanity check for compiler version when
        configuring. More fixes for 'make clean'.
        configuring. More fixes for 'make clean'.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-11-26  Gabriel Dos Reis  
2000-11-26  Gabriel Dos Reis  
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove cabsl.c
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove cabsl.c
        * libmath/Makefile.in: Regenerate.
        * libmath/Makefile.in: Regenerate.
        * libmath/cabs.c: Remove.
        * libmath/cabs.c: Remove.
        * libmath/cabsf.c: Likewise.
        * libmath/cabsf.c: Likewise.
        * libmath/cabsl.c: Likewise.
        * libmath/cabsl.c: Likewise.
        * libmath/complex-stub.h: Remove declarations for cabs*.
        * libmath/complex-stub.h: Remove declarations for cabs*.
        * acinclude.m4: Remove check for cabs*.
        * acinclude.m4: Remove check for cabs*.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-11-26  Gabriel Dos Reis  
2000-11-26  Gabriel Dos Reis  
        * tests_flags.in: New file. Split out of ...
        * tests_flags.in: New file. Split out of ...
        * mkcheck.in: ... this. Move flags computation into
        * mkcheck.in: ... this. Move flags computation into
        tests_flags.in.
        tests_flags.in.
        * configure.in: Add support for tests_flags.
        * configure.in: Add support for tests_flags.
        * confiigure: Regenerate.
        * confiigure: Regenerate.
2000-11-25  Joseph S. Myers  
2000-11-25  Joseph S. Myers  
        * acinclude.m4: Change C9X references to refer to C99.
        * acinclude.m4: Change C9X references to refer to C99.
        * aclocal.m4, configure: Regenerate.
        * aclocal.m4, configure: Regenerate.
        * config/os/gnu-linux/bits/os_defines.h, src/complex.cc,
        * config/os/gnu-linux/bits/os_defines.h, src/complex.cc,
        testsuite/22_locale/codecvt_wchar_t_char.cc,
        testsuite/22_locale/codecvt_wchar_t_char.cc,
        include/bits/stl_config.h, include/c/bits/std_cwchar.h,
        include/bits/stl_config.h, include/c/bits/std_cwchar.h,
        libmath/mathconf.h: Change C9X references to refer to C99.
        libmath/mathconf.h: Change C9X references to refer to C99.
2000-11-25  Benjamin Kosnik  
2000-11-25  Benjamin Kosnik  
            Richard Earnshaw  
            Richard Earnshaw  
        * src/Makefile.am (INCLUDES): Remove unconditional use of
        * src/Makefile.am (INCLUDES): Remove unconditional use of
        _GNU_SOURCE and _ISOC99_SOURCE macros.
        _GNU_SOURCE and _ISOC99_SOURCE macros.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-11-24  Benjamin Kosnik  
2000-11-24  Benjamin Kosnik  
        * testsuite/22_locale/codecvt_wchar_t_char.cc (main): Add
        * testsuite/22_locale/codecvt_wchar_t_char.cc (main): Add
        _GLIBCPP_USE_WCHAR_T guards.
        _GLIBCPP_USE_WCHAR_T guards.
        * configure.in (AC_OUTPUT_COMMANDS): Remove, just run scripts as
        * configure.in (AC_OUTPUT_COMMANDS): Remove, just run scripts as
        is, so that checks for existence of generated files actually work.
        is, so that checks for existence of generated files actually work.
        * configure: Regenerate.
        * configure: Regenerate.
2000-11-23  Hans-Peter Nilsson  
2000-11-23  Hans-Peter Nilsson  
        * config/os/gnu-linux/bits/os_defines.h: Include .
        * config/os/gnu-linux/bits/os_defines.h: Include .
        If not glibc 2.1 or higher, include  and define
        If not glibc 2.1 or higher, include  and define
        __off64_t as __loff_t and #define __THROW as empty.
        __off64_t as __loff_t and #define __THROW as empty.
        * libio/libio.h [__P]: Move __THROW and __PMT into their own
        * libio/libio.h [__P]: Move __THROW and __PMT into their own
        ifndef:s.
        ifndef:s.
2000-11-23  David Edelsohn  
2000-11-23  David Edelsohn  
        * porting.texi: Expand libtool information.
        * porting.texi: Expand libtool information.
2000-11-23  Gabriel Dos Reis  
2000-11-23  Gabriel Dos Reis  
        * include/bits/ios_base.h (ios_base::failure::~failure,
        * include/bits/ios_base.h (ios_base::failure::~failure,
        ios_base::failure::what): Move definition to ...
        ios_base::failure::what): Move definition to ...
        * src/ios.cc (ios_base::failure::~failure): ... here.
        * src/ios.cc (ios_base::failure::~failure): ... here.
        src/ios.cc (ios::failure::what): Likewise.
        src/ios.cc (ios::failure::what): Likewise.
2000-11-22  Benjamin Kosnik  
2000-11-22  Benjamin Kosnik  
        Make deprecated strstream header consistent with new and new.h.
        Make deprecated strstream header consistent with new and new.h.
        * include/backward/strstream.h: Add. Use using declarations to
        * include/backward/strstream.h: Add. Use using declarations to
        scope strstreambuf, istrstream, ostrstream, strstream to global
        scope strstreambuf, istrstream, ostrstream, strstream to global
        scope.
        scope.
        * include/backward/strstream: Remove using declarations.
        * include/backward/strstream: Remove using declarations.
        * src/Makefile.am (base_headers): Add strstream.
        * src/Makefile.am (base_headers): Add strstream.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard
        * include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard
        to be consistent with other headers.
        to be consistent with other headers.
2000-11-22  Richard Henderson  
2000-11-22  Richard Henderson  
        * config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions.
        * config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions.
2000-11-22  Phil Edwards  
2000-11-22  Phil Edwards  
        * porting.texi:  Minor tweaks to vocabulary.
        * porting.texi:  Minor tweaks to vocabulary.
2000-11-22  Loren J. Rittle  
2000-11-22  Loren J. Rittle  
        * include/backward/strstream.h: Reinstate the `using'
        * include/backward/strstream.h: Reinstate the `using'
        statements.
        statements.
2000-11-22  Loren J. Rittle  
2000-11-22  Loren J. Rittle  
        * src/Makefile.am (base_headers): Add missing backwards headers.
        * src/Makefile.am (base_headers): Add missing backwards headers.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-11-21  scott snyder  
2000-11-21  scott snyder  
        * config/c_io_stdio.cc (seekoff): Fix return value.
        * config/c_io_stdio.cc (seekoff): Fix return value.
        (seekpos): Likewise.
        (seekpos): Likewise.
        (sys_seek): Likewise.
        (sys_seek): Likewise.
2000-11-21  Loren J. Rittle  
2000-11-21  Loren J. Rittle  
        * mkcheck.in (explanation): Retain output of all failing
        * mkcheck.in (explanation): Retain output of all failing
        compiles.  Don't add gratuitous space to the log file.
        compiles.  Don't add gratuitous space to the log file.
2000-11-21  Benjamin Kosnik  
2000-11-21  Benjamin Kosnik  
        * src/strstream.cc: Adjust includes.
        * src/strstream.cc: Adjust includes.
        * src/Makefile.am (base_headers): Remove std_strstream.h, add
        * src/Makefile.am (base_headers): Remove std_strstream.h, add
        backwards/strstream.h.
        backwards/strstream.h.
        (std_headers): Remove strstream.
        (std_headers): Remove strstream.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libsupc++/Makefile.am (headers): Remove new.h
        * libsupc++/Makefile.am (headers): Remove new.h
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * include/std/strstream: Remove.
        * include/std/strstream: Remove.
        * include/backward/strstream.h: Replace with...
        * include/backward/strstream.h: Replace with...
        * include/bits/std_strstream.h: ...this. Move.
        * include/bits/std_strstream.h: ...this. Move.
        * include/backward/complex.h: Remove SGIisms.
        * include/backward/complex.h: Remove SGIisms.
        * include/backward/streambuf.h: Same.
        * include/backward/streambuf.h: Same.
        * include/backward/stream.h: Same.
        * include/backward/stream.h: Same.
        * include/backward/ostream.h: Same.
        * include/backward/ostream.h: Same.
        * include/backward/istream.h: Same.
        * include/backward/istream.h: Same.
        * include/backward/iostream.h: Same.
        * include/backward/iostream.h: Same.
        * include/backward/iomanip.h: Same.
        * include/backward/iomanip.h: Same.
        * include/backward/fstream.h: Same.
        * include/backward/fstream.h: Same.
        * libsupc++/new.h: Add using declarations for bad_alloc,
        * libsupc++/new.h: Add using declarations for bad_alloc,
        nothrow_t, and nothrow, move to ...
        nothrow_t, and nothrow, move to ...
        * include/backward/new.h: ...here.
        * include/backward/new.h: ...here.
2000-11-21  Mark Mitchell  
2000-11-21  Mark Mitchell  
        * porting.texi: New file.
        * porting.texi: New file.
2000-11-21  Branko Cibej  
2000-11-21  Branko Cibej  
        * config/os/solaris/solaris2.6/bits/os_defines.h: Define
        * config/os/solaris/solaris2.6/bits/os_defines.h: Define
        _XOPEN_SOURCE, _LARGEFILE64_SOURCE, __EXTENSIONS__, __off_t,
        _XOPEN_SOURCE, _LARGEFILE64_SOURCE, __EXTENSIONS__, __off_t,
        __off64_t and __ssize_t.
        __off64_t and __ssize_t.
        * config/os/solaris/solaris2.5/bits/os_defines.h: For now, use the
        * config/os/solaris/solaris2.5/bits/os_defines.h: For now, use the
        same configuration as above.
        same configuration as above.
2000-11-21  Benjamin Kosnik  
2000-11-21  Benjamin Kosnik  
        * acinclude.m4 (AC_LC_MESSAGES): Check for locale.h.
        * acinclude.m4 (AC_LC_MESSAGES): Check for locale.h.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Renerate.
        * configure: Renerate.
2000-11-20  Benjamin Kosnik  
2000-11-20  Benjamin Kosnik  
        * mkcheck.in (explanation): Don't paste output of passing compiles
        * mkcheck.in (explanation): Don't paste output of passing compiles
        into log file. Use -static. Get version info.
        into log file. Use -static. Get version info.
        * testsuite/23_containers/vector_ctor.cc (test02): Fix thinko.
        * testsuite/23_containers/vector_ctor.cc (test02): Fix thinko.
2000-11-20  Gabriel Dos Reis  
2000-11-20  Gabriel Dos Reis  
        * include/bits/std_complex.h (complex): Constructor
        * include/bits/std_complex.h (complex): Constructor
        complex::complex(const complex&) is not explicit;
        complex::complex(const complex&) is not explicit;
        since it is a promotion.
        since it is a promotion.
        (complex): Constructors taking complex and
        (complex): Constructors taking complex and
        complex are not explicit.
        complex are not explicit.
2000-11-20  Benjamin Kosnik  
2000-11-20  Benjamin Kosnik  
        * include/bits/std_complex.h: Tweaks, include cmath for abs overloads.
        * include/bits/std_complex.h: Tweaks, include cmath for abs overloads.
        * src/complex.cc: Remove cmath include, formatting tweaks, remove
        * src/complex.cc: Remove cmath include, formatting tweaks, remove
        dead code.
        dead code.
        * include/c/bits/std_cmath.h: Formatting tweaks.
        * include/c/bits/std_cmath.h: Formatting tweaks.
        * testsuite/26_numerics/complex_value.cc: New file, for catching
        * testsuite/26_numerics/complex_value.cc: New file, for catching
        bits gleaned from libstdc++/106.
        bits gleaned from libstdc++/106.
        * testsuite/23_containers/vector_ctor.cc (test02): Add test from
        * testsuite/23_containers/vector_ctor.cc (test02): Add test from
        libstdc++/102.
        libstdc++/102.
2000-11-20  Joseph S. Myers  
2000-11-20  Joseph S. Myers  
        * include/bits/c++config, include/bits/ios_base.h,
        * include/bits/c++config, include/bits/ios_base.h,
        include/bits/std_streambuf.h: Correct spelling of "deprecated".
        include/bits/std_streambuf.h: Correct spelling of "deprecated".
2000-11-19  Mark Mitchell  
2000-11-19  Mark Mitchell  
        * libsupc++/exception_support.cc (__throw_bad_cast): Name it
        * libsupc++/exception_support.cc (__throw_bad_cast): Name it
        __cxa_bad_cast under the new ABI.
        __cxa_bad_cast under the new ABI.
        (__throw_bad_typeid): Name it __cxa_bad_typeid under the new ABI.
        (__throw_bad_typeid): Name it __cxa_bad_typeid under the new ABI.
        * libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual
        * libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual
        under the new ABI.
        under the new ABI.
2000-11-18  Mark Mitchell  
2000-11-18  Mark Mitchell  
        * libsupc++/exception_support.h: New header file.
        * libsupc++/exception_support.h: New header file.
        * libsupc++/vec.cc: Include it.
        * libsupc++/vec.cc: Include it.
        (__cxa_vec_new2): Recatch exceptions before rethrows.
        (__cxa_vec_new2): Recatch exceptions before rethrows.
        (__cxa_vec_new3): Likewise.
        (__cxa_vec_new3): Likewise.
        (__cxa_vec_ctor): Likewise.
        (__cxa_vec_ctor): Likewise.
        (__cxa_vec_cctor): Likewise.
        (__cxa_vec_cctor): Likewise.
        (__cxa_vec_dtor): Likewise.
        (__cxa_vec_dtor): Likewise.
        (__cxa_vec_delete2): Likewise.
        (__cxa_vec_delete2): Likewise.
        (__cxa_vec_delete3): Likewise.
        (__cxa_vec_delete3): Likewise.
2000-11-17  Theodore Papadopoulo  
2000-11-17  Theodore Papadopoulo  
        * include/bits/stl_tree.h: Overload operators == and != to be able
        * include/bits/stl_tree.h: Overload operators == and != to be able
        to handle the case (const_iterator,iterator) and
        to handle the case (const_iterator,iterator) and
        (iterator,const_iterator), thus fixing libstdc++/737 and the like.
        (iterator,const_iterator), thus fixing libstdc++/737 and the like.
        * testsuite/23_containers/map_operators.cc (test02): New tests.
        * testsuite/23_containers/map_operators.cc (test02): New tests.
2000-11-17  Loren J. Rittle  
2000-11-17  Loren J. Rittle  
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
          to ``make --enable-cstdio=stdio the default''.
          to ``make --enable-cstdio=stdio the default''.
        * libstdc++-v3/aclocal.m4: Rebuilt.
        * libstdc++-v3/aclocal.m4: Rebuilt.
        * libstdc++-v3/configure: Rebuilt.
        * libstdc++-v3/configure: Rebuilt.
2000-11-17  Phil Edwards  
2000-11-17  Phil Edwards  
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY):  Move switch statement
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY):  Move switch statement
          contents to...
          contents to...
        * configure.target:  ...here.  Enable generic atomic ops, and warn.
        * configure.target:  ...here.  Enable generic atomic ops, and warn.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * configure:  Ditto.
        * configure:  Ditto.
        * Makefile.in:  Ditto.
        * Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
2000-11-16  Loren J. Rittle  
2000-11-16  Loren J. Rittle  
        * include/bits/locale_facets.tcc (num_get<_CharT,
        * include/bits/locale_facets.tcc (num_get<_CharT,
          _InIter>::do_get(...)): Add missing typename keyword.
          _InIter>::do_get(...)): Add missing typename keyword.
2000-11-16  Mark Mitchell  
2000-11-16  Mark Mitchell  
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make
        --enable-cstdio=stdio the default.  Disable wide character support
        --enable-cstdio=stdio the default.  Disable wide character support
        in that event.
        in that event.
        * configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after
        * configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after
        (GLIBCPP_ENABLE_CSTDIO).
        (GLIBCPP_ENABLE_CSTDIO).
        * config/c_io_stdio.h: Don't include , don't define
        * config/c_io_stdio.h: Don't include , don't define
        __c_wfile_type.
        __c_wfile_type.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
        * Makefile.in: Likewise.
        * Makefile.in: Likewise.
        * libio/Makefile.in: Likewise.
        * libio/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * src/Makefile.in: Likewise.
        * src/Makefile.in: Likewise.
2000-11-16  Gerald Pfeifer  
2000-11-16  Gerald Pfeifer  
        * config/c_io_stdio.h: Include stddef.h.
        * config/c_io_stdio.h: Include stddef.h.
2000-11-16  Mark Mitchell  
2000-11-16  Mark Mitchell  
        * config/c_io_stdio.h (streamsize): Make it a typedef for
        * config/c_io_stdio.h (streamsize): Make it a typedef for
        ptrdiff_t.
        ptrdiff_t.
        (wstreamsize): Likewise.
        (wstreamsize): Likewise.
        * config/c_io_stdio.h: Include libio.h.
        * config/c_io_stdio.h: Include libio.h.
2000-11-15  Mark P Mitchell  
2000-11-15  Mark P Mitchell  
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
        * src/Makefile.am (libstdc___la_LIBADD): Use it.
        * src/Makefile.am (libstdc___la_LIBADD): Use it.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
        * Makefile.in: Likewise.
        * Makefile.in: Likewise.
        * libio/Makefile.in: Likewise.
        * libio/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * src/Makfile.in: Likewise.
        * src/Makfile.in: Likewise.
2000-11-15  Mark Mitchell  
2000-11-15  Mark Mitchell  
        * mkcheckin.in: Move check for bash version 2 later in the file.
        * mkcheckin.in: Move check for bash version 2 later in the file.
        * include/bits/basic_string.h (basic_string::_Rep::_S_max_size):
        * include/bits/basic_string.h (basic_string::_Rep::_S_max_size):
        Make it const.
        Make it const.
        (basic_string::_Rep::_S_terminal): Likewise.
        (basic_string::_Rep::_S_terminal): Likewise.
        * include/bits/string.tcc (basic_string::_Rep::_S_max_size):
        * include/bits/string.tcc (basic_string::_Rep::_S_max_size):
        Likewise.
        Likewise.
        (basic_string::_Rep::_S_terminal): Likewise.
        (basic_string::_Rep::_S_terminal): Likewise.
2000-11-15  David Billinghurst  
2000-11-15  David Billinghurst  
        * mkcheck.in:  Add function size_command() for irix.
        * mkcheck.in:  Add function size_command() for irix.
2000-11-14  Benjamin Kosnik  
2000-11-14  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
        initial value.
        initial value.
        (GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if
        (GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if
        building a canadian cross. This should fix the remaining java
        building a canadian cross. This should fix the remaining java
        build issues.
        build issues.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * include/bits/c++config (__GLIBCPP__): Set release version for 2.91.
        * include/bits/c++config (__GLIBCPP__): Set release version for 2.91.
2000-11-14  Phil Edwards  
2000-11-14  Phil Edwards  
        * mkcheck.in: On a platform where we don't know how to extract
        * mkcheck.in: On a platform where we don't know how to extract
        section sizes, just set them to zero.  Use old method of reading
        section sizes, just set them to zero.  Use old method of reading
        file contents.
        file contents.
2000-11-13  Loren J. Rittle  
2000-11-13  Loren J. Rittle  
        * config/c_io_stdio.h: Don't define __c_wfile_type
        * config/c_io_stdio.h: Don't define __c_wfile_type
        when _GLIBCPP_USE_WCHAR_T is not defined.
        when _GLIBCPP_USE_WCHAR_T is not defined.
2000-11-13  Phil Edwards  
2000-11-13  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_TARGET):  New macro, replacing
        * acinclude.m4 (GLIBCPP_CHECK_TARGET):  New macro, replacing
        GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target.
        GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target.
        (GLIBCPP_CONFIGURE):  Call new macro here.
        (GLIBCPP_CONFIGURE):  Call new macro here.
        * configure.host:  Cleanup.
        * configure.host:  Cleanup.
        * configure.in:  Remove those two macros.
        * configure.in:  Remove those two macros.
        * configure.target:  New file.
        * configure.target:  New file.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * configure:  Ditto.
        * configure:  Ditto.
        * Makefile.in:  Ditto.
        * Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * mkcheck.in:  Use libtool.  Split things out into functions.
        * mkcheck.in:  Use libtool.  Split things out into functions.
2000-11-12  Alexandre Petit-Bianco  
2000-11-12  Alexandre Petit-Bianco  
        * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
        * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-11-12  David Edelsohn  
2000-11-12  David Edelsohn  
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for
        libiconv.a providing wchar_t support functions.
        libiconv.a providing wchar_t support functions.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
2000-11-12  Loren J. Rittle  
2000-11-12  Loren J. Rittle  
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
        * aclocal.m4, configure: Rebuilt.
        * aclocal.m4, configure: Rebuilt.
2000-11-12  Brent Verner  
2000-11-12  Brent Verner  
        * include/c_std/bits/wrap_langinfo.h: New file.
        * include/c_std/bits/wrap_langinfo.h: New file.
        * include/c_std/langinfo.h: New file.
        * include/c_std/langinfo.h: New file.
        * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
        * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
        CODESET from _C_legacy::CODESET if using shadow headers.
        CODESET from _C_legacy::CODESET if using shadow headers.
        * src/Makefile.am: Add new files.
        * src/Makefile.am: Add new files.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-11-12  Mark Mitchell  
2000-11-12  Mark Mitchell  
        * include/c/bits/std_cmath.h (abs): Change extern "C" declaration
        * include/c/bits/std_cmath.h (abs): Change extern "C" declaration
        of `abs (double)' to ...
        of `abs (double)' to ...
        (fabs): this.
        (fabs): this.
        * config/os/solaris/solaris2.7/bits/os_defines.h: Define
        * config/os/solaris/solaris2.7/bits/os_defines.h: Define
        __EXTENSIONS__.
        __EXTENSIONS__.
2000-11-11  Mark P Mitchell  
2000-11-11  Mark P Mitchell  
        * include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
        * include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
        when _GLIBCPP_USE_WCHAR_T is not defined.
        when _GLIBCPP_USE_WCHAR_T is not defined.
2000-11-10  Phil Edwards  
2000-11-10  Phil Edwards  
        * include/bits/codecvt.h (__iconv_adaptor):  New adaptor function,
        * include/bits/codecvt.h (__iconv_adaptor):  New adaptor function,
          courtesy of Alexandre Oliva, to handle const/non-const signatures.
          courtesy of Alexandre Oliva, to handle const/non-const signatures.
          (codecvt::do_out):  Use.
          (codecvt::do_out):  Use.
          (codecvt::do_in):  And here.
          (codecvt::do_in):  And here.
2000-11-10  Gabriel Dos Reis  
2000-11-10  Gabriel Dos Reis  
        * include/bits/cpp_type_traits.h: Fix typos.  Adjust formatting.
        * include/bits/cpp_type_traits.h: Fix typos.  Adjust formatting.
2000-11-10  Gabriel Dos Reis  
2000-11-10  Gabriel Dos Reis  
        * include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
        * include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
        _Count_ones<>::_S_count): Turn into enumerators.
        _Count_ones<>::_S_count): Turn into enumerators.
2000-11-08  Mark Mitchell  
2000-11-08  Mark Mitchell  
        * include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
        * include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
        (codecvt::do_in): Likewise.
        (codecvt::do_in): Likewise.
2000-11-08  David Edelsohn  
2000-11-08  David Edelsohn  
        * src/locale-inst.cc: Add explicit instantiations of
        * src/locale-inst.cc: Add explicit instantiations of
        _M_fill_insert and fill_n<..., unsigned long,...> .
        _M_fill_insert and fill_n<..., unsigned long,...> .
2000-11-06  Gabriel Dos Reis  
2000-11-06  Gabriel Dos Reis  
        * include/bits/std_complex.h (conj): Undo double removal.
        * include/bits/std_complex.h (conj): Undo double removal.
2000-11-06  Alexandre Oliva  
2000-11-06  Alexandre Oliva  
        * acinclude.m4 (LIB_AC_PROG_CXX): Remove CXX from the list of
        * acinclude.m4 (LIB_AC_PROG_CXX): Remove CXX from the list of
        alternatives for CXX_libstdcxx, now that it is useless.
        alternatives for CXX_libstdcxx, now that it is useless.
        * aclocal.m4, configure: Rebuilt.
        * aclocal.m4, configure: Rebuilt.
2000-11-04  Mark Mitchell  
2000-11-04  Mark Mitchell  
        * acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
        * acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
        use of `test'.
        use of `test'.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
2000-11-04  Alexandre Oliva  
2000-11-04  Alexandre Oliva  
        * acinclude.m4 (CXX): Prevent it from being cached.
        * acinclude.m4 (CXX): Prevent it from being cached.
        * aclocal.m4, configure, */Makefile.in: Rebuilt.
        * aclocal.m4, configure, */Makefile.in: Rebuilt.
2000-11-03  David Edelsohn 
2000-11-03  David Edelsohn 
        * acinclude.m4 (GLIBCPP_CHECK_OS): Add AIX target selecting threads
        * acinclude.m4 (GLIBCPP_CHECK_OS): Add AIX target selecting threads
          flag based on multilib definition of $CXX.
          flag based on multilib definition of $CXX.
        * mknumeric_limits (LDFLAGS): Add AIX target linking with pthreads
        * mknumeric_limits (LDFLAGS): Add AIX target linking with pthreads
          based on multilib definition of $CXX.
          based on multilib definition of $CXX.
        * config/os/aix/bits/os_defines.h (_G_USING_THUNKS): Define as 0.
        * config/os/aix/bits/os_defines.h (_G_USING_THUNKS): Define as 0.
2000-11-03  Phil Edwards  
2000-11-03  Phil Edwards  
        * acinclude.m4:  Cleanups.
        * acinclude.m4:  Cleanups.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * configure:  Ditto.
        * configure:  Ditto.
        * Makefile.in:  Ditto.
        * Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * docs/install.html:  Removal of EGCS.
        * docs/install.html:  Removal of EGCS.
        * docs/23_containers/wrappers_h.txt:  Likewise.
        * docs/23_containers/wrappers_h.txt:  Likewise.
        * docs/faq/index.html:  Likewise.
        * docs/faq/index.html:  Likewise.
        * docs/faq/index.txt:  Regenerated.
        * docs/faq/index.txt:  Regenerated.
        * docs/thanks.html:  More people.
        * docs/thanks.html:  More people.
2000-11-03  David Edelsohn  
2000-11-03  David Edelsohn  
        * include/c/bits/std_cwchar.h: Undefine macro that conflicts
        * include/c/bits/std_cwchar.h: Undefine macro that conflicts
        with function name defined in this file.
        with function name defined in this file.
Thu Nov  2 23:19:20 2000  Mark P Mitchell  
Thu Nov  2 23:19:20 2000  Mark P Mitchell  
        * include/c/bits/std_cctype.h: Undefine macros that conflict
        * include/c/bits/std_cctype.h: Undefine macros that conflict
        with function names defined in this file.
        with function names defined in this file.
        * include/c/bits/std_cstdio.h: Likewise.
        * include/c/bits/std_cstdio.h: Likewise.
2000-11-02  Mark Mitchell  
2000-11-02  Mark Mitchell  
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
Thu Nov  2 10:11:45 2000  Mark P Mitchell  
Thu Nov  2 10:11:45 2000  Mark P Mitchell  
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
        * libio/Makefile.in: Likewise.
        * libio/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libmath/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * libsupc++/Makefile.in: Likewise.
        * src/Makefile.in: Likewise.
        * src/Makefile.in: Likewise.
        * configure: Likewise.
        * configure: Likewise.
        * config/os/irix/bits/ctype_base.h: Revise.
        * config/os/irix/bits/ctype_base.h: Revise.
        * config/os/irix/bits/ctype_inline.h: Likewise.
        * config/os/irix/bits/ctype_inline.h: Likewise.
        * config/os/irix/bits/ctype_noninline.h: Likewise.
        * config/os/irix/bits/ctype_noninline.h: Likewise.
        * testsuite/22_locale/codecvt_unicode_char.cc: Don't run it
        * testsuite/22_locale/codecvt_unicode_char.cc: Don't run it
        if not _GLIBCPP_USE_WCHAR_T.
        if not _GLIBCPP_USE_WCHAR_T.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise.
        * testsuite/22_locale/ctor_copy_dtor.cc: Likewise.
        * testsuite/22_locale/ctor_copy_dtor.cc: Likewise.
        * testsuite/22_locale/ctype_wchar_t_members.cc: Likewise.
        * testsuite/22_locale/ctype_wchar_t_members.cc: Likewise.
        * mkcheck.in: Fix echoing of -rpath option.
        * mkcheck.in: Fix echoing of -rpath option.
        * config/os/irix/bits/atomicity.h (_Atomic_word): Make it a
        * config/os/irix/bits/atomicity.h (_Atomic_word): Make it a
        signed type.
        signed type.
        (__exchange_aand_add): Adjust accordingly.
        (__exchange_aand_add): Adjust accordingly.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
2000-11-02  Benjamin Kosnik  
2000-11-02  Benjamin Kosnik  
        * src/locale.cc: Match orderings for static members.
        * src/locale.cc: Match orderings for static members.
        * include/bits/fstream.tcc: Fixes for cin.
        * include/bits/fstream.tcc: Fixes for cin.
2000-11-02  Gabriel Dos Reis  
2000-11-02  Gabriel Dos Reis  
        * include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
        * include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
        exp<>, log<>, log<>, sin, sinh<>) friend declarations.
        exp<>, log<>, log<>, sin, sinh<>) friend declarations.
        (cos, cosh, sin, sinh): Define primary templates.
        (cos, cosh, sin, sinh): Define primary templates.
        * src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
        * src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
        definitions.
        definitions.
2000-11-01  Benjamin Kosnik  
2000-11-01  Benjamin Kosnik  
        * bits/basic_file.h (_M_open_mode): Change signature, move
        * bits/basic_file.h (_M_open_mode): Change signature, move
        specializations to..
        specializations to..
        * config/c_io_libio.cc: ...here.
        * config/c_io_libio.cc: ...here.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/c_io_stdio.h: New file.
        * config/c_io_stdio.h: New file.
        * config/c_io_stdio.cc: New file.
        * config/c_io_stdio.cc: New file.
        * docs/configopts.html: Modify documentation.
        * docs/configopts.html: Modify documentation.
2000-10-31  Benjamin Kosnik  
2000-10-31  Benjamin Kosnik  
        * include/c/bits/std_cwctype.h: Add more undefs.
        * include/c/bits/std_cwctype.h: Add more undefs.
2000-10-31  Gabriel Dos Reis  
2000-10-31  Gabriel Dos Reis  
        * include/bits/std_complex.h (norm): Forward declare.
        * include/bits/std_complex.h (norm): Forward declare.
        (complex<>): Comment out friend declaration of conj<>.
        (complex<>): Comment out friend declaration of conj<>.
        (conj<>): Comment out specialization.
        (conj<>): Comment out specialization.
        (exp, log, log10): Define primary templates.
        (exp, log, log10): Define primary templates.
        * src/complex.cc (exp<>, log<>, log10<>): Comment out
        * src/complex.cc (exp<>, log<>, log10<>): Comment out
        specializations.
        specializations.
2000-10-31  Benjamin Kosnik  
2000-10-31  Benjamin Kosnik  
        * include/bits/std_complex.h: Remove duplicate definition of conj.
        * include/bits/std_complex.h: Remove duplicate definition of conj.
        * include/c/bits/std_cwctype.h: Consistent placement of undefs.
        * include/c/bits/std_cwctype.h: Consistent placement of undefs.
2000-10-31  Gabriel Dos Reis  
2000-10-31  Gabriel Dos Reis  
        * src/complex.cc (arg, polar): Comment out specializations.
        * src/complex.cc (arg, polar): Comment out specializations.
        * include/bits/std_complex.h (complex<>): Remove arg<> friend
        * include/bits/std_complex.h (complex<>): Remove arg<> friend
        declaration.
        declaration.
        (arg): Define primary template.
        (arg): Define primary template.
        (polar): Likewise.
        (polar): Likewise.
        (conj): Likewise.
        (conj): Likewise.
2000-10-31  Gabriel Dos Reis  
2000-10-31  Gabriel Dos Reis  
        * include/c/bits/std_cwctype.h: #undef possible function-like
        * include/c/bits/std_cwctype.h: #undef possible function-like
        macro definitions of iswxxx functions, which might be brought in
        macro definitions of iswxxx functions, which might be brought in
        by .  Those macro definitions prevent build on some
        by .  Those macro definitions prevent build on some
        linux-based systems.
        linux-based systems.
        * include/bits/std_complex.h (complex<>): Comment out friend
        * include/bits/std_complex.h (complex<>): Comment out friend
        declarations of abs<> specializations.
        declarations of abs<> specializations.
        (abs): Define primary template.
        (abs): Define primary template.
        * src/complex.cc (abs): Comment out specialization definition.
        * src/complex.cc (abs): Comment out specialization definition.
2000-10-30  Phil Edwards  
2000-10-30  Phil Edwards  
        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG):  Raise debugging level from
        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG):  Raise debugging level from
          the default of 2 to 3.
          the default of 2 to 3.
        * configure.in:  Fix minor typos.  SUBST the values of enable_shared
        * configure.in:  Fix minor typos.  SUBST the values of enable_shared
          and enable_static so that mkcheck will be aware of them.  Put the
          and enable_static so that mkcheck will be aware of them.  Put the
          test for gconv.h in with all the other header tests.
          test for gconv.h in with all the other header tests.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Ditto.
        * configure:  Ditto.
        * Makefile.in:  Ditto.
        * Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libio/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libmath/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * libsupc++/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * config/os/solaris/solaris2.7/bits/os_defines.h:  Define
        * config/os/solaris/solaris2.7/bits/os_defines.h:  Define
          _G_USING_THUNKS to 0.
          _G_USING_THUNKS to 0.
2000-10-30  Benjamin Kosnik  
2000-10-30  Benjamin Kosnik  
        * src/complex_io.cc : Remove ancient defines.
        * src/complex_io.cc : Remove ancient defines.
        * config/os/gnu-linux/bits/os_defines.h: Add defines.
        * config/os/gnu-linux/bits/os_defines.h: Add defines.
        * libsupc++/tinfo2.cc: Change to cstddef.
        * libsupc++/tinfo2.cc: Change to cstddef.
        * include/bits/codecvt.h: Add include of c++config.h, so that
        * include/bits/codecvt.h: Add include of c++config.h, so that
        __USE_GNU gets defined. (Important for alpha.)
        __USE_GNU gets defined. (Important for alpha.)
        * include/c/bits/std_cwctype.h: Same.
        * include/c/bits/std_cwctype.h: Same.
        * include/c/bits/std_ctime.h: And here.
        * include/c/bits/std_ctime.h: And here.
        * include/c/bits/std_cstdarg.h: Same.
        * include/c/bits/std_cstdarg.h: Same.
        * include/c/bits/std_csignal.h: Same.
        * include/c/bits/std_csignal.h: Same.
        * include/c/bits/std_csetjmp.h: Same.
        * include/c/bits/std_csetjmp.h: Same.
        * include/c/bits/std_clocale.h: Same.
        * include/c/bits/std_clocale.h: Same.
        * include/c/bits/std_climits.h: Touch.
        * include/c/bits/std_climits.h: Touch.
        * include/c/bits/std_cfloat.h: Same.
        * include/c/bits/std_cfloat.h: Same.
        * include/c/bits/std_cerrno.h: Same.
        * include/c/bits/std_cerrno.h: Same.
        * include/c/bits/std_cwchar.h: Same.
        * include/c/bits/std_cwchar.h: Same.
        * include/c/bits/std_cassert.h: Same.
        * include/c/bits/std_cassert.h: Same.
        * include/c/bits/std_cctype.h: Same.
        * include/c/bits/std_cctype.h: Same.
        * include/c/bits/std_cstddef.h: And here.
        * include/c/bits/std_cstddef.h: And here.
        * include/c/bits/std_cstdlib.h: And here.
        * include/c/bits/std_cstdlib.h: And here.
        * include/c/bits/std_cstdio.h: Same.
        * include/c/bits/std_cstdio.h: Same.
        * include/c/bits/std_cstring.h: Add names to namespace std::.
        * include/c/bits/std_cstring.h: Add names to namespace std::.
        * include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
        * include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
        from here...
        from here...
        (_ISOC99_SOURCE): And this one....
        (_ISOC99_SOURCE): And this one....
        * config/os/gnu-linux/bits/os_defines.h: ...to here.
        * config/os/gnu-linux/bits/os_defines.h: ...to here.
        * include/bits/codecvt.h (codecvt<_InternT, _ExternT,
        * include/bits/codecvt.h (codecvt<_InternT, _ExternT,
        __enc_traits>::do_in): Don't cast to const, this is a bug in glibc
        __enc_traits>::do_in): Don't cast to const, this is a bug in glibc
        prior to 2.2.
        prior to 2.2.
        (codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
        (codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
        * include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.
        * include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.
2000-10-30  Steven King  
2000-10-30  Steven King  
        * include/bits/codecvt.h: Add cast.
        * include/bits/codecvt.h: Add cast.
        * include/c_std/stdio.h: Re-add printf using declaration.
        * include/c_std/stdio.h: Re-add printf using declaration.
        * include/c_std/bits/std_cstdio.h: Same
        * include/c_std/bits/std_cstdio.h: Same
        * testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
        * testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
        * testsuite/22_locale/ctor_copy_dtor.cc: Same.
        * testsuite/22_locale/ctor_copy_dtor.cc: Same.
        * testsuite/22_locale/facet.cc: Same.
        * testsuite/22_locale/facet.cc: Same.
        * testsuite/22_locale/global_templates.cc: Same.
        * testsuite/22_locale/global_templates.cc: Same.
        * testsuite/22_locale/operators.cc: Same.
        * testsuite/22_locale/operators.cc: Same.
        * testsuite/22_locale/static_members.cc: Same.
        * testsuite/22_locale/static_members.cc: Same.
        * testsuite/26_numerics/c_math.cc: Same.
        * testsuite/26_numerics/c_math.cc: Same.
        * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
        * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
        * testsuite/27_io/fpos.cc: Same.
        * testsuite/27_io/fpos.cc: Same.
        * testsuite/27_io/istream_extractor_arith.cc: Same.
        * testsuite/27_io/istream_extractor_arith.cc: Same.
        * testsuite/27_io/istream_unformatted.cc: Same.
        * testsuite/27_io/istream_unformatted.cc: Same.
        * testsuite/27_io/ostream_inserter_arith.cc: Same.
        * testsuite/27_io/ostream_inserter_arith.cc: Same.
        * testsuite/27_io/streambuf.cc: Same.
        * testsuite/27_io/streambuf.cc: Same.
2000-10-30  Mark Mitchell  
2000-10-30  Mark Mitchell  
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
        for cabs, cabsf, and cabsl, too.
        for cabs, cabsf, and cabsl, too.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * config.h.in: Likewise.
        * config.h.in: Likewise.
        * configure: Likewise.
        * configure: Likewise.
        * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
        * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
        cabsf.c.
        cabsf.c.
        * libmath/Makefile.in: Regenerated.
        * libmath/Makefile.in: Regenerated.
        * libmath/complex-stub.h (cabs): Don't declare if the system
        * libmath/complex-stub.h (cabs): Don't declare if the system
        already provides this function.
        already provides this function.
        (cabsf): Likewise.
        (cabsf): Likewise.
        (cabsl): Likewise.
        (cabsl): Likewise.
        * src/complex.cc (abs): Directly use `hypot' since we can't call
        * src/complex.cc (abs): Directly use `hypot' since we can't call
        cabs on IRIX.
        cabs on IRIX.
2000-10-30  Joseph S. Myers  
2000-10-30  Joseph S. Myers  
        * acinclude.m4: Update URL on egcs.cygnus.com to point to
        * acinclude.m4: Update URL on egcs.cygnus.com to point to
        gcc.gnu.org.
        gcc.gnu.org.
        * aclocal.m4, configure: Regenerate.
        * aclocal.m4, configure: Regenerate.
        * src/gen-num-limits.cc, include/bits/c++config,
        * src/gen-num-limits.cc, include/bits/c++config,
        include/bits/stl_config.h: Remove EGCS references.
        include/bits/stl_config.h: Remove EGCS references.
2000-10-29  Mark Mitchell  
2000-10-29  Mark Mitchell  
        * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
        * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
        building shared executables.
        building shared executables.
2000-10-29   Mark Harig 
2000-10-29   Mark Harig 
        * src/Makefile.am: Change logic for include dir options.
        * src/Makefile.am: Change logic for include dir options.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libsupc++/Makefile.am: Ditto.
        * libsupc++/Makefile.am: Ditto.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
2000-10-29  Benjamin Kosnik  
2000-10-29  Benjamin Kosnik  
        * configure.in: Simplify use of AC_CACHE_SAVE.  Put linked files
        * configure.in: Simplify use of AC_CACHE_SAVE.  Put linked files
        in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
        in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
        with libgcj build issues and improve consistency with the source
        with libgcj build issues and improve consistency with the source
        directory's include directory setup.
        directory's include directory setup.
        * configure: Regenerate.
        * configure: Regenerate.
        * acinclude.m4: Same here.
        * acinclude.m4: Same here.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * mknumeric_limits (OUT_H): Also change paths here.
        * mknumeric_limits (OUT_H): Also change paths here.
        * mkcheck.in (C_DIR): And here.
        * mkcheck.in (C_DIR): And here.
        * mkc++config (OUT_H): And here.
        * mkc++config (OUT_H): And here.
        * libmath/Makefile.am (INCLUDES): And here.
        * libmath/Makefile.am (INCLUDES): And here.
        * src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
        * src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
        * libio/Makefile.am: Ditto.
        * libio/Makefile.am: Ditto.
        * libsupc++/Makefile.am (INCLUDES): Ditto.
        * libsupc++/Makefile.am (INCLUDES): Ditto.
2000-10-29  Mark Mitchell  
2000-10-29  Mark Mitchell  
        * config/c_io_libio.cc (basic_file::__basic_file):
        * config/c_io_libio.cc (basic_file::__basic_file):
        Don't pass a NULL _IO_wide_data to _IO_no_init when
        Don't pass a NULL _IO_wide_data to _IO_no_init when
        _GLIBCPP_USE_WCHAR_T is not defined.
        _GLIBCPP_USE_WCHAR_T is not defined.
        * config/c_io_libio.h (_IO_codecvt): Don't declare when
        * config/c_io_libio.h (_IO_codecvt): Don't declare when
        _GLIBCPP_USE_WCHAR_T is not defined.
        _GLIBCPP_USE_WCHAR_T is not defined.
        * config/c_io_libio_codecvt.c: Don't compile it
        * config/c_io_libio_codecvt.c: Don't compile it
        when _GLIBCPP_USE_WCHAR_T is not defined.
        when _GLIBCPP_USE_WCHAR_T is not defined.
        * include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
        * include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
        Don't define this specialization when _GLIBCPP_USE_WCHAR_T
        Don't define this specialization when _GLIBCPP_USE_WCHAR_T
        is not defined.
        is not defined.
        * include/bits/locale_facets.h (): Don't
        * include/bits/locale_facets.h (): Don't
        include it when _GLIBCPP_USE_WCHAR_T is not defined.
        include it when _GLIBCPP_USE_WCHAR_T is not defined.
        * src/codecvt.cc (__enc_traits::_S_max_size): Don't define
        * src/codecvt.cc (__enc_traits::_S_max_size): Don't define
        when _GLIBCPP_USE_WCHAR_T is not defined.
        when _GLIBCPP_USE_WCHAR_T is not defined.
        * src/localename.cc (locale::_Impl::_M_construct_collate):
        * src/localename.cc (locale::_Impl::_M_construct_collate):
        Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
        Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
        not defined.
        not defined.
        (locale::_Impl::_M_construct_ctype): Likewise.
        (locale::_Impl::_M_construct_ctype): Likewise.
        (locale::_Impl::_M_construct_monetary): Likewise.
        (locale::_Impl::_M_construct_monetary): Likewise.
        (locale::_Impl::_M_construct_numeric): Likewise.
        (locale::_Impl::_M_construct_numeric): Likewise.
        (locale::_Impl::_M_construct_time): Likewise.
        (locale::_Impl::_M_construct_time): Likewise.
        (locale::_Impl::_M_construct_messages): Likewise.
        (locale::_Impl::_M_construct_messages): Likewise.
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
        * aclocal.m4: Regenerated.
        * aclocal.m4: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
        * config/os/irix/bits/atomicity.h: New file.
        * config/os/irix/bits/atomicity.h: New file.
        * config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
        * config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
        (__off_t): Define.
        (__off_t): Define.
        (__off64_t): Likewise.
        (__off64_t): Likewise.
        (__ssize_t): Likewise.
        (__ssize_t): Likewise.
        (_G_USING_THUNKS): Define to zero.
        (_G_USING_THUNKS): Define to zero.
2000-10-28  Mark Mitchell  
2000-10-28  Mark Mitchell  
        * src/string-inst.cc (basic_string::npos): Explicitly
        * src/string-inst.cc (basic_string::npos): Explicitly
        instantiate it.
        instantiate it.
2000-10-26  Benjamin Kosnik  
2000-10-26  Benjamin Kosnik  
        * include/c/bits/std_cmath.h: Fix double declarations in namespace std.
        * include/c/bits/std_cmath.h: Fix double declarations in namespace std.
        Clean up naming, consistency in "C" library autoconf testing.
        Clean up naming, consistency in "C" library autoconf testing.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): For consistency, change to
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): For consistency, change to
        GLIBCPP_CHECK_CTYPE_SUPPORT.
        GLIBCPP_CHECK_CTYPE_SUPPORT.
        (GLIBCPP_CHECK_STDLIB_SUPPORT): Add.
        (GLIBCPP_CHECK_STDLIB_SUPPORT): Add.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: And here.
        * configure.in: And here.
        Add call to GLIBCPP_CHECK_STDLIB_SUPPORT.
        Add call to GLIBCPP_CHECK_STDLIB_SUPPORT.
        * configure: Regenerate.
        * configure: Regenerate.
2000-10-26  David Edelsohn  
2000-10-26  David Edelsohn  
        * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_2): New macro.
        * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_2): New macro.
        (GLIBCPP_CHECK_MATH_SUPPORT): Use it to test for strtold.
        (GLIBCPP_CHECK_MATH_SUPPORT): Use it to test for strtold.
2000-10-26  Phil Edwards  
2000-10-26  Phil Edwards  
            David Edelsohn  
            David Edelsohn  
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
        --gc-sections stuff entirely to avoid misleading people.
        --gc-sections stuff entirely to avoid misleading people.
        (GLIBCPP_ENABLE_CSTDIO): Merge need_libio and need_xtra_libio.
        (GLIBCPP_ENABLE_CSTDIO): Merge need_libio and need_xtra_libio.
        * libio/Makefile.am (LIBIO_SRCS,LIBIO_WSRCS,LIBIO_XTRA_SRCS):
        * libio/Makefile.am (LIBIO_SRCS,LIBIO_WSRCS,LIBIO_XTRA_SRCS):
        Rearrange and merge.
        Rearrange and merge.
        * libio/libio.h: Simplify, make fewer assumptions.  Define those
        * libio/libio.h: Simplify, make fewer assumptions.  Define those
        macros which must be defined.
        macros which must be defined.
        * config/os/solaris/solaris2.7/bits/os_defines.h: Simplify as a
        * config/os/solaris/solaris2.7/bits/os_defines.h: Simplify as a
        result.
        result.
2000-10-26  Mark Mitchell  
2000-10-26  Mark Mitchell  
        * include/backward/streambuf.h: New file.
        * include/backward/streambuf.h: New file.
2000-10-26  David Edelsohn  
2000-10-26  David Edelsohn  
        * config/os/aix/bits/ctype_inline.h (is): Use __OBJ_DATA directly.
        * config/os/aix/bits/ctype_inline.h (is): Use __OBJ_DATA directly.
        * config/os/aix/bits/ctype_noninline.h (do_tolower): Fix typo.
        * config/os/aix/bits/ctype_noninline.h (do_tolower): Fix typo.
        * config/os/aix/bits/os_defines.h: Add AIX defines.
        * config/os/aix/bits/os_defines.h: Add AIX defines.
2000-10-26  Benjamin Kosnik  
2000-10-26  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: Remove GLIBCPP_ENABLE_LONG_DOUBLE.
        * configure.in: Remove GLIBCPP_ENABLE_LONG_DOUBLE.
        * configure: Regenerate.
        * configure: Regenerate.
        * docs/configopts.html: Remove.
        * docs/configopts.html: Remove.
        * src/complexl.cc: Revert.
        * src/complexl.cc: Revert.
        * config.h.in: Remove.
        * config.h.in: Remove.
        * include/c_std/bits/std_cmath.h: Remove guards based on
        * include/c_std/bits/std_cmath.h: Remove guards based on
        _GLIBCPP_USE_LONG_DOUBLE.
        _GLIBCPP_USE_LONG_DOUBLE.
        * include/c/bits/std_cmath.h: Same. Format. Match c_std behavior
        * include/c/bits/std_cmath.h: Same. Format. Match c_std behavior
        with respect to long double signatures.
        with respect to long double signatures.
        * config/os/aix/bits/ctype_noninline.h (ctype): Remove throw
        * config/os/aix/bits/ctype_noninline.h (ctype): Remove throw
        specification.
        specification.
        * config/os/newlib/bits/ctype_noninline.h (ctype): And here.
        * config/os/newlib/bits/ctype_noninline.h (ctype): And here.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
        * config/os/generic/bits/ctype_noninline.h (ctype): Same.
        * config/os/generic/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/bits/ctype_noninline.h (ctype): Same.
        * config/os/bsd/bits/ctype_noninline.h (ctype): Same.
2000-10-26  Gabriel Dos Reis  
2000-10-26  Gabriel Dos Reis  
        * include/bits/std_valarray.h (valarray::valarray): Fix thinko.
        * include/bits/std_valarray.h (valarray::valarray): Fix thinko.
        Use __valarray_copy_construct only where appropriate.
        Use __valarray_copy_construct only where appropriate.
2000-10-25  Mark Mitchell  
2000-10-25  Mark Mitchell  
        * Makefile.in (check): Don't make mkcheck executable.
        * Makefile.in (check): Don't make mkcheck executable.
        (check-install): Likewise.
        (check-install): Likewise.
        * configure.in (AC_OUTPUT): Make mkcheck executable.
        * configure.in (AC_OUTPUT): Make mkcheck executable.
        * mkcheck.in (top_srcdir): New variable.
        * mkcheck.in (top_srcdir): New variable.
        (INC_PATH): Set the path to the backward and ext directories
        (INC_PATH): Set the path to the backward and ext directories
        correctly.
        correctly.
2000-10-25  Phil Edwards  
2000-10-25  Phil Edwards  
        * configure.in:  Check for gconv.h.
        * configure.in:  Check for gconv.h.
        * libio/wfileops.c:  Wrap gconv.h in HAVE_GCONV_H.
        * libio/wfileops.c:  Wrap gconv.h in HAVE_GCONV_H.
        * config/c_io_libio_codecvt.c:  Change __mbstate_t to __c_mbstate_t.
        * config/c_io_libio_codecvt.c:  Change __mbstate_t to __c_mbstate_t.
        * libio/_G_config.h:  And here.
        * libio/_G_config.h:  And here.
        * libio/iofwide.c:  And here.
        * libio/iofwide.c:  And here.
        * libio/libio.h:  And here.
        * libio/libio.h:  And here.
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h:  Remove
        * config/os/solaris/solaris2.7/bits/ctype_noninline.h:  Remove
          exception specification to match declaration.
          exception specification to match declaration.
        * include/bits/locale_facets.tcc:  Include bits/std_clocale.h.
        * include/bits/locale_facets.tcc:  Include bits/std_clocale.h.
2000-10-24   Mark Harig 
2000-10-24   Mark Harig 
        * docs/configopts.html: Added documentation for the
        * docs/configopts.html: Added documentation for the
        "--enable-version-specific-runtime-libs" and
        "--enable-version-specific-runtime-libs" and
        "--with-gxx-include-dir" configuration switches.
        "--with-gxx-include-dir" configuration switches.
2000-10-24  Benjamin Kosnik  
2000-10-24  Benjamin Kosnik  
        * include/bits/stl_pair.h (make_pair): Add LWG solution.
        * include/bits/stl_pair.h (make_pair): Add LWG solution.
        * testsuite/21_strings/compare.cc (test01): Inject namespace std
        * testsuite/21_strings/compare.cc (test01): Inject namespace std
        into the mix.
        into the mix.
        * mkcheck.in (MAX_MEM_USAGE): Bump up to 3072. Strangely enough,
        * mkcheck.in (MAX_MEM_USAGE): Bump up to 3072. Strangely enough,
        this works.
        this works.
2000-10-24  Levente Farkas  
2000-10-24  Levente Farkas  
        * include/bits/std_bitset.h (_M_do_find_next): Fix typo.
        * include/bits/std_bitset.h (_M_do_find_next): Fix typo.
2000-10-24  Phil Edwards  
2000-10-24  Phil Edwards  
        * acconfig.h:  List _GLIBCPP_USE_THREADS.
        * acconfig.h:  List _GLIBCPP_USE_THREADS.
        * acinclude.m4:  General formatting cleanup (tabs/spaces), typo
        * acinclude.m4:  General formatting cleanup (tabs/spaces), typo
          correction, etc.  Add comments about following *real* changes
          correction, etc.  Add comments about following *real* changes
          where they are used.
          where they are used.
          (GLIBCPP_ENABLE_C_MBCHAR):  New test...
          (GLIBCPP_ENABLE_C_MBCHAR):  New test...
          (GLIBCPP_CHECK_WCHAR_T_SUPPORT):  ...results used here.
          (GLIBCPP_CHECK_WCHAR_T_SUPPORT):  ...results used here.
          (GLIBCPP_ENABLE_CSTDIO):  Define need_wlibio iff wide characters
          (GLIBCPP_ENABLE_CSTDIO):  Define need_wlibio iff wide characters
          are requested.
          are requested.
          (GLIBCPP_ENABLE_THREADS):  If threads are used, define new
          (GLIBCPP_ENABLE_THREADS):  If threads are used, define new
          macro _GLIBCPP_USE_THREADS in c++config.h.
          macro _GLIBCPP_USE_THREADS in c++config.h.
          (GLIBCPP_ENABLE_SHADOW):  For C_INCLUDE_DIR, change () to {} as
          (GLIBCPP_ENABLE_SHADOW):  For C_INCLUDE_DIR, change () to {} as
          this is used in both makefiles and shell scripts (mkcheck).
          this is used in both makefiles and shell scripts (mkcheck).
        * configure.in:  Call GLIBCPP_ENABLE_C_MBCHAR.
        * configure.in:  Call GLIBCPP_ENABLE_C_MBCHAR.
        * libio/_G_config.h:  Wrap _IO_MTSAFE_IO in _GLIBCPP_USE_THREADS.
        * libio/_G_config.h:  Wrap _IO_MTSAFE_IO in _GLIBCPP_USE_THREADS.
        * config/c_io_libio.h:  In nonthreaded case, typedef __c_lock to
        * config/c_io_libio.h:  In nonthreaded case, typedef __c_lock to
          something harmless, like int.
          something harmless, like int.
        * config/os/aix/bits/os_defines.h:  Guard with _GLIBCPP_OS_DEFINES,
        * config/os/aix/bits/os_defines.h:  Guard with _GLIBCPP_OS_DEFINES,
          add comment/instructions.
          add comment/instructions.
        * config/os/bsd/bits/os_defines.h:  Ditto.
        * config/os/bsd/bits/os_defines.h:  Ditto.
        * config/os/generic/bits/os_defines.h:  Ditto.
        * config/os/generic/bits/os_defines.h:  Ditto.
        * config/os/gnu-linux/bits/os_defines.h:  Ditto.
        * config/os/gnu-linux/bits/os_defines.h:  Ditto.
        * config/os/irix/bits/os_defines.h:  Ditto.
        * config/os/irix/bits/os_defines.h:  Ditto.
        * config/os/newlib/bits/os_defines.h:  Ditto.
        * config/os/newlib/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.5/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.5/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.6/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.6/bits/os_defines.h:  Ditto.
        * mkcheck.in:  Limit the available heap size for testsuite
        * mkcheck.in:  Limit the available heap size for testsuite
          binaries, initially at 2MB.
          binaries, initially at 2MB.
2000-10-23  Benjamin Kosnik  
2000-10-23  Benjamin Kosnik  
        * testsuite/21_strings/compare.cc (test01): Add using declarations.
        * testsuite/21_strings/compare.cc (test01): Add using declarations.
        * include/c_std/bits/std_cerrno.h: And here.
        * include/c_std/bits/std_cerrno.h: And here.
        * include/c_std/bits/std_cassert.h: Tweaks.
        * include/c_std/bits/std_cassert.h: Tweaks.
        * mkcheck.in: Simplify.
        * mkcheck.in: Simplify.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
        (GLIBCPP_ENABLE_LONG_LONG): Same.
        (GLIBCPP_ENABLE_LONG_LONG): Same.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * src/Makefile.am (c_shadow_headers): Add features.h,
        * src/Makefile.am (c_shadow_headers): Add features.h,
        bits/wrap_features.h.
        bits/wrap_features.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/c_std/features.h: New file.
        * include/c_std/features.h: New file.
        * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
        * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
        file. Need to have c++config.h included before this file so
        file. Need to have c++config.h included before this file so
        _ISOC99_SOURCE around.
        _ISOC99_SOURCE around.
        * include/c_std/sys/cdefs.h: Hack.
        * include/c_std/sys/cdefs.h: Hack.
        * include/c_std/stdlib.h: Same, use c++config.h.
        * include/c_std/stdlib.h: Same, use c++config.h.
        * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
        * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
        * include/c_std/bits/std_cassert.h: Fix.
        * include/c_std/bits/std_cassert.h: Fix.
        * include/c_std/bits/std_cerrno.h: Make consistent.
        * include/c_std/bits/std_cerrno.h: Make consistent.
        * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
        * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
        declaration from ::_C_legacy to _C_legacy.
        declaration from ::_C_legacy to _C_legacy.
        * include/c_std/bits/std_cstdio.h: same with printf.
        * include/c_std/bits/std_cstdio.h: same with printf.
        * include/c_std/stdio.h: And here.
        * include/c_std/stdio.h: And here.
        * include/c_std/bits/std_cstdlib.h: abort, exit comment.
        * include/c_std/bits/std_cstdlib.h: abort, exit comment.
        * include/c_std/stdlib.h: Same here.
        * include/c_std/stdlib.h: Same here.
2000-10-23  Benjamin Kosnik  
2000-10-23  Benjamin Kosnik  
        * testsuite/21_strings/compare.cc (test01): Add using declarations.
        * testsuite/21_strings/compare.cc (test01): Add using declarations.
        * include/c_std/bits/std_cerrno.h: And here.
        * include/c_std/bits/std_cerrno.h: And here.
        * include/c_std/bits/std_cassert.h: Tweaks.
        * include/c_std/bits/std_cassert.h: Tweaks.
        * mkcheck.in: Simplify.
        * mkcheck.in: Simplify.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
        (GLIBCPP_ENABLE_LONG_LONG): Same.
        (GLIBCPP_ENABLE_LONG_LONG): Same.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * src/Makefile.am (c_shadow_headers): Add features.h,
        * src/Makefile.am (c_shadow_headers): Add features.h,
        bits/wrap_features.h.
        bits/wrap_features.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/c_std/features.h: New file.
        * include/c_std/features.h: New file.
        * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
        * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
        file. Need to have c++config.h included before this file so
        file. Need to have c++config.h included before this file so
        _ISOC99_SOURCE around.
        _ISOC99_SOURCE around.
        * include/c_std/sys/cdefs.h: Hack.
        * include/c_std/sys/cdefs.h: Hack.
        * include/c_std/stdlib.h: Same, use c++config.h.
        * include/c_std/stdlib.h: Same, use c++config.h.
        * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
        * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
        * include/c_std/bits/std_cassert.h: Fix.
        * include/c_std/bits/std_cassert.h: Fix.
        * include/c_std/bits/std_cerrno.h: Make consistent.
        * include/c_std/bits/std_cerrno.h: Make consistent.
        * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
        * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
        declaration from ::_C_legacy to _C_legacy.
        declaration from ::_C_legacy to _C_legacy.
        * include/c_std/bits/std_cstdio.h: same with printf.
        * include/c_std/bits/std_cstdio.h: same with printf.
        * include/c_std/stdio.h: And here.
        * include/c_std/stdio.h: And here.
        * include/c_std/bits/std_cstdlib.h: abort, exit comment.
        * include/c_std/bits/std_cstdlib.h: abort, exit comment.
        * include/c_std/stdlib.h: Same here.
        * include/c_std/stdlib.h: Same here.
2000-10-21  Benjamin Kosnik  
2000-10-21  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: Use it.
        * configure.in: Use it.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/complexl.cc: Fixup.
        * src/complexl.cc: Fixup.
        * include/c_std/bits/std_cmath.h: Fixup.
        * include/c_std/bits/std_cmath.h: Fixup.
        * include/c/bits/std_cmath.h: Fixup.
        * include/c/bits/std_cmath.h: Fixup.
        * docs/configopts.html: Add docs.
        * docs/configopts.html: Add docs.
        * docs/links.html: Add links to defects list, standards FAQ.
        * docs/links.html: Add links to defects list, standards FAQ.
        * testsuite/21_strings/ctor_copy_dtor.cc (test01): Disable tests
        * testsuite/21_strings/ctor_copy_dtor.cc (test01): Disable tests
        with string creation that allocate huge ammounts of memory.
        with string creation that allocate huge ammounts of memory.
        * include/c/bits/std_cstddef.h: Put size_t, ptrdiff_t in
        * include/c/bits/std_cstddef.h: Put size_t, ptrdiff_t in
        namepace std.
        namepace std.
2000-10-21  Theodore Papadopoulo 
2000-10-21  Theodore Papadopoulo 
        * libsupc++/exception.cc: Use namespace std.
        * libsupc++/exception.cc: Use namespace std.
        * libsupc++/new: DITTO.
        * libsupc++/new: DITTO.
        * libsupc++/new_op.cc: DITTO.
        * libsupc++/new_op.cc: DITTO.
        * libsupc++/new_opnt.cc: DITTO.
        * libsupc++/new_opnt.cc: DITTO.
        * libsupc++/new_opv.cc: DITTO.
        * libsupc++/new_opv.cc: DITTO.
        * libsupc++/new_opvnt.cc: DITTO.
        * libsupc++/new_opvnt.cc: DITTO.
        * libsupc++/tinfo.cc: DITTO.
        * libsupc++/tinfo.cc: DITTO.
        * libsupc++/tinfo.h: DITTO.
        * libsupc++/tinfo.h: DITTO.
        * libsupc++/vec.cc: DITTO.
        * libsupc++/vec.cc: DITTO.
        * libsupc++/Makefile.am: Blank lines removal.
        * libsupc++/Makefile.am: Blank lines removal.
2000-10-21  Joseph S. Myers  
2000-10-21  Joseph S. Myers  
        * docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
        * docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
        docs/17_intro/howto.html, docs/18_support/howto.html,
        docs/17_intro/howto.html, docs/18_support/howto.html,
        docs/19_diagnostics/howto.html, docs/20_util/howto.html,
        docs/19_diagnostics/howto.html, docs/20_util/howto.html,
        docs/21_strings/howto.html, docs/22_locale/howto.html,
        docs/21_strings/howto.html, docs/22_locale/howto.html,
        docs/23_containers/howto.html, docs/24_iterators/howto.html,
        docs/23_containers/howto.html, docs/24_iterators/howto.html,
        docs/25_algorithms/howto.html, docs/26_numerics/howto.html,
        docs/25_algorithms/howto.html, docs/26_numerics/howto.html,
        docs/27_io/howto.html, docs/ext/howto.html, docs/faq/index.html:
        docs/27_io/howto.html, docs/ext/howto.html, docs/faq/index.html:
        Remove many EGCS references; use current absolute URLs on
        Remove many EGCS references; use current absolute URLs on
        gcc.gnu.org or sources.redhat.com for messages in list archives.
        gcc.gnu.org or sources.redhat.com for messages in list archives.
        * docs/faq/index.txt: Regenerate.
        * docs/faq/index.txt: Regenerate.
2000-10-19  Benjamin Kosnik  
2000-10-19  Benjamin Kosnik  
        * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
        * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
        creation of state_type for unicode_codecvt to take into account
        creation of state_type for unicode_codecvt to take into account
        the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
        the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same.
        * include/bits/codecvt.h (__enc_traits): Add support for encodings
        * include/bits/codecvt.h (__enc_traits): Add support for encodings
        that need a byte order marker. Needed for correct unicode support.
        that need a byte order marker. Needed for correct unicode support.
        * src/locale.cc: Remove explicit qualification std::.
        * src/locale.cc: Remove explicit qualification std::.
        (locale::locale(const char* __name)): Revert, as named locale
        (locale::locale(const char* __name)): Revert, as named locale
        support not finished.
        support not finished.
        * src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets,
        * src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets,
        size_t __refs, bool __has_name = false, string __name): Move
        size_t __refs, bool __has_name = false, string __name): Move
        default argument...
        default argument...
        * include/bits/localefwd.h: Here.
        * include/bits/localefwd.h: Here.
2000-10-18  Chip Salzenberg  
2000-10-18  Chip Salzenberg  
        * libio/libio.h (_IO_USER_LOCK): Define.
        * libio/libio.h (_IO_USER_LOCK): Define.
2000-10-18  Benjamin Kosnik  
2000-10-18  Benjamin Kosnik  
        * libsupc++/Makefile.am (exception): Change exception.cc to
        * libsupc++/Makefile.am (exception): Change exception.cc to
        exception_support.cc.
        exception_support.cc.
        (CXXLINK): Remove bogus --tag CC.
        (CXXLINK): Remove bogus --tag CC.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/exception.cc: Move to...
        * libsupc++/exception.cc: Move to...
        * libsupc++/exception_support.cc: ...here.
        * libsupc++/exception_support.cc: ...here.
        * src/Makefile.am: Remove bogus --tag CC.
        * src/Makefile.am: Remove bogus --tag CC.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/bits/locale_facets.tcc (use_facet): Simplify.
        * include/bits/locale_facets.tcc (use_facet): Simplify.
        * include/bits/locale_facets.h (use_facet >): Correct
        * include/bits/locale_facets.h (use_facet >): Correct
        use_facet declaration. Replace 'const ctype' with ctype.
        use_facet declaration. Replace 'const ctype' with ctype.
        (use_facet >): Same.
        (use_facet >): Same.
        * src/locale-inst.cc: Remove explicit instantiation.
        * src/locale-inst.cc: Remove explicit instantiation.
        * src/locale.cc: Correct signature here too.
        * src/locale.cc: Correct signature here too.
        (_Bad_use_facet::what()): Correct error string.
        (_Bad_use_facet::what()): Correct error string.
        * include/bits/localefwd.h: Correct comment.
        * include/bits/localefwd.h: Correct comment.
        * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
        * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
2000-10-17  Martin Buchholz 
2000-10-17  Martin Buchholz 
        * testsuite/27_io/istream_seeks.cc: Fix spelling typo.
        * testsuite/27_io/istream_seeks.cc: Fix spelling typo.
        * testsuite/27_io/ostream_seeks.cc: Similarly.
        * testsuite/27_io/ostream_seeks.cc: Similarly.
2000-10-17  Benjamin Kosnik  
2000-10-17  Benjamin Kosnik  
        via Alexandre Oliva  
        via Alexandre Oliva  
        * libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
        * libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * src/Makefile.am: Duplicate code.
        * src/Makefile.am: Duplicate code.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
        * acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: And here.
        * configure.in: And here.
        * configure: Regenerate.
        * configure: Regenerate.
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
        test for SECTION_LDFLAGS.
        test for SECTION_LDFLAGS.
2000-10-16  Benjamin Kosnik  
2000-10-16  Benjamin Kosnik  
        Shadow headers would work if libsupc++ was strict about namespaces.
        Shadow headers would work if libsupc++ was strict about namespaces.
        This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
        This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
        * include/c_std/assert.h: Add guards.
        * include/c_std/assert.h: Add guards.
        * include/c_std/bits/std_climits.h: Correct typo.
        * include/c_std/bits/std_climits.h: Correct typo.
        * include/c_std/ctype.h: Remove #error.
        * include/c_std/ctype.h: Remove #error.
        * libio/libioP.h: Break up extern "C" bits around includes.
        * libio/libioP.h: Break up extern "C" bits around includes.
        * libio/libio.h: Only include C headers, or else _C_legacy namespaces
        * libio/libio.h: Only include C headers, or else _C_legacy namespaces
        will be nested.
        will be nested.
        * libio/libioP.h: Same here.
        * libio/libioP.h: Same here.
2000-10-15 Theodore Papadopoulo 
2000-10-15 Theodore Papadopoulo 
        * include/c_std/unistd.h: Define some types only when defined in
        * include/c_std/unistd.h: Define some types only when defined in
        the original unistd.h.
        the original unistd.h.
        * include/c_std/bits/std_cstddef.h: Explicitly ask for the
        * include/c_std/bits/std_cstddef.h: Explicitly ask for the
        definition of size_t, ptrdiff_t and NULL.
        definition of size_t, ptrdiff_t and NULL.
        * include/c_std/bits/wrap_unistd.h: Blank lines removal.
        * include/c_std/bits/wrap_unistd.h: Blank lines removal.
2000-10-15  Phil Edwards  
2000-10-15  Phil Edwards  
        * docs/configopts.html:  Remove libgcc-rebuild; HTML formatting.
        * docs/configopts.html:  Remove libgcc-rebuild; HTML formatting.
2000-10-13  Benjamin Kosnik  
2000-10-13  Benjamin Kosnik  
            Mark Harig  
            Mark Harig  
        * src/Makefile.am (toolexeclibdir): Add support fo
        * src/Makefile.am (toolexeclibdir): Add support fo
        VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
        VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libsupc++/Makefile.am: Same.
        * libsupc++/Makefile.am: Same.
        (glibcppinstalldir): Adjust.
        (glibcppinstalldir): Adjust.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
        * Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * docs/configopts.html: Add descriptions of flags.
        * docs/configopts.html: Add descriptions of flags.
2000-10-11  Benjamin Kosnik  
2000-10-11  Benjamin Kosnik  
        * libsupc++/Makefile.am: Use it.
        * libsupc++/Makefile.am: Use it.
        * libio/Makefile.am: Use it.
        * libio/Makefile.am: Use it.
        * libmath/Makefile.am: Use it.
        * libmath/Makefile.am: Use it.
        * src/Makefile.am: Use it.
        * src/Makefile.am: Use it.
        * Makefile.am (AM_MAKEFLAGS): Remove includes.
        * Makefile.am (AM_MAKEFLAGS): Remove includes.
        * acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
        * acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
        (GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
        (GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
        * configure.in: Use it.
        * configure.in: Use it.
        * mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.
        * mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.
        * src/Makefile.am (CXXCOMPILE): Remove.
        * src/Makefile.am (CXXCOMPILE): Remove.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libsupc++/Makefile.am (CXXCOMPILE): Same here.
        * libsupc++/Makefile.am (CXXCOMPILE): Same here.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * include/c_std/*: Merge with shadow.
        * include/c_std/*: Merge with shadow.
        * include/c_std/bits/*: Same.
        * include/c_std/bits/*: Same.
        * shadow: Remove directory.
        * shadow: Remove directory.
        * shadow/*: De-populate.
        * shadow/*: De-populate.
2000-10-11  Phil Edwards  
2000-10-11  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Comment out
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Comment out
          exception-throwing code for linker test.
          exception-throwing code for linker test.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
2000-10-10  Benjamin Kosnik  
2000-10-10  Benjamin Kosnik  
        * Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
        * Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
        * libsupc++/include: Remove
        * libsupc++/include: Remove
        * libsupc++/include/*: Move to ...
        * libsupc++/include/*: Move to ...
        * libsupc++: Here.
        * libsupc++: Here.
        * libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
        * libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
        (glibcppinstalldir): New.
        (glibcppinstalldir): New.
        * src/Makefile.am (c_base_headers): New.
        * src/Makefile.am (c_base_headers): New.
        (c_shadow_headers): New
        (c_shadow_headers): New
        (c_headers): New.
        (c_headers): New.
        (myinstallheaders): Correct install issues.
        (myinstallheaders): Correct install issues.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * Makefile.am (CSHADOW_INCLUDES): Simplify.
        * Makefile.am (CSHADOW_INCLUDES): Simplify.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * mkcheck.in (SRC_DIR): Use it.
        * mkcheck.in (SRC_DIR): Use it.
        * include/bits/std_stdexcept.h: And here.
        * include/bits/std_stdexcept.h: And here.
        * include/bits/std_ios.h: Change std_exception.h to exception.
        * include/bits/std_ios.h: Change std_exception.h to exception.
        * src/locale.cc: And here.
        * src/locale.cc: And here.
        * src/locale-inst.cc: And here.
        * src/locale-inst.cc: And here.
        * include/bits/valarray_array.h: And here.
        * include/bits/valarray_array.h: And here.
        * include/bits/stl_alloc.h: And here.
        * include/bits/stl_alloc.h: And here.
        * include/bits/stl_algobase.h: And here.
        * include/bits/stl_algobase.h: And here.
        * include/bits/pthread_allocimpl.h: And here.
        * include/bits/pthread_allocimpl.h: And here.
        * include/bits/stl_construct.h: Change to std_new.h to new.
        * include/bits/stl_construct.h: Change to std_new.h to new.
        * include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
        * include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
        * src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
        * src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
        (headers): Remove duplicated headers.
        (headers): Remove duplicated headers.
        (std_headers): And here.
        (std_headers): And here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
        * libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * Makefile.am (LIBSUPCXX_INCLUDES): Add here.
        * Makefile.am (LIBSUPCXX_INCLUDES): Add here.
        (AM_MAKEFLAGS): And here.
        (AM_MAKEFLAGS): And here.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * include/bits/std_typeinfo.h: Remove.
        * include/bits/std_typeinfo.h: Remove.
        * include/bits/std_new.h: Remove
        * include/bits/std_new.h: Remove
        * include/bits/std_exception.h: Remove.
        * include/bits/std_exception.h: Remove.
        * std/new: Remove.
        * std/new: Remove.
        * std/typeinfo: Remove.
        * std/typeinfo: Remove.
        * std/exception: Remove.
        * std/exception: Remove.
        * libio/_G_config.h (__need_ptrdiff_t): Add.
        * libio/_G_config.h (__need_ptrdiff_t): Add.
        * libsupc++/include/new: Change stddef.h to cstddef.
        * libsupc++/include/new: Change stddef.h to cstddef.
        * libsupc++/tinfo.h: Change limits.h to climits.
        * libsupc++/tinfo.h: Change limits.h to climits.
        * libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
        * libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
        renders the file uncompilable. Add copyright.
        renders the file uncompilable. Add copyright.
        * include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
        * include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
        namespace, as it is a fundamental type.
        namespace, as it is a fundamental type.
2000-10-09  Richard Henderson  
2000-10-09  Richard Henderson  
        * libsupc++/pure.cc: New file.
        * libsupc++/pure.cc: New file.
        * libsupc++/Makefile.am (INCLUDES): Add top_builddir.
        * libsupc++/Makefile.am (INCLUDES): Add top_builddir.
        (sources): Add pure.cc.
        (sources): Add pure.cc.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
2000-10-09  Benjamin Kosnik  
2000-10-09  Benjamin Kosnik  
        * docs/configopts.html: Edit.
        * docs/configopts.html: Edit.
        * libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
        * libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
        * libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
        * libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
        * libmath/Makefile.in: Regenerate.
        * libmath/Makefile.in: Regenerate.
        * libsupc++/Makefile.am (INCLUDES): Remove duplicate.
        * libsupc++/Makefile.am (INCLUDES): Remove duplicate.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
        * Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
        TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
        TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
        CSHADOW_INCLUDES up here.
        CSHADOW_INCLUDES up here.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
        * src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
        for shadow headers.
        for shadow headers.
        (myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
        (myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
        Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
        Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
        LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
        LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * include/c: New directory.
        * include/c: New directory.
        * include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
        * include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
        std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
        std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
        std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
        std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
        std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
        std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
        std_cwchar.h, std_cwctype.h): Add, moving from...
        std_cwchar.h, std_cwctype.h): Add, moving from...
        * include/bits: ...here.
        * include/bits: ...here.
        * include/c_std: New directory.
        * include/c_std: New directory.
        * include/c_std/bits/*: Populate from...
        * include/c_std/bits/*: Populate from...
        * shadow: ...here. Remove directory.
        * shadow: ...here. Remove directory.
2000-10-08   Benjamin Kosnik  
2000-10-08   Benjamin Kosnik  
        * libsupc++/Makefile.am (INCLUDES): Add toplevel include directory.
        * libsupc++/Makefile.am (INCLUDES): Add toplevel include directory.
        (INCLUDES): Add glibcpp_includedir.
        (INCLUDES): Add glibcpp_includedir.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * acinclude.m4 (GLIBCPP_CHECK_OS): Link to os_defines.h.
        * acinclude.m4 (GLIBCPP_CHECK_OS): Link to os_defines.h.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * config/os/*/bits/os_defines: Adjust copyright dates.
        * config/os/*/bits/os_defines: Adjust copyright dates.
2000-10-08  Phil Edwards  
2000-10-08  Phil Edwards  
        * include/bits/c++config:  Include 
        * include/bits/c++config:  Include 
        * config/os/aix/bits/os_defines.h:  New file.
        * config/os/aix/bits/os_defines.h:  New file.
        * config/os/bsd/bits/os_defines.h:  Ditto.
        * config/os/bsd/bits/os_defines.h:  Ditto.
        * config/os/generic/bits/os_defines.h:  Ditto.
        * config/os/generic/bits/os_defines.h:  Ditto.
        * config/os/gnu-linux/bits/os_defines.h:  Ditto.
        * config/os/gnu-linux/bits/os_defines.h:  Ditto.
        * config/os/irix/bits/os_defines.h:  Ditto.
        * config/os/irix/bits/os_defines.h:  Ditto.
        * config/os/newlib/bits/os_defines.h:  Ditto.
        * config/os/newlib/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.5/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.5/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.6/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.6/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.7/bits/os_defines.h:  Ditto.
        * config/os/solaris/solaris2.7/bits/os_defines.h:  Ditto.
2000-10-07  David Edelsohn  
2000-10-07  David Edelsohn  
        * config/os/aix/bits/atomicity.h: New file.
        * config/os/aix/bits/atomicity.h: New file.
2000-10-07  Benjamin Kosnik  
2000-10-07  Benjamin Kosnik  
        * acinclude.m4: Remove CPU_FLAGS
        * acinclude.m4: Remove CPU_FLAGS
        * libio/Makefile.am: Here too.
        * libio/Makefile.am: Here too.
        * Makefile.am: Here too.
        * Makefile.am: Here too.
        * src/Makefile.am (CONFIG_INCLUDES): Remove.
        * src/Makefile.am (CONFIG_INCLUDES): Remove.
        (INCLUDES): Remove CONFIG_INCLUDES.
        (INCLUDES): Remove CONFIG_INCLUDES.
        (cpu_headers): Remove.
        (cpu_headers): Remove.
        (myinstallheaders): Remove cpu_headers.
        (myinstallheaders): Remove cpu_headers.
        (generated_headers): Rename to build_headers.
        (generated_headers): Rename to build_headers.
        (build_headers): Add atomicity.h, ctype_base.h,
        (build_headers): Add atomicity.h, ctype_base.h,
        ctype_specializations.h.
        ctype_specializations.h.
        * config/os: New directory.
        * config/os: New directory.
        * config/aix: Move to...
        * config/aix: Move to...
        * config/bsd: Move to...
        * config/bsd: Move to...
        * config/generic: Move to...
        * config/generic: Move to...
        * config/gnu-linux: Move to...
        * config/gnu-linux: Move to...
        * config/irix: Move to...
        * config/irix: Move to...
        * config/newlib: Move to...
        * config/newlib: Move to...
        * config/solaris: Move to...
        * config/solaris: Move to...
        * config/os/*: Here.
        * config/os/*: Here.
2000-10-07  Benjamin Kosnik  
2000-10-07  Benjamin Kosnik  
        * acinclude.m4: Remove CPU_FLAGS
        * acinclude.m4: Remove CPU_FLAGS
        * libio/Makefile.am: Here too.
        * libio/Makefile.am: Here too.
        * Makefile.am: Here too.
        * Makefile.am: Here too.
        * src/Makefile.am (CONFIG_INCLUDES): Remove.
        * src/Makefile.am (CONFIG_INCLUDES): Remove.
        (INCLUDES): Remove CONFIG_INCLUDES.
        (INCLUDES): Remove CONFIG_INCLUDES.
        (cpu_headers): Remove.
        (cpu_headers): Remove.
        (myinstallheaders): Remove cpu_headers.
        (myinstallheaders): Remove cpu_headers.
        (generated_headers): Rename to build_headers.
        (generated_headers): Rename to build_headers.
        (build_headers): Add atomicity.h, ctype_base.h,
        (build_headers): Add atomicity.h, ctype_base.h,
        ctype_specializations.h.
        ctype_specializations.h.
        * config/os: New directory.
        * config/os: New directory.
        * config/aix: Move to...
        * config/aix: Move to...
        * config/bsd: Move to...
        * config/bsd: Move to...
        * config/generic: Move to...
        * config/generic: Move to...
        * config/gnu-linux: Move to...
        * config/gnu-linux: Move to...
        * config/irix: Move to...
        * config/irix: Move to...
        * config/newlib: Move to...
        * config/newlib: Move to...
        * config/solaris: Move to...
        * config/solaris: Move to...
        * config/os/*: Here.
        * config/os/*: Here.
2000-10-06  Benjamin Kosnik  
2000-10-06  Benjamin Kosnik  
        * src/Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS,
        * src/Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS,
        CONFIG_CXXFLAGS from here, and move to...
        CONFIG_CXXFLAGS from here, and move to...
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * Makefile.am: ... here. Clean.
        * Makefile.am: ... here. Clean.
        (OPTIMIZE_CXXFLAGS): Move up Makefile hierarchy to here.
        (OPTIMIZE_CXXFLAGS): Move up Makefile hierarchy to here.
        (WARN_CXXFLAGS): Same.
        (WARN_CXXFLAGS): Same.
        (CONFIG_CXXFLAGS): Same.
        (CONFIG_CXXFLAGS): Same.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * libsupc++/Makefile.am: Use top-level OPTIMIZE_CXXFLAGS,
        * libsupc++/Makefile.am: Use top-level OPTIMIZE_CXXFLAGS,
        WARN_CXXFLAGS, CONFIG_CXXFLAGS as part of local AM_CXXFLAGS.
        WARN_CXXFLAGS, CONFIG_CXXFLAGS as part of local AM_CXXFLAGS.
        * libsupc++/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        Change math to libmath.
        Change math to libmath.
        * math: Move to libmath, delete.
        * math: Move to libmath, delete.
        * libmath: New directory.
        * libmath: New directory.
        * libmath/*: Populate.
        * libmath/*: Populate.
        * src/Makefile.am (LIBMATH_INCLUDES): Change to libmath.
        * src/Makefile.am (LIBMATH_INCLUDES): Change to libmath.
        (libstdc___la_LIBADD): Same.
        (libstdc___la_LIBADD): Same.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * configure.in: Add AC_OUTPUT for libmath/Makefile.
        * configure.in: Add AC_OUTPUT for libmath/Makefile.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.am (SUBDIRS): Add libmath.
        * Makefile.am (SUBDIRS): Add libmath.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * README (file): Change name.
        * README (file): Change name.
2000-10-06  Benjamin Kosnik  
2000-10-06  Benjamin Kosnik  
            Richard Henderson  
            Richard Henderson  
            Alexandre Oliva  
            Alexandre Oliva  
        * libsupc++: New directory.
        * libsupc++: New directory.
        * libsupc++/*: Populate.
        * libsupc++/*: Populate.
        * libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for
        * libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for
        eh-common.h, gansidecl.h.
        eh-common.h, gansidecl.h.
        * configure.in: Add in libsupc++/Makefile to AC_OUTPUT.
        * configure.in: Add in libsupc++/Makefile to AC_OUTPUT.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.am (SUBDIRS): Add libsupc++.
        * Makefile.am (SUBDIRS): Add libsupc++.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la
        * src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * libio/Makefile.am: Remove extraneous, confusing bits.
        * libio/Makefile.am: Remove extraneous, confusing bits.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
2000-10-05  Brent Verner  
2000-10-05  Brent Verner  
        * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
        * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
        test for _M_gcount < in_avail(), as in_avail() only reports info
        test for _M_gcount < in_avail(), as in_avail() only reports info
        for current buffer, causing method to return at end of buffer.
        for current buffer, causing method to return at end of buffer.
        * testsuite/27_io/istream_unformatted.cc [test07()]: New test.
        * testsuite/27_io/istream_unformatted.cc [test07()]: New test.
        * testsuite/27_io/istream_unformatted-3.txt: New file.
        * testsuite/27_io/istream_unformatted-3.txt: New file.
        * testsuite/27_io/istream_unformatted-3.tst: New file.
        * testsuite/27_io/istream_unformatted-3.tst: New file.
2000-10-05  Benjamin Kosnik  
2000-10-05  Benjamin Kosnik  
        * README (file): Adjust directory structures.
        * README (file): Adjust directory structures.
        * mkcheck.in (INC_PATH): Adjust for header changes.
        * mkcheck.in (INC_PATH): Adjust for header changes.
2000-10-05  Phil Edwards  
2000-10-05  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE):  Tweaks to message texts
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE):  Tweaks to message texts
          for public relations purposes.
          for public relations purposes.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * configure:  Regenerated.
        * configure:  Regenerated.
        * docs/ext/howto.html:  Additional explanation about hashing.
        * docs/ext/howto.html:  Additional explanation about hashing.
2000-10-05  Benjamin Kosnik  
2000-10-05  Benjamin Kosnik  
        * include: New directory.
        * include: New directory.
        * include/backward: New directory.
        * include/backward: New directory.
        * include/bits: New directory.
        * include/bits: New directory.
        * include/ext: New directory.
        * include/ext: New directory.
        * include/std: New directory.
        * include/std: New directory.
        * include/*/*: Populate.
        * include/*/*: Populate.
        * backwards: Move to include/backwards, delete.
        * backwards: Move to include/backwards, delete.
        * bits: Move to include/bits, delete.
        * bits: Move to include/bits, delete.
        * ext: Move to include/ext, delete.
        * ext: Move to include/ext, delete.
        * std: Move to include/std, delete.
        * std: Move to include/std, delete.
        * src/complex.cc: Adjust include of mathconf.
        * src/complex.cc: Adjust include of mathconf.
        * mkc++config (BASE_H): Add include.
        * mkc++config (BASE_H): Add include.
        * src/Makefile.am: Support for topleve sources include directory.
        * src/Makefile.am: Support for topleve sources include directory.
        (INCLUDES): Add LIBMATH_INCLUDE.
        (INCLUDES): Add LIBMATH_INCLUDE.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * math/Makefile.am (INCLUDES): Append /include.
        * math/Makefile.am (INCLUDES): Append /include.
        * math/Makefile.in: Regenerate.
        * math/Makefile.in: Regenerate.
        * libio/Makefile.am (INCLUDES): Add glibcpp_includedir.
        * libio/Makefile.am (INCLUDES): Add glibcpp_includedir.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
2000-10-04  Benjamin Kosnik  
2000-10-04  Benjamin Kosnik  
        * libio/_G_config.h : Re-guard the __mbstate_t declaration.
        * libio/_G_config.h : Re-guard the __mbstate_t declaration.
2000-10-03  Benjamin Kosnik  
2000-10-03  Benjamin Kosnik  
        * docs/22_locale/howto.html: Add link to proto-documentation on
        * docs/22_locale/howto.html: Add link to proto-documentation on
        locales.
        locales.
        * docs/documentation.html: Rename links for clarity.
        * docs/documentation.html: Rename links for clarity.
        * src/Makefile.am (headers): Remove unistd.h, wrap_unistd.h. Add
        * src/Makefile.am (headers): Remove unistd.h, wrap_unistd.h. Add
        fcntl.h, iolibio.h, libioP.h, pthread.h, iconv.h.
        fcntl.h, iolibio.h, libioP.h, pthread.h, iconv.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-10-02  Steven King  
2000-10-02  Steven King  
        * mkcshadow: Fixed script to output proper include guard.
        * mkcshadow: Fixed script to output proper include guard.
        * bits/char_traits.h: Cleaned up types in char_traits functions.
        * bits/char_traits.h: Cleaned up types in char_traits functions.
        * libio/_G_config.h: Hacked to make work with shadow heraders.
        * libio/_G_config.h: Hacked to make work with shadow heraders.
        * shadow/*: Hacked to make shadow headers work.
        * shadow/*: Hacked to make shadow headers work.
2000-10-02  Benjamin Kosnik  
2000-10-02  Benjamin Kosnik  
        Self-compile with shadow headers.
        Self-compile with shadow headers.
        * acconfig.h (_GLIBCPP_USE_SHADOW_HEADERS): Define. Eventually,
        * acconfig.h (_GLIBCPP_USE_SHADOW_HEADERS): Define. Eventually,
        like _GLIBCPP_USE_NAMESPACES before it, this macro will die when
        like _GLIBCPP_USE_NAMESPACES before it, this macro will die when
        it becomes the default way the library is built.
        it becomes the default way the library is built.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro.
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Use it.
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Use it.
        * config/gnu-linux/ctype.cc (ctype): Use it.
        * config/gnu-linux/ctype.cc (ctype): Use it.
        * src/localename.cc (locale::_Impl::_M_replace_categories): Remove
        * src/localename.cc (locale::_Impl::_M_replace_categories): Remove
        call to assert.
        call to assert.
        * src/locale.cc: Explicitly cast mbstate_t to void* in calls to
        * src/locale.cc: Explicitly cast mbstate_t to void* in calls to
        memset. This should not be necessary, but an ambiguous overload
        memset. This should not be necessary, but an ambiguous overload
        with it in.
        with it in.
        * shadow/bits/std_cwchar.h: Fix.
        * shadow/bits/std_cwchar.h: Fix.
        * shadow/wchar.h: Fix.
        * shadow/wchar.h: Fix.
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Inject ctype
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Inject ctype
        enums into namespace std:: for ctype_base enum. Other OS types
        enums into namespace std:: for ctype_base enum. Other OS types
        will have to do this as well.
        will have to do this as well.
        * config/gnu-linux/ctype.cc (ctype): Inject ctype data into
        * config/gnu-linux/ctype.cc (ctype): Inject ctype data into
        namespace std, in particular __ctype_toupper, __ctype_tolower,
        namespace std, in particular __ctype_toupper, __ctype_tolower,
        __ctype_b.
        __ctype_b.
        * shadow/iolibio.h: New file.
        * shadow/iolibio.h: New file.
        * shadow/bits/wrap_iolibio.h: New file.
        * shadow/bits/wrap_iolibio.h: New file.
        * shadow/libioP.h: New file.
        * shadow/libioP.h: New file.
        * shadow/bits/wrap_libioP.h: New file.
        * shadow/bits/wrap_libioP.h: New file.
        * shadow/bits/wrap_fcntl.h: New file.
        * shadow/bits/wrap_fcntl.h: New file.
        * shadow/fcntl.h: New file.
        * shadow/fcntl.h: New file.
        * shadow/iconv.h: New file. Inject iconv names into the global
        * shadow/iconv.h: New file. Inject iconv names into the global
        namespace, unmangled for the moment.
        namespace, unmangled for the moment.
        * shadow/bits/wrap_iconv.h: New file.
        * shadow/bits/wrap_iconv.h: New file.
        * shadow/unistd.h: Remove. Useless.
        * shadow/unistd.h: Remove. Useless.
        * shadow/bits/wrap_unistd.h: Remove.
        * shadow/bits/wrap_unistd.h: Remove.
        * src/Makefile.am: Take out machine-ansi.h, add fcntl.h unistd.h.
        * src/Makefile.am: Take out machine-ansi.h, add fcntl.h unistd.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * config/c_io_libio.h (_IO_codecvt): Change to normal C++ decl.
        * config/c_io_libio.h (_IO_codecvt): Change to normal C++ decl.
        * shadow/libio.h: Fix.
        * shadow/libio.h: Fix.
        * shadow/bits/wrap_libio.h: Fix.
        * shadow/bits/wrap_libio.h: Fix.
        * shadow/bits/std_clocale.h: Remove typedef struct construct,
        * shadow/bits/std_clocale.h: Remove typedef struct construct,
        which will not compile.
        which will not compile.
        * shadow/bits/std_ctime.h: Same.
        * shadow/bits/std_ctime.h: Same.
        * shadow/pthread.h: New file. Put pthreads types and functions
        * shadow/pthread.h: New file. Put pthreads types and functions
        into global scope, which is probably not the correct long-term
        into global scope, which is probably not the correct long-term
        solution but has to be done at the moment before libio wrappers
        solution but has to be done at the moment before libio wrappers
        can even be started.
        can even be started.
        * shadow/bits/wrap_pthread.h: New file.
        * shadow/bits/wrap_pthread.h: New file.
        * bits/std_ios.h: Formatting tweak.
        * bits/std_ios.h: Formatting tweak.
        * shadow/bits/std_cstdio.h: Format. Remove extraneous bits.
        * shadow/bits/std_cstdio.h: Format. Remove extraneous bits.
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Add -Werror to
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Add -Werror to
        tests for compiler features.
        tests for compiler features.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/c_io_libio.cc: Remove fcntl.h include, as SEEK_SET
        * config/c_io_libio.cc: Remove fcntl.h include, as SEEK_SET
        redefined.
        redefined.
        * libio/libioP.h: Comment out fcntl.h include.
        * libio/libioP.h: Comment out fcntl.h include.
        * shadow/math.h: Add in float and long declarations, as per ISO C9X.
        * shadow/math.h: Add in float and long declarations, as per ISO C9X.
        * bits/c++config: Define _ISOC99_SOURCE.
        * bits/c++config: Define _ISOC99_SOURCE.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add -fno-builtins to
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add -fno-builtins to
        CSHADOWFLAGS, as well as _ISOC99_SOURCE.
        CSHADOWFLAGS, as well as _ISOC99_SOURCE.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am (CSHADOW_INCLUDES): Enable, again.
        * src/Makefile.am (CSHADOW_INCLUDES): Enable, again.
        (CSHADOW_INCLUDES): Add -I$(top_srcdir)/std before shadow include dir.
        (CSHADOW_INCLUDES): Add -I$(top_srcdir)/std before shadow include dir.
        (CXXCOMPILE): Remove $(DEFS), which searches $(top_srcdir) before
        (CXXCOMPILE): Remove $(DEFS), which searches $(top_srcdir) before
        std or shadow directories.
        std or shadow directories.
        (LTCXXCOMPILE): Same.
        (LTCXXCOMPILE): Same.
        (INCLUDES): Add $(top_builddir) before $(top_srcdir).
        (INCLUDES): Add $(top_builddir) before $(top_srcdir).
        (AC_CXXFLAGS): Add CSHADOWFLAGS.
        (AC_CXXFLAGS): Add CSHADOWFLAGS.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * src/complex.cc (FCT): Change ::name to name.
        * src/complex.cc (FCT): Change ::name to name.
        * src/complexl.cc (FCT): Same. Use _GLIBCPP_USE_LONG_LONG here.
        * src/complexl.cc (FCT): Same. Use _GLIBCPP_USE_LONG_LONG here.
        * src/complexf.cc (FCT): Same.
        * src/complexf.cc (FCT): Same.
        * src/complexf.cc: Remove FCT define, as things are properly
        * src/complexf.cc: Remove FCT define, as things are properly
        overloaded in the std namespace with the shadow headers.
        overloaded in the std namespace with the shadow headers.
        * src/complexl.cc: Same.
        * src/complexl.cc: Same.
        * src/complex.cc: Same.
        * src/complex.cc: Same.
2000-09-25  Phil Edwards  
2000-09-25  Phil Edwards  
        * docs/documentation.html:  Add link to...
        * docs/documentation.html:  Add link to...
        * docs/ext/howto.html:  ...this.  New dir/file, describing library
        * docs/ext/howto.html:  ...this.  New dir/file, describing library
          extensions (both ours and SGI's).
          extensions (both ours and SGI's).
        * docs/faq/index.html:  Small updates.
        * docs/faq/index.html:  Small updates.
        * docs/faq/index.txt:  Regenerate.
        * docs/faq/index.txt:  Regenerate.
2000-09-25 Theodore Papadopoulo 
2000-09-25 Theodore Papadopoulo 
        * bits/basic_file.h (_M_open_mode): Remove extra qualifier.
        * bits/basic_file.h (_M_open_mode): Remove extra qualifier.
2000-09-25  Levente Farkas  
2000-09-25  Levente Farkas  
        * ext/stl_hashtable.h (_M_copy_from): Change __copy to __local_copy.
        * ext/stl_hashtable.h (_M_copy_from): Change __copy to __local_copy.
2000-09-19  Benjamin Kosnik  
2000-09-19  Benjamin Kosnik  
        * src/localename.cc (locale::_Imp) : Remove typedefs.
        * src/localename.cc (locale::_Imp) : Remove typedefs.
        * bits/localefwd.h (locale::locale(const locale& __other, _Facet*
        * bits/localefwd.h (locale::locale(const locale& __other, _Facet*
        __f): Consistency check, call _Imp ctor with reference argument
        __f): Consistency check, call _Imp ctor with reference argument
        of 1.
        of 1.
        * bits/localefwd.h: Change _S_num_categories to
        * bits/localefwd.h: Change _S_num_categories to
        _S_categories_num. Add new data member, _S_facets_num, which is
        _S_categories_num. Add new data member, _S_facets_num, which is
        the number of standard facets.
        the number of standard facets.
2000-09-19  Phil Edwards  
2000-09-19  Phil Edwards  
        * docs/21_strings/howto.html:  Fix editor lossage from last commit.
        * docs/21_strings/howto.html:  Fix editor lossage from last commit.
2000-09-19  Phil Edwards  
2000-09-19  Phil Edwards  
        * docs/thanks.html:  More thanks.
        * docs/thanks.html:  More thanks.
        * docs/18_support/howto.html:  Fix thinko.
        * docs/18_support/howto.html:  Fix thinko.
        * docs/21_strings/howto.html:  Minor tweaks and updates to URLs.
        * docs/21_strings/howto.html:  Minor tweaks and updates to URLs.
          Redo the string transformation notes and link to...
          Redo the string transformation notes and link to...
        * docs/22_locale/howto.html:  ...here.
        * docs/22_locale/howto.html:  ...here.
2000-09-18  Benjamin Kosnik  
2000-09-18  Benjamin Kosnik  
        * src/locale-inst.cc: Add time_put_byname and
        * src/locale-inst.cc: Add time_put_byname and
        time_get_byname instantiations.
        time_get_byname instantiations.
        * bits/locale_facets.h: Correct default, private derivation to
        * bits/locale_facets.h: Correct default, private derivation to
        public derivation in _byname declarations.
        public derivation in _byname declarations.
        * src/locale.cc (locale::classic()): Simplify.
        * src/locale.cc (locale::classic()): Simplify.
        * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
        * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
        const string& __name, category __cat, size_t __refs): Re-work for
        const string& __name, category __cat, size_t __refs): Re-work for
        named locales.
        named locales.
        (_M_normalize_category_names): Remove.
        (_M_normalize_category_names): Remove.
        * testsuite/22_locale/global_templates.cc (test01): Tweaks.
        * testsuite/22_locale/global_templates.cc (test01): Tweaks.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
2000-09-18  Yuri V. Baskakov  
2000-09-18  Yuri V. Baskakov  
        * bits/std_bitset.h (operator>>): Change to char_type.
        * bits/std_bitset.h (operator>>): Change to char_type.
2000-09-15  Benjamin Kosnik  
2000-09-15  Benjamin Kosnik  
        * src/locale.cc (locale::locale(const char* __name)): Consolidate
        * src/locale.cc (locale::locale(const char* __name)): Consolidate
        name setting. Add checks for NULL __name pointers. Remove calls to
        name setting. Add checks for NULL __name pointers. Remove calls to
        _S_initialize() as initial locale initialization can either be
        _S_initialize() as initial locale initialization can either be
        assumed, or needs to be made consistent throughout locale
        assumed, or needs to be made consistent throughout locale
        constructors.
        constructors.
        (locale::locale(const locale& __other, const char* __name,
        (locale::locale(const locale& __other, const char* __name,
        category __cat): Add checks for NULL name. Add checks for
        category __cat): Add checks for NULL name. Add checks for
        assignment to self.
        assignment to self.
        * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
        * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
        const string& __name, category __cat, size_t __refs)): Set correct
        const string& __name, category __cat, size_t __refs)): Set correct
        name, has_name values.
        name, has_name values.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
        * docs/22_locale/locale.html: New file, more unfinished docs...
        * docs/22_locale/locale.html: New file, more unfinished docs...
2000-09-14  Benjamin Kosnik  
2000-09-14  Benjamin Kosnik  
        * src/locale.cc (locale::name()): Implement.
        * src/locale.cc (locale::name()): Implement.
        (_Impl(size_t __numfacets, size_t __refs, bool __namep = false,
        (_Impl(size_t __numfacets, size_t __refs, bool __namep = false,
        string __name = "*")): Change signature.
        string __name = "*")): Change signature.
        (locale::classic): Initialize the "C" locale as a named locale.
        (locale::classic): Initialize the "C" locale as a named locale.
        * bits/localefwd.h (locale): Change _M_num_references to
        * bits/localefwd.h (locale): Change _M_num_references to
        _M_references. Eliminate _M_cached_name_ok. Rename _M_cached_name
        _M_references. Eliminate _M_cached_name_ok. Rename _M_cached_name
        to _M_name.
        to _M_name.
        * bits/localefwd.h: Tweaks.
        * bits/localefwd.h: Tweaks.
        * src/localename.cc: Tweaks.
        * src/localename.cc: Tweaks.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): Add tests.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): Add tests.
        (test01): Fix.
        (test01): Fix.
        * bits/basic_string.h: Consistency check, change _M_state ->
        * bits/basic_string.h: Consistency check, change _M_state ->
        _M_references.
        _M_references.
2000-09-14  Brendan Kehoe  
2000-09-14  Brendan Kehoe  
        * bits/string.tcc (_Rep::_S_max_size): Use typename for its size_type
        * bits/string.tcc (_Rep::_S_max_size): Use typename for its size_type
        return type.
        return type.
        * src/Makefile.an (headers): Also install backward/fstream.h.
        * src/Makefile.an (headers): Also install backward/fstream.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * bits/char_traits.h (char_traits<_CharT>::get_state,
        * bits/char_traits.h (char_traits<_CharT>::get_state,
        char_traits::get_state, char_traits::get_state): Pass
        char_traits::get_state, char_traits::get_state): Pass
        argument in by reference, not by value. Uglify to _S_get_state.
        argument in by reference, not by value. Uglify to _S_get_state.
        (char_traits<*>::__eos): Uglify to _S_eos.
        (char_traits<*>::__eos): Uglify to _S_eos.
        * bits/std_ostream.h (ends(basic_ostream<_CharT, _Traits>& __os)):
        * bits/std_ostream.h (ends(basic_ostream<_CharT, _Traits>& __os)):
        Change __eos to _S_eos.
        Change __eos to _S_eos.
2000-09-13  Benjamin Kosnik  
2000-09-13  Benjamin Kosnik  
        * testsuite/22_locale/static_members.cc: New file.
        * testsuite/22_locale/static_members.cc: New file.
        * testsuite/22_locale/ctor_copy_dtor.cc: New file.
        * testsuite/22_locale/ctor_copy_dtor.cc: New file.
        * src/locale.cc: Minor formatting tweaks.
        * src/locale.cc: Minor formatting tweaks.
2000-09-12  Benjamin Kosnik  
2000-09-12  Benjamin Kosnik  
        * testsuite/22_locale/global_templates.cc (test01): Add negative
        * testsuite/22_locale/global_templates.cc (test01): Add negative
        tests for use_facet.
        tests for use_facet.
        * bits/localefwd.h (locale::operator()): Minor tweaks.
        * bits/localefwd.h (locale::operator()): Minor tweaks.
        * bits/locale_facets.tcc (locale::operator()): Same.
        * bits/locale_facets.tcc (locale::operator()): Same.
        * testsuite/22_locale/operators.cc: New file.
        * testsuite/22_locale/operators.cc: New file.
        * testsuite/22_locale/facet.cc (output_iterator): Remove
        * testsuite/22_locale/facet.cc (output_iterator): Remove
        gnu_input_iterator, gnu_output_iterator.
        gnu_input_iterator, gnu_output_iterator.
2000-09-11  Benjamin Kosnik  
2000-09-11  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
        * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * bits/c++config (__GLIBCPP__): Update, in the hopes of making a
        * bits/c++config (__GLIBCPP__): Update, in the hopes of making a
        snapshot release soon.
        snapshot release soon.
        (_GNU_SOURCE): Define this in the header files, as ISO C99 support
        (_GNU_SOURCE): Define this in the header files, as ISO C99 support
        is pretty much assumed.
        is pretty much assumed.
        * testsuite/22_locale/global_templates.cc: New file. Add tests for
        * testsuite/22_locale/global_templates.cc: New file. Add tests for
        use_facet and has_facet.
        use_facet and has_facet.
        * bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
        * bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
        Modify/correct iconv signatures for glibc2.2.
        Modify/correct iconv signatures for glibc2.2.
2000-09-10  Branko Cibej  
2000-09-10  Branko Cibej  
        * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Replace "grep -q" with
        * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Replace "grep -q" with
          "grep -c".
          "grep -c".
2000-09-09  Benjamin Kosnik  
2000-09-09  Benjamin Kosnik  
        * bits/localefwd.h (locale::_Impl): Scope out types to public.
        * bits/localefwd.h (locale::_Impl): Scope out types to public.
        (locale): Make _Impl declaration public.
        (locale): Make _Impl declaration public.
2000-09-08  Felix Natter  
2000-09-08  Felix Natter  
        * docs/17_intro/porting-howto.html:  New version.
        * docs/17_intro/porting-howto.html:  New version.
2000-09-07  Benjamin Kosnik  
2000-09-07  Benjamin Kosnik  
        * config/cpu/i386/bits/atomicity.h (__exchange_and_add): Change unused
        * config/cpu/i386/bits/atomicity.h (__exchange_and_add): Change unused
        to __unused__.
        to __unused__.
        * config/cpu/ia64/bits/atomicity.h (__exchange_and_add): And here.
        * config/cpu/ia64/bits/atomicity.h (__exchange_and_add): And here.
        * config/cpu/i486/bits/atomicity.h (__exchange_and_add): And here.
        * config/cpu/i486/bits/atomicity.h (__exchange_and_add): And here.
2000-09-07  Phil Edwards  
2000-09-07  Phil Edwards  
        Add bits for --enable-maintainer-mode:
        Add bits for --enable-maintainer-mode:
        - turns on enable_debug
        - turns on enable_debug
          (doing "--enable-maint --disable-debug" will DTRT)
          (doing "--enable-maint --disable-debug" will DTRT)
        - turns on -Werror, now off by default
        - turns on -Werror, now off by default
        * acinclude.m4: Add bits.
        * acinclude.m4: Add bits.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: Add defaults for GLIBCPP_ENABLE_DEBUG.
        * configure.in: Add defaults for GLIBCPP_ENABLE_DEBUG.
        * configure: Regenerate.
        * configure: Regenerate.
2000-09-07  Benjamin Kosnik  
2000-09-07  Benjamin Kosnik  
        * bits/std_cwctype.h: Remove yesterday's hacks.
        * bits/std_cwctype.h: Remove yesterday's hacks.
2000-09-07  Brad Garcia  
2000-09-07  Brad Garcia  
        * bits/stl_tree.h: Make operators !=, == type safe for map, set.
        * bits/stl_tree.h: Make operators !=, == type safe for map, set.
        * testsuite/23_containers/set_operators.cc: New file. Should not
        * testsuite/23_containers/set_operators.cc: New file. Should not
        compile.
        compile.
        * testsuite/23_containers/map_operators.cc: New file. Ditto.
        * testsuite/23_containers/map_operators.cc: New file. Ditto.
2000-09-06  Richard Henderson  
2000-09-06  Richard Henderson  
            Benjamin Kosnik  
            Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Add ia64 support.
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Add ia64 support.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/cpu/ia64: New directory.
        * config/cpu/ia64: New directory.
        * config/cpu/ia64/bits: New directory.
        * config/cpu/ia64/bits: New directory.
        * config/cpu/ia64/bits/atomicity.h: New file.
        * config/cpu/ia64/bits/atomicity.h: New file.
2000-09-06  Benjamin Kosnik  
2000-09-06  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory
        to no, so that libstdc++-v3's libio will be built on glibc-2.2
        to no, so that libstdc++-v3's libio will be built on glibc-2.2
        systems.
        systems.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * */Makefile.in: Regenerate.
        * */Makefile.in: Regenerate.
        * bits/std_cwctype.h: Put in temporary hack to work around -O2 +
        * bits/std_cwctype.h: Put in temporary hack to work around -O2 +
        glibc 2.1.x unsigned errors. Or disable -Werror by default...
        glibc 2.1.x unsigned errors. Or disable -Werror by default...
        * testsuite/23_containers/vector_element_access.cc: New file.
        * testsuite/23_containers/vector_element_access.cc: New file.
        * bits/stl_config.h (__STL_THROW_RANGE_ERRORS): Define.
        * bits/stl_config.h (__STL_THROW_RANGE_ERRORS): Define.
2000-09-06  Levente Farkas  
2000-09-06  Levente Farkas  
        * bits/string.tcc: Fix up more parameter names.
        * bits/string.tcc: Fix up more parameter names.
2000-09-06  Alexandre Oliva  
2000-09-06  Alexandre Oliva  
        * configure: Rebuilt with new libtool.m4.
        * configure: Rebuilt with new libtool.m4.
2000-09-01  Benjamin Kosnik  
2000-09-01  Benjamin Kosnik  
        * src/locale-inst.cc: Remove pre-instantiation of unicode
        * src/locale-inst.cc: Remove pre-instantiation of unicode
        codecvt types. Now unnecessary, as locale header now correct.
        codecvt types. Now unnecessary, as locale header now correct.
2000-08-31  Benjamin Kosnik  
2000-08-31  Benjamin Kosnik  
        * bits/locale_facets.tcc (_S_build_float_format): Move ...
        * bits/locale_facets.tcc (_S_build_float_format): Move ...
        * src/locale.cc: Here.
        * src/locale.cc: Here.
        * bits/locale_facets.tcc (num_get::_M_extract): Clean up generic
        * bits/locale_facets.tcc (num_get::_M_extract): Clean up generic
        definition. Move specialization to ...
        definition. Move specialization to ...
        * src/locale.cc: Here.
        * src/locale.cc: Here.
        * bits/locale_facets.tcc: Move _Format_cache specializations to ...
        * bits/locale_facets.tcc: Move _Format_cache specializations to ...
        * src/locale.cc: Here.
        * src/locale.cc: Here.
        * bits/locale_facets.tcc: Move use_facet specializations to ...
        * bits/locale_facets.tcc: Move use_facet specializations to ...
        * src/locale.cc: Here.
        * src/locale.cc: Here.
        * bits/std_locale.h: Note that locale_facets.tcc should be
        * bits/std_locale.h: Note that locale_facets.tcc should be
        included here, for standards conformance. It may increase
        included here, for standards conformance. It may increase
        compile times though. For the time being, enable.
        compile times though. For the time being, enable.
        * testsuite/22_locale/facet.cc: New file, some parts commented out
        * testsuite/22_locale/facet.cc: New file, some parts commented out
        for the time being.
        for the time being.
        * mkcheck.in: Append total time to test summary file.
        * mkcheck.in: Append total time to test summary file.
        * bits/sbuf_iter.h : Formatting tweaks.
        * bits/sbuf_iter.h : Formatting tweaks.
        Clean up static const data member definitions.
        Clean up static const data member definitions.
        * src/locale.cc: Add definitions for all missing locale,
        * src/locale.cc: Add definitions for all missing locale,
        locale::_Imp, and locale::id static data members.
        locale::_Imp, and locale::id static data members.
        (ctype): Add table_size define.
        (ctype): Add table_size define.
        (money_base): Add _S_default_pattern, uglify.
        (money_base): Add _S_default_pattern, uglify.
        * bits/localefwd.h: Add definitions for static members of _Count_ones.
        * bits/localefwd.h: Add definitions for static members of _Count_ones.
        * bits/locale_facets.h: Tweaks.
        * bits/locale_facets.h: Tweaks.
        * bits/locale_facets.tcc: Tweaks.
        * bits/locale_facets.tcc: Tweaks.
        * bits/string.tcc: Add definition for npos.
        * bits/string.tcc: Add definition for npos.
        * bits/ios_base.h: Tweaks.
        * bits/ios_base.h: Tweaks.
        * bits/ios_base.h (ios_base::Init::_M_ios_base_init): Change to
        * bits/ios_base.h (ios_base::Init::_M_ios_base_init): Change to
        _S_ios_base_init.
        _S_ios_base_init.
        * src/ios.cc: And here. Add _S_local_words definition.
        * src/ios.cc: And here. Add _S_local_words definition.
        Add definitions for __ios_flags const static data.
        Add definitions for __ios_flags const static data.
        * src/codecvt.cc: Same for __enc_traits.
        * src/codecvt.cc: Same for __enc_traits.
        * src/locale-inst.cc: Remove money_base data member definition
        * src/locale-inst.cc: Remove money_base data member definition
        here.
        here.
2000-08-30  Benjamin Kosnik  
2000-08-30  Benjamin Kosnik  
        * testsuite/22_locale/ctype_wchar_t_members.cc (test01): New file.
        * testsuite/22_locale/ctype_wchar_t_members.cc (test01): New file.
        * docs/22_locale/codecvt.html: Re-number.
        * docs/22_locale/codecvt.html: Re-number.
        * docs/22_locale/howto.html: Add entry for ctype
        * docs/22_locale/howto.html: Add entry for ctype
        documentation. Add entry for Nathan's introduction to locales
        documentation. Add entry for Nathan's introduction to locales
        paper.
        paper.
        * docs/22_locale/ctype.html: New file. In progress...
        * docs/22_locale/ctype.html: New file. In progress...
        * docs/22_locale/codecvt.html: Formatting cleanups.
        * docs/22_locale/codecvt.html: Formatting cleanups.
        * src/locale.cc (ctype::do_is): Fix thinko.
        * src/locale.cc (ctype::do_is): Fix thinko.
2000-08-30  Phil Edwards  
2000-08-30  Phil Edwards  
        * docs/22_locale/codecvt.html:  Behind-the-scenes ASCII->HTML
        * docs/22_locale/codecvt.html:  Behind-the-scenes ASCII->HTML
          tweaks for certain browsers.
          tweaks for certain browsers.
2000-08-29  Benjamin Kosnik  
2000-08-29  Benjamin Kosnik  
        * bits/locale_facets.h (ctype): Remove __table_type.
        * bits/locale_facets.h (ctype): Remove __table_type.
        Add include for bits/std_cwctype.h, for wctype_t.
        Add include for bits/std_cwctype.h, for wctype_t.
        * src/locale.cc (ctype): Implement.
        * src/locale.cc (ctype): Implement.
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Remove mask
        * config/gnu-linux/bits/ctype_base.h (ctype_base): Remove mask
        typedef, instead name enum.
        typedef, instead name enum.
        * config/gnu-linux/bits/ctype_specializations.h: Tweak.
        * config/gnu-linux/bits/ctype_specializations.h: Tweak.
        * config/gnu-linux/ctype.cc: Tweak.
        * config/gnu-linux/ctype.cc: Tweak.
        * testsuite/22_locale/ctype.cc: Tweak.
        * testsuite/22_locale/ctype.cc: Tweak.
        * bits/codecvt.h (__enc_traits): Uglify names.
        * bits/codecvt.h (__enc_traits): Uglify names.
2000-08-28  Benjamin Kosnik  
2000-08-28  Benjamin Kosnik  
        * docs/22_locale/codecvt.html: Add more bits, format.
        * docs/22_locale/codecvt.html: Add more bits, format.
        * bits/codecvt.h: Add copy ctor, rename types.
        * bits/codecvt.h: Add copy ctor, rename types.
        * testsuite/22_locale/codecvt_unicode_char.cc: Tweak.
        * testsuite/22_locale/codecvt_unicode_char.cc: Tweak.
        * libio/iofwide.c: Tweak.
        * libio/iofwide.c: Tweak.
2000-08-28  Phil Edwards  
2000-08-28  Phil Edwards  
        * docs/configopts.html:  Mention new options.
        * docs/configopts.html:  Mention new options.
        * docs/install.html:  Formatting changes for platform-specific
        * docs/install.html:  Formatting changes for platform-specific
          pre-reqs, previously only Cygwin.
          pre-reqs, previously only Cygwin.
        * docs/mail.html:  Fix new link.
        * docs/mail.html:  Fix new link.
        * docs/thanks.html:  A couple more people.
        * docs/thanks.html:  A couple more people.
        * docs/26_numerics/howto.html:  Fix typo.
        * docs/26_numerics/howto.html:  Fix typo.
2000-08-24  Benjamin Kosnik  
2000-08-24  Benjamin Kosnik  
        * docs/22_locale/howto.html: Add notes on codecvt implementation.
        * docs/22_locale/howto.html: Add notes on codecvt implementation.
        * docs/22_locale/codecvt.html: New file. In progress.
        * docs/22_locale/codecvt.html: New file. In progress.
2000-08-24  Benjamin Kosnik  
2000-08-24  Benjamin Kosnik  
        * acconfig.h: Revert.
        * acconfig.h: Revert.
        * acinclude.m4: Revert.
        * acinclude.m4: Revert.
        * libio/_G_config.h: Revert.
        * libio/_G_config.h: Revert.
        * libio/libio.h: Revert.
        * libio/libio.h: Revert.
2000-08-23  Benjamin Kosnik  
2000-08-23  Benjamin Kosnik  
        * bits/codecvt.h: Tweaks.
        * bits/codecvt.h: Tweaks.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Fix up
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Fix up
        initial string literals for UCS4.
        initial string literals for UCS4.
2000-08-23  Phil Edwards  
2000-08-23  Phil Edwards  
        * acconfig.h:  _GLIBCPP_USING_THREADS and some workaround types added.
        * acconfig.h:  _GLIBCPP_USING_THREADS and some workaround types added.
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_WCHAR.  Set the threads
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_WCHAR.  Set the threads
          definition as well, and some minor spelling/spacing fixes.  If
          definition as well, and some minor spelling/spacing fixes.  If
          building libio, check for certain typedefs.
          building libio, check for certain typedefs.
        * libio/_G_config.h:  Wrap _IO_MTSAFE_IO in _GLIBCPP_USING_THREADS.
        * libio/_G_config.h:  Wrap _IO_MTSAFE_IO in _GLIBCPP_USING_THREADS.
          Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types
          Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types
          will never be there.
          will never be there.
        * libio/libio.h:  In the null case, _IO_lock_t can't just be void.
        * libio/libio.h:  In the null case, _IO_lock_t can't just be void.
        * src/string-inst.cc:  Use _GLIBCPP_USE_WCHAR_T.
        * src/string-inst.cc:  Use _GLIBCPP_USE_WCHAR_T.
        * configure.in:  Update the cache a bit more often.
        * configure.in:  Update the cache a bit more often.
        * mkcheck.in:  For check-install, also need to -I the testsuite dir.
        * mkcheck.in:  For check-install, also need to -I the testsuite dir.
2000-08-22  Benjamin Kosnik  
2000-08-22  Benjamin Kosnik  
        * src/locale-inst.cc: Add codecvt
        * src/locale-inst.cc: Add codecvt
        __enc_traits> instantiations for has_facet and use_facet.
        __enc_traits> instantiations for has_facet and use_facet.
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc: New file, for
        * testsuite/22_locale/codecvt_unicode_wchar_t.cc: New file, for
        testing two-byte unicode encodings converted to four-byte UCS4
        testing two-byte unicode encodings converted to four-byte UCS4
        encodings.
        encodings.
        * bits/codecvt.h (codecvt<__enc_traits>): Fix do_unshift.
        * bits/codecvt.h (codecvt<__enc_traits>): Fix do_unshift.
        * testsuite/22_locale/codecvt_unicode_char.cc (test01): Add
        * testsuite/22_locale/codecvt_unicode_char.cc (test01): Add
        correct state/encoding information.
        correct state/encoding information.
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add wcsrtombs,
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add wcsrtombs,
        mbsrtowcs checks as codecvt needs them
        mbsrtowcs checks as codecvt needs them
        now.
        now.
        Add checks for langinfo.h, nl_langinfo function call.
        Add checks for langinfo.h, nl_langinfo function call.
        * libio/iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
        * libio/iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
2000-08-22  Richard B. Kreckel  
2000-08-22  Richard B. Kreckel  
        * config/cpu/alpha/bits/atomicity.h: Change __attribute__
        * config/cpu/alpha/bits/atomicity.h: Change __attribute__
        ((unused)) to __attribute__ ((__unused__)).
        ((unused)) to __attribute__ ((__unused__)).
        * config/cpu/arm/bits/atomicity.h: Same.
        * config/cpu/arm/bits/atomicity.h: Same.
        * config/cpu/generic/bits/atomicity.h: Same.
        * config/cpu/generic/bits/atomicity.h: Same.
        * config/cpu/i386/bits/atomicity.h: Same.
        * config/cpu/i386/bits/atomicity.h: Same.
        * config/cpu/i486/bits/atomicity.h: Same.
        * config/cpu/i486/bits/atomicity.h: Same.
        * config/cpu/powerpc/bits/atomicity.h: Same.
        * config/cpu/powerpc/bits/atomicity.h: Same.
        * config/cpu/sparc/sparc32/bits/atomicity.h: Same.
        * config/cpu/sparc/sparc32/bits/atomicity.h: Same.
        * config/cpu/sparc/sparc64/bits/atomicity.h: Same.
        * config/cpu/sparc/sparc64/bits/atomicity.h: Same.
2000-08-22  Levente Farkas  
2000-08-22  Levente Farkas  
        * bits/basic_string.h: Fix up parameter names.
        * bits/basic_string.h: Fix up parameter names.
2000-08-22  Brent Verner 
2000-08-22  Brent Verner 
        * src/Makefile.am (INCLUDES): Put $(CSHADOW_INCLUDES) before
        * src/Makefile.am (INCLUDES): Put $(CSHADOW_INCLUDES) before
        $(top_srcdir)
        $(top_srcdir)
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-08-21  Benjamin Kosnik  
2000-08-21  Benjamin Kosnik  
        * bits/codecvt.h: Implement codecvt. Fix
        * bits/codecvt.h: Implement codecvt. Fix
        up __enc_traits template so as to be marginally useful.
        up __enc_traits template so as to be marginally useful.
        * src/codecvt.cc: And here.
        * src/codecvt.cc: And here.
        * bits/char_traits: Tweak.
        * bits/char_traits: Tweak.
        * bits/locale_facets.h: Tweak.
        * bits/locale_facets.h: Tweak.
        * bits/locale_facets.tcc: Tweak.
        * bits/locale_facets.tcc: Tweak.
        * bits/localefwd.h: Tweak.
        * bits/localefwd.h: Tweak.
        * src/locale-inst.cc: Add use_facet/has_facet instantiations here.
        * src/locale-inst.cc: Add use_facet/has_facet instantiations here.
        * testsuite/22_locale/codecvt_wchar_t_cc.cc: New file.
        * testsuite/22_locale/codecvt_wchar_t_cc.cc: New file.
        * testsuite/22_locale/codecvt_char_char.cc: New file.
        * testsuite/22_locale/codecvt_char_char.cc: New file.
        * testsuite/22_locale/codecvt_unicode_char.cc: New file.
        * testsuite/22_locale/codecvt_unicode_char.cc: New file.
2000-08-21  Gabriel Dos Reis  
2000-08-21  Gabriel Dos Reis  
        * bits/std_cmath.h (std::abs): Overload for int and long.
        * bits/std_cmath.h (std::abs): Overload for int and long.
2000-08-20  Benjamin Kosnik  
2000-08-20  Benjamin Kosnik  
        * src/string-inst.cc: Tweak instantiations for new-gxx-abi.
        * src/string-inst.cc: Tweak instantiations for new-gxx-abi.
2000-08-19  Gabriel Dos Reis  
2000-08-19  Gabriel Dos Reis  
        * bits/valarray_array.h (__valarray_min, __valarray_max): Fix
        * bits/valarray_array.h (__valarray_min, __valarray_max): Fix
        thinko. Diagnostic messages really need to be improved for
        thinko. Diagnostic messages really need to be improved for
        template argument deduction.
        template argument deduction.
2000-08-18  Benjamin Kosnik  
2000-08-18  Benjamin Kosnik  
        * bits/valarray_meta.h: Fix typos...
        * bits/valarray_meta.h: Fix typos...
2000-08-18  Gabriel Dos Reis  
2000-08-18  Gabriel Dos Reis  
        * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift,
        * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift,
        _Expr<>::apply): Implement.
        _Expr<>::apply): Implement.
2000-08-18  Gabriel Dos Reis  
2000-08-18  Gabriel Dos Reis  
        * bits/valarray_meta.h (_Expr<>::min, _Expr<>::max): Implement.
        * bits/valarray_meta.h (_Expr<>::min, _Expr<>::max): Implement.
        * bits/valarray_array.h (__valarray_min, __valarray_max): New
        * bits/valarray_array.h (__valarray_min, __valarray_max): New
        function.
        function.
2000-08-17  Mark Mitchell  
2000-08-17  Mark Mitchell  
        * bits/localefwd.h (std::locale): Use explicit `class' specified
        * bits/localefwd.h (std::locale): Use explicit `class' specified
        when declaring friends.
        when declaring friends.
        * bits/std_fstream.h (std::basic_filebuf): Likewise.
        * bits/std_fstream.h (std::basic_filebuf): Likewise.
2000-08-16  Alexandre Oliva  
2000-08-16  Alexandre Oliva  
        * src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
        * src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-08-15  Benjamin Kosnik  
2000-08-15  Benjamin Kosnik  
        * bits/codecvt.h: New file.
        * bits/codecvt.h: New file.
        * src/codecvt.cc: New file.
        * src/codecvt.cc: New file.
        * bits/std_locale.h: Add include here.
        * bits/std_locale.h: Add include here.
        * src/Makefile.am (headers): Add codecvt.h
        * src/Makefile.am (headers): Add codecvt.h
        (sources): Add codecvt.cc.
        (sources): Add codecvt.cc.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
        * bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
        __codecvt_abstract_base in an attempt to point some light this way...
        __codecvt_abstract_base in an attempt to point some light this way...
        Move __enc_traits and codecvt bits to codecvt.h.
        Move __enc_traits and codecvt bits to codecvt.h.
        * src/locale-inst.cc: Remove codecvt
        * src/locale-inst.cc: Remove codecvt
        explicit instantiation. Separate out codecvt instantiations, simplify.
        explicit instantiation. Separate out codecvt instantiations, simplify.
        * src/locale.cc: Move codecvt bits to codecvt.cc
        * src/locale.cc: Move codecvt bits to codecvt.cc
2000-08-15  Alexandre Oliva  
2000-08-15  Alexandre Oliva  
        * src/Makefile.am (INCLUDES): New target file, with all -I flags.
        * src/Makefile.am (INCLUDES): New target file, with all -I flags.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-08-14  Benjamin Kosnik  
2000-08-14  Benjamin Kosnik  
        C/C++ io merge/sync.
        C/C++ io merge/sync.
        * libio/fileops.c
        * libio/fileops.c
        * libio/genops.c
        * libio/genops.c
        * libio/iofclose.c
        * libio/iofclose.c
        * libio/iofopen.c
        * libio/iofopen.c
        * libio/iofwide.c
        * libio/iofwide.c
        * libio/libio.h
        * libio/libio.h
        * libio/libioP.h
        * libio/libioP.h
        * libio/stdio.c
        * libio/stdio.c
        * libio/wfileops.c
        * libio/wfileops.c
        * libio/wgenops.c
        * libio/wgenops.c
        * config/c_io_libio.cc (__basic_file): Add hacky casts to
        * config/c_io_libio.cc (__basic_file): Add hacky casts to
        ((struct _IO_FILE_plus *) in ctors.
        ((struct _IO_FILE_plus *) in ctors.
        (__basic_file): Adjust _wide_data->_codecvt to just _codecvt.
        (__basic_file): Adjust _wide_data->_codecvt to just _codecvt.
        * libio/Makefile.am: Fix copyright. Remove cleanup.c.
        * libio/Makefile.am: Fix copyright. Remove cleanup.c.
        * libio/cleanup.c: Remove.
        * libio/cleanup.c: Remove.
        * libio/filedoalloc.c (_IO_file_doallocate): Don't call
        * libio/filedoalloc.c (_IO_file_doallocate): Don't call
        _IO_cleanup_registration_needed, even if not libc.
        _IO_cleanup_registration_needed, even if not libc.
        * testsuite/27_io/stringstream.cc (test02): Fix.
        * testsuite/27_io/stringstream.cc (test02): Fix.
2000-08-14  Brent Verner 
2000-08-14  Brent Verner 
        * testsuite/debug_assert.h: new file
        * testsuite/debug_assert.h: new file
        * testsuite/*/*.cc: s/test\s*&=([^;]+);/VERIFY($1);/g
        * testsuite/*/*.cc: s/test\s*&=([^;]+);/VERIFY($1);/g
        changed conditional #include  to
        changed conditional #include  to
        unconditional #include 
        unconditional #include 
        * mkcheck.in: added $SRC_DIR/testsuite to include search path
        * mkcheck.in: added $SRC_DIR/testsuite to include search path
        for testsuite compile command.
        for testsuite compile command.
2000-08-14  Levente Farkas  
2000-08-14  Levente Farkas  
        * bits/std_fstream.h: Remove duplicate typdefs for ofstream and
        * bits/std_fstream.h: Remove duplicate typdefs for ofstream and
        wofstream, filebuf, wfilebuf, fstream, wfstream.
        wofstream, filebuf, wfilebuf, fstream, wfstream.
        * bits/std_streambuf.h: Same for streambuf, wstreambuf.
        * bits/std_streambuf.h: Same for streambuf, wstreambuf.
        * bits/std_sstream.h: Same for stringstream and wstringstream.
        * bits/std_sstream.h: Same for stringstream and wstringstream.
        Same for stringbuf, wstringbuf, istringstream, wistringstream,
        Same for stringbuf, wstringbuf, istringstream, wistringstream,
        ostringstream, wostringstream.
        ostringstream, wostringstream.
        * testsuite/26_numerics/valarray.cc: Add test.
        * testsuite/26_numerics/valarray.cc: Add test.
2000-08-14  Zack Weinberg  
2000-08-14  Zack Weinberg  
        * configure: Regenerate after change to ../libtool.m4.
        * configure: Regenerate after change to ../libtool.m4.
2000-08-10  Benjamin Kosnik  
2000-08-10  Benjamin Kosnik  
        * bits/locale_facets.tcc: Formatting tweaks.
        * bits/locale_facets.tcc: Formatting tweaks.
        * bits/locale_facets.h (__enc_traits): Start integrating this
        * bits/locale_facets.h (__enc_traits): Start integrating this
        into codecvt, ctype. Formatting tweaks.
        into codecvt, ctype. Formatting tweaks.
2000-08-09  Benjamin Kosnik  
2000-08-09  Benjamin Kosnik  
        Preliminary wchar_t implementation, with trivial encodings.
        Preliminary wchar_t implementation, with trivial encodings.
        * docs/configopts.html: Add bits about canonical configure option
        * docs/configopts.html: Add bits about canonical configure option
        checking.
        checking.
        * testsuite/27_io/iostream_objects.cc: Replace this file (which
        * testsuite/27_io/iostream_objects.cc: Replace this file (which
        has newly-declared-illegal mixing of wide/narrow stdstreams) with...
        has newly-declared-illegal mixing of wide/narrow stdstreams) with...
        * testsuite/27_io/narrow_stream_objects.cc: New file.
        * testsuite/27_io/narrow_stream_objects.cc: New file.
        * testsuite/27_io/wide_stream_objects.cc: New file.
        * testsuite/27_io/wide_stream_objects.cc: New file.
        * bits/fstream.tcc (underflow): Temporarily hack a solution
        * bits/fstream.tcc (underflow): Temporarily hack a solution
        together that writes from the external file to the internal
        together that writes from the external file to the internal
        buffers. This removes codecvt from the loop, and is incorrect.
        buffers. This removes codecvt from the loop, and is incorrect.
        (_M_really_overflow): Same here.
        (_M_really_overflow): Same here.
        * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
        * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
2000-08-08  Benjamin Kosnik  
2000-08-08  Benjamin Kosnik  
            Ulrich Drepper  
            Ulrich Drepper  
        * config/c_io_libio.h: Tweak.
        * config/c_io_libio.h: Tweak.
        * config/c_io_libio_codecvt.c: New file.
        * config/c_io_libio_codecvt.c: New file.
        * libio/Makefile.am: Add c_codecvt.c.
        * libio/Makefile.am: Add c_codecvt.c.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
        * libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
        * libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
        stream is not orientated.
        stream is not orientated.
        * acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
        * acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
        encoding gets fleshed out.
        encoding gets fleshed out.
        * bits/basic_file.h: Add specialization declarations.
        * bits/basic_file.h: Add specialization declarations.
        * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
        * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
        * config/c_io_libio.h: Add __c_wfile_type.
        * config/c_io_libio.h: Add __c_wfile_type.
        * bits/basic_file.h: Add _M_wfile.
        * bits/basic_file.h: Add _M_wfile.
        * config/c_io_libio.cc (__basic_file): Initialize the
        * config/c_io_libio.cc (__basic_file): Initialize the
        streams without setting the orientation of the underlying FILE to
        streams without setting the orientation of the underlying FILE to
        either wide or narrow.
        either wide or narrow.
        (__basic_file)): Enable tricky wchar_t io bits.
        (__basic_file)): Enable tricky wchar_t io bits.
2000-08-07  Felix Natter  
2000-08-07  Felix Natter  
        * docs/17_intro/porting-howto.html:  New version.
        * docs/17_intro/porting-howto.html:  New version.
2000-08-03  Mark Mitchell  
2000-08-03  Mark Mitchell  
        * bits/locale_facets.h (ctype::ctype): Don't name unused
        * bits/locale_facets.h (ctype::ctype): Don't name unused
        parameters.
        parameters.
2000-08-01  Benjamin Kosnik  
2000-08-01  Benjamin Kosnik  
        * docs/install.html: Edit bits about requiring a special version
        * docs/install.html: Edit bits about requiring a special version
        of the autotools.
        of the autotools.
2000-07-31  Benjamin Kosnik  
2000-07-31  Benjamin Kosnik  
        * libio/fileops.cc: Update to current glibc sources.
        * libio/fileops.cc: Update to current glibc sources.
        * libio/genops.c: Same.
        * libio/genops.c: Same.
        * libio/iofwide.c: Same.
        * libio/iofwide.c: Same.
        * libio/libio.h: Same.
        * libio/libio.h: Same.
        * libio/libioP.h: Same.
        * libio/libioP.h: Same.
        * libio/wfiledoalloc.c: Same.
        * libio/wfiledoalloc.c: Same.
        * libio/wgenops.c: Same.
        * libio/wgenops.c: Same.
2000-07-28  Alexandre Oliva  
2000-07-28  Alexandre Oliva  
        * acinclude.m4: Include ../libtool.m4.
        * acinclude.m4: Include ../libtool.m4.
        * aclocal.m4, configure: Rebuilt.
        * aclocal.m4, configure: Rebuilt.
2000-07-26  Phil Edwards  
2000-07-26  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Test for GNU ld
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Test for GNU ld
          before trying to use any of its options.
          before trying to use any of its options.
          (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*):  Cache tests.
          (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*):  Cache tests.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure.in:  Having found GNU make, name it.
        * configure.in:  Having found GNU make, name it.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * docs/install.html:  Mention possible problems with caching.
        * docs/install.html:  Mention possible problems with caching.
        * src/Makefile.am (CXXLINK):  Use new OPT_LDFLAGS.
        * src/Makefile.am (CXXLINK):  Use new OPT_LDFLAGS.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
2000-07-26  Benjamin Kosnik  
2000-07-26  Benjamin Kosnik  
        * src/misc-inst.cc (std): Remove instantiations.
        * src/misc-inst.cc (std): Remove instantiations.
        * acinclude.m4: Add forward-looking bits for autoconf.
        * acinclude.m4: Add forward-looking bits for autoconf.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * bits/ostream.tcc (ostream::operator<<): Fix const char* case.
        * bits/ostream.tcc (ostream::operator<<): Fix const char* case.
2000-07-25  Benjamin Kosnik  
2000-07-25  Benjamin Kosnik  
        * configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. Change
        * configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. Change
        it back for current versions of maintainer-tools...
        it back for current versions of maintainer-tools...
        * acinclude.m4: Some cleanups...
        * acinclude.m4: Some cleanups...
        * aclocal: Regenerated.
        * aclocal: Regenerated.
        * configure: Regenerated.
        * configure: Regenerated.
        * src/Makefile.am (CXXLINK): Add -Wl,-01 to the link line for
        * src/Makefile.am (CXXLINK): Add -Wl,-01 to the link line for
        optimizing/adapting the hash table using GNU ld.
        optimizing/adapting the hash table using GNU ld.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-07-24  H.J. Lu  
2000-07-24  H.J. Lu  
        * src/Makefile.am (LIBIO_INCLUDES): Set to -I$(top_srcdir)/libio
        * src/Makefile.am (LIBIO_INCLUDES): Set to -I$(top_srcdir)/libio
        even if GLIBCPP_NEED_LIBIO is false. The installed glibc header
        even if GLIBCPP_NEED_LIBIO is false. The installed glibc header
        files don't include private libio header files needed by
        files don't include private libio header files needed by
        libstdc++ v3.
        libstdc++ v3.
        * src/Makefile.in: Rebuild.
        * src/Makefile.in: Rebuild.
2000-07-24  Benjamin Kosnik  
2000-07-24  Benjamin Kosnik  
        * bits/std_fstream.h: Parameterize __basic_file.
        * bits/std_fstream.h: Parameterize __basic_file.
        * config/c_io_libio.cc: Add wchar_t methods for parameterization.
        * config/c_io_libio.cc: Add wchar_t methods for parameterization.
        * bits/basic_file.h: Same here.
        * bits/basic_file.h: Same here.
        * bits/istream.tcc (getline): Tweaks.
        * bits/istream.tcc (getline): Tweaks.
        * bits/fstream.tcc: Shorten __retval to __ret.
        * bits/fstream.tcc: Shorten __retval to __ret.
        * bits/ostream.tcc: Same.
        * bits/ostream.tcc: Same.
        * bits/sbuf_iter.h: Same.
        * bits/sbuf_iter.h: Same.
        * bits/sstream.tcc: Same.
        * bits/sstream.tcc: Same.
        * bits/streambuf.tcc: Same.
        * bits/streambuf.tcc: Same.
        * bits/std_fstream.h: Same.
        * bits/std_fstream.h: Same.
        * src/string-inst.cc: Same.
        * src/string-inst.cc: Same.
        * src/ios.cc: Same.
        * src/ios.cc: Same.
        * config/c_io_libio.cc: Same.
        * config/c_io_libio.cc: Same.
        * bits/string.tcc: Same.
        * bits/string.tcc: Same.
        * bits/std_streambuf.h: Same.
        * bits/std_streambuf.h: Same.
2000-07-23  Brent Verner 
2000-07-23  Brent Verner 
        * bits/istream.tcc: istream::getline(char_type*, streamsize,
        * bits/istream.tcc: istream::getline(char_type*, streamsize,
        char_type) make compliant
        char_type) make compliant
        * testsuite/27_io/istream_unformatted.cc: test for compliant behavior
        * testsuite/27_io/istream_unformatted.cc: test for compliant behavior
2000-07-23  Benjamin Kosnik  
2000-07-23  Benjamin Kosnik  
        * acinclude.m4 (enable_cshadow_headers): Fix problems with blddir
        * acinclude.m4 (enable_cshadow_headers): Fix problems with blddir
        and srcdir used to define CSHADOW_INCLUDES..
        and srcdir used to define CSHADOW_INCLUDES..
        * configure.in: For consistency, change .sanity_warned to
        * configure.in: For consistency, change .sanity_warned to
        stamp-sanity-warned.
        stamp-sanity-warned.
        * acinclude.m4: Tweak formatting.
        * acinclude.m4: Tweak formatting.
        * Makefile.am (check): Call mkcheck with full pathname for build
        * Makefile.am (check): Call mkcheck with full pathname for build
        directory...
        directory...
        (check-install): And here.
        (check-install): And here.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-07-22  Gabriel Dos Reis  
2000-07-22  Gabriel Dos Reis  
        Line up with libstdc++-v2 version of valarray.
        Line up with libstdc++-v2 version of valarray.
        * bits/valarray_array.h (__valarray_product): Make inline.
        * bits/valarray_array.h (__valarray_product): Make inline.
        * src/valarray-inst.cc (__valarray_product): Remove explicit
        * src/valarray-inst.cc (__valarray_product): Remove explicit
        instantiation.
        instantiation.
2000-07-21  Benjamin Kosnik  
2000-07-21  Benjamin Kosnik  
        * src/stl-inst.cc: Change __sink_unused_warning to unsigned int
        * src/stl-inst.cc: Change __sink_unused_warning to unsigned int
        for alpha.
        for alpha.
        * testsuite/26_numerics/complex_inserters_extractors.cc (testall):
        * testsuite/26_numerics/complex_inserters_extractors.cc (testall):
        Change return type to void.
        Change return type to void.
        * testsuite/25_algorithms/lower_bound.cc: Add return values.
        * testsuite/25_algorithms/lower_bound.cc: Add return values.
        * testsuite/17_intro/header_ciso646.cc: Modify.
        * testsuite/17_intro/header_ciso646.cc: Modify.
        * bits/locale_facets.h: Add return values for the generic cases.
        * bits/locale_facets.h: Add return values for the generic cases.
2000-07-21  H.J. Lu  (hjl@gnu.org)
2000-07-21  H.J. Lu  (hjl@gnu.org)
        * acinclude.m4: Include  for glibc testing.
        * acinclude.m4: Include  for glibc testing.
        * aclocal.m4: Likewise.
        * aclocal.m4: Likewise.
        * configure: Rebuild.
        * configure: Rebuild.
2000-07-20  H.J. Lu  (hjl@gnu.org)
2000-07-20  H.J. Lu  (hjl@gnu.org)
        * acinclude.m4: Change "#pragma system_header" to
        * acinclude.m4: Change "#pragma system_header" to
        "#pragma GCC system_header".
        "#pragma GCC system_header".
        * aclocal.m4: Likewise.
        * aclocal.m4: Likewise.
        * bits/std_cmath.h: Likewise.
        * bits/std_cmath.h: Likewise.
        * bits/std_cassert.h: Likewise.
        * bits/std_cassert.h: Likewise.
        * bits/std_cctype.h: Likewise.
        * bits/std_cctype.h: Likewise.
        * bits/std_cerrno.h: Likewise.
        * bits/std_cerrno.h: Likewise.
        * bits/std_cfloat.h: Likewise.
        * bits/std_cfloat.h: Likewise.
        * bits/std_climits.h: Likewise.
        * bits/std_climits.h: Likewise.
        * bits/std_clocale.h: Likewise.
        * bits/std_clocale.h: Likewise.
        * bits/std_cwchar.h: Likewise.
        * bits/std_cwchar.h: Likewise.
        * bits/std_csetjmp.h: Likewise.
        * bits/std_csetjmp.h: Likewise.
        * bits/std_csignal.h: Likewise.
        * bits/std_csignal.h: Likewise.
        * bits/std_cstdarg.h: Likewise.
        * bits/std_cstdarg.h: Likewise.
        * bits/std_cstddef.h: Likewise.
        * bits/std_cstddef.h: Likewise.
        * bits/std_cstdio.h: Likewise.
        * bits/std_cstdio.h: Likewise.
        * bits/std_cstdlib.h: Likewise.
        * bits/std_cstdlib.h: Likewise.
        * bits/std_cstring.h: Likewise.
        * bits/std_cstring.h: Likewise.
        * bits/std_ctime.h: Likewise.
        * bits/std_ctime.h: Likewise.
        * bits/std_cwctype.h: Likewise.
        * bits/std_cwctype.h: Likewise.
        * bits/std_exception.h: Likewise.
        * bits/std_exception.h: Likewise.
        * bits/std_new.h: Likewise.
        * bits/std_new.h: Likewise.
        * bits/std_typeinfo.h: Likewise.
        * bits/std_typeinfo.h: Likewise.
        * shadow/bits/std_cassert.h: Likewise.
        * shadow/bits/std_cassert.h: Likewise.
        * shadow/bits/std_cctype.h: Likewise.
        * shadow/bits/std_cctype.h: Likewise.
        * shadow/bits/std_cerrno.h: Likewise.
        * shadow/bits/std_cerrno.h: Likewise.
        * shadow/bits/std_cfloat.h: Likewise.
        * shadow/bits/std_cfloat.h: Likewise.
        * shadow/bits/std_climits.h: Likewise.
        * shadow/bits/std_climits.h: Likewise.
        * shadow/bits/std_clocale.h: Likewise.
        * shadow/bits/std_clocale.h: Likewise.
        * shadow/bits/std_cmath.h: Likewise.
        * shadow/bits/std_cmath.h: Likewise.
        * shadow/bits/std_csetjmp.h: Likewise.
        * shadow/bits/std_csetjmp.h: Likewise.
        * shadow/bits/std_csignal.h: Likewise.
        * shadow/bits/std_csignal.h: Likewise.
        * shadow/bits/std_cstdarg.h: Likewise.
        * shadow/bits/std_cstdarg.h: Likewise.
        * shadow/bits/std_cstddef.h: Likewise.
        * shadow/bits/std_cstddef.h: Likewise.
        * shadow/bits/std_cstdio.h: Likewise.
        * shadow/bits/std_cstdio.h: Likewise.
        * shadow/bits/std_cstdlib.h: Likewise.
        * shadow/bits/std_cstdlib.h: Likewise.
        * shadow/bits/std_cstring.h: Likewise.
        * shadow/bits/std_cstring.h: Likewise.
        * shadow/bits/std_ctime.h: Likewise.
        * shadow/bits/std_ctime.h: Likewise.
        * shadow/bits/std_cwchar.h: Likewise.
        * shadow/bits/std_cwchar.h: Likewise.
        * shadow/bits/std_cwctype.h: Likewise.
        * shadow/bits/std_cwctype.h: Likewise.
        * shadow/bits/wrap_libio.h: Likewise.
        * shadow/bits/wrap_libio.h: Likewise.
        * shadow/bits/wrap_unistd.h: Likewise.
        * shadow/bits/wrap_unistd.h: Likewise.
        * shadow/sys/cdefs.h: Likewise.
        * shadow/sys/cdefs.h: Likewise.
        * configure: Rebuild.
        * configure: Rebuild.
2000-07-20  Jakub Jelinek  
2000-07-20  Jakub Jelinek  
        * config/cpu/sparc/sparc64/bits/atomicity.h (__exchange_and_add):
        * config/cpu/sparc/sparc64/bits/atomicity.h (__exchange_and_add):
        Use extended word instructions to match 64bit _Atomic_word.
        Use extended word instructions to match 64bit _Atomic_word.
        (__atomic_add): Likewise.
        (__atomic_add): Likewise.
        * math/clog10l.c (clog10l): Use M_PIl if defined.
        * math/clog10l.c (clog10l): Use M_PIl if defined.
        * math/c_logl.c (c_logl): Likewise.
        * math/c_logl.c (c_logl): Likewise.
        * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
        * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
        * math/mathconf.h (ieee_quad_double_shape_type): New type.
        * math/mathconf.h (ieee_quad_double_shape_type): New type.
        (GET_LDOUBLE_MSW64): New define.
        (GET_LDOUBLE_MSW64): New define.
2000-07-20  Benjamin Kosnik  
2000-07-20  Benjamin Kosnik  
        * bits/std_streambuf.h: Add bits for pback buffers here, so that
        * bits/std_streambuf.h: Add bits for pback buffers here, so that
        in_avail, etc can use them.
        in_avail, etc can use them.
        * bits/std_fstream.h: Ditto.
        * bits/std_fstream.h: Ditto.
        * bits/fstream.tcc: Ditto.
        * bits/fstream.tcc: Ditto.
        * testsuite/27_io/filebuf.cc: Tweaks.
        * testsuite/27_io/filebuf.cc: Tweaks.
        * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
        * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
2000-07-19  Benjamin Kosnik  
2000-07-19  Benjamin Kosnik  
        * src/localename.cc: Same.
        * src/localename.cc: Same.
        * src/locale.cc: Same.
        * src/locale.cc: Same.
        * bits/localefwd.h: _M_init_facet to _M_facet_init.
        * bits/localefwd.h: _M_init_facet to _M_facet_init.
        * bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.
        * bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.
        * bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.
        * bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.
        * bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
        * bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
        * bits/std_fstream.h: Same.
        * bits/std_fstream.h: Same.
        * bits/basic_string.h: Tweaks.
        * bits/basic_string.h: Tweaks.
2000-07-19  Phil Edwards  
2000-07-19  Phil Edwards  
        * docs/18_support/howto.html:  Update.
        * docs/18_support/howto.html:  Update.
2000-07-19  Benjamin Kosnik  
2000-07-19  Benjamin Kosnik  
        Internal consistency checks.....
        Internal consistency checks.....
        * bits/ios_base.h: Change _M_locale_ios to _M_ios_locale.
        * bits/ios_base.h: Change _M_locale_ios to _M_ios_locale.
        * src/ios.cc: Same.
        * src/ios.cc: Same.
        * bits/basic_ios.h: Change _M_fctype_ios to _M_ios_fctype.
        * bits/basic_ios.h: Change _M_fctype_ios to _M_ios_fctype.
        * bits/basic_ios.tcc: Same.
        * bits/basic_ios.tcc: Same.
        * bits/std_streambuf.h: Change _M_locale_buf to _M_buf_locale.
        * bits/std_streambuf.h: Change _M_locale_buf to _M_buf_locale.
        Change _M_fctype_buf to _M_buf_fctype.
        Change _M_fctype_buf to _M_buf_fctype.
        * bits/fstream.tcc: Same.
        * bits/fstream.tcc: Same.
        * bits/std_streambuf.h: Change _M_buf_bump to _M_out_cur_move.
        * bits/std_streambuf.h: Change _M_buf_bump to _M_out_cur_move.
        Change _M_locale_set to _M_buf_locale_init.
        Change _M_locale_set to _M_buf_locale_init.
        * bits/streambuf.tcc: Same.
        * bits/streambuf.tcc: Same.
        * bits/sstream.tcc: Same.
        * bits/sstream.tcc: Same.
        * bits/fstream.tcc: Same.
        * bits/fstream.tcc: Same.
        * bits/std_streambuf.h: Make typedefs consistent.
        * bits/std_streambuf.h: Make typedefs consistent.
        (_M_buf_bump): Be more careful with input sequence.
        (_M_buf_bump): Be more careful with input sequence.
        * bits/std_sstream.h: Same.
        * bits/std_sstream.h: Same.
        * bits/std_fstream.h: Same.
        * bits/std_fstream.h: Same.
2000-07-18  Benjamin Kosnik  
2000-07-18  Benjamin Kosnik  
        * acinclude.m4: Tweaks.
        * acinclude.m4: Tweaks.
        * config/c_io_libio.cc: Tweaks.
        * config/c_io_libio.cc: Tweaks.
        * bits/sstream.tcc (stringbuf::pbackfail): Simplify.
        * bits/sstream.tcc (stringbuf::pbackfail): Simplify.
        * libio/_G_config.h: Don't define _G_HAVE_ST_BLKSIZE.
        * libio/_G_config.h: Don't define _G_HAVE_ST_BLKSIZE.
        * libio/[iofwide.c, wfiledoalloc.c, wfiteopos.c, wgenops.c]: New files.
        * libio/[iofwide.c, wfiledoalloc.c, wfiteopos.c, wgenops.c]: New files.
        * libio/iofclose.c iofopen.c, stdio.c: New files.
        * libio/iofclose.c iofopen.c, stdio.c: New files.
        * libio/Makefile.am: Add files, add flags, etc.
        * libio/Makefile.am: Add files, add flags, etc.
        * src/Makefile.am (sources): Add filebuf.cc.
        * src/Makefile.am (sources): Add filebuf.cc.
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT):
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT):
        (GLIBCPP_ENABLE_CSTDIO): Versioning testing, etc etc.
        (GLIBCPP_ENABLE_CSTDIO): Versioning testing, etc etc.
2000-07-17  Phil Edwards  
2000-07-17  Phil Edwards  
        * acinclude.m4:  Import CHECK_GNU_MAKE from autoconf macro archive.
        * acinclude.m4:  Import CHECK_GNU_MAKE from autoconf macro archive.
        * configure.in:  Use it.  Also print reminders one time.
        * configure.in:  Use it.  Also print reminders one time.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
2000-07-15  Gabriel Dos Reis  
2000-07-15  Gabriel Dos Reis  
        * bits/valarray_array.h (__valarray_get_storage): New function.
        * bits/valarray_array.h (__valarray_get_storage): New function.
        (_Array<>::Array): Use it.
        (_Array<>::Array): Use it.
        * bits/std_valarray.h (valarray<>::valarray): Likewise.
        * bits/std_valarray.h (valarray<>::valarray): Likewise.
        (valarray<>::resize): Likewise.  Tweak.
        (valarray<>::resize): Likewise.  Tweak.
        * src/valarray-inst.cc (__valarray_product): Tweak.
        * src/valarray-inst.cc (__valarray_product): Tweak.
2000-07-11  Phil Edwards  
2000-07-11  Phil Edwards  
        * docs:  Update sourceware->sources in every HTML file.  Minor updates.
        * docs:  Update sourceware->sources in every HTML file.  Minor updates.
2000-07-07  Benjamin Kosnik  
2000-07-07  Benjamin Kosnik  
        Clean up configure/build longstanding issues.
        Clean up configure/build longstanding issues.
        * src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
        * src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
        (CXXLINK): Add here, instead.
        (CXXLINK): Add here, instead.
        * Makefile.am (check-install): Make sure mkcheck has execute privs.
        * Makefile.am (check-install): Make sure mkcheck has execute privs.
        (check): Same here.
        (check): Same here.
        * configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.
        * configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.
        * configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
        * configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
        c_io_libio.cc instead of copying.
        c_io_libio.cc instead of copying.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.
        * configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
        * configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
        c++threads.h instead of copying.
        c++threads.h instead of copying.
        * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
        * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
        Tweaks.
        Tweaks.
        * config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
        * config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
        * bits/basic_file.h: Declare.
        * bits/basic_file.h: Declare.
        * mkcheck.in (TESTS_FILE): Use -v instead of --version.
        * mkcheck.in (TESTS_FILE): Use -v instead of --version.
2000-07-07  brent verner  
2000-07-07  brent verner  
        * testsuite/27_io/istream_unformatted.cc (test05): New test.
        * testsuite/27_io/istream_unformatted.cc (test05): New test.
2000-07-07  Benjamin Kosnik  
2000-07-07  Benjamin Kosnik  
        * bits/istream.tcc (istream::getline): Minor tweaks.
        * bits/istream.tcc (istream::getline): Minor tweaks.
2000-07-07  Phil Edwards  
2000-07-07  Phil Edwards  
        * docs/download.html:  Mention gcc_update.
        * docs/download.html:  Mention gcc_update.
        * docs/configopts.html:  Minor updates.
        * docs/configopts.html:  Minor updates.
        * docs/gccrebuild.html:  Ditto.
        * docs/gccrebuild.html:  Ditto.
        * docs/18_support/howto.html:  More tips, explanations, and reminders.
        * docs/18_support/howto.html:  More tips, explanations, and reminders.
        * docs/19_diagnostics/howto.html:  Ditto.
        * docs/19_diagnostics/howto.html:  Ditto.
        * docs/21_strings/howto.html:  Ditto.
        * docs/21_strings/howto.html:  Ditto.
        * docs/24_iterators/howto.html:  Ditto.
        * docs/24_iterators/howto.html:  Ditto.
        * docs/25_algorithms/howto.html:  Ditto.
        * docs/25_algorithms/howto.html:  Ditto.
        * docs/26_numerics/howto.html:  Ditto.
        * docs/26_numerics/howto.html:  Ditto.
2000-07-05  brent verner  
2000-07-05  brent verner  
        * testsuite/27_io/ifstream_members.cc (test01): Add tests.
        * testsuite/27_io/ifstream_members.cc (test01): Add tests.
        * testsuite/27_io/ofstream_members.cc (test01): Add tests.
        * testsuite/27_io/ofstream_members.cc (test01): Add tests.
        * config/c_io_libio.cc (__basic_file::open): Unset
        * config/c_io_libio.cc (__basic_file::open): Unset
        ~_IO_DELETE_DONT_CLOSE.
        ~_IO_DELETE_DONT_CLOSE.
2000-07-05  Zack Weinberg  
2000-07-05  Zack Weinberg  
        * bits/gslice_array.h, bits/indirect_array.h, bits/mask_array.h,
        * bits/gslice_array.h, bits/indirect_array.h, bits/mask_array.h,
        bits/slice_array.h, bits/std_valarray.h, bits/valarray_meta.h:
        bits/slice_array.h, bits/std_valarray.h, bits/valarray_meta.h:
        Do not paste anything after 'operator' keyword.
        Do not paste anything after 'operator' keyword.
2000-07-03  Benjamin Kosnik  
2000-07-03  Benjamin Kosnik  
        * bits/std_memory.h: Revert.
        * bits/std_memory.h: Revert.
2000-07-03  Brendan Kehoe  
2000-07-03  Brendan Kehoe  
        * bits/std_complex.h: Fix parens. Format.
        * bits/std_complex.h: Fix parens. Format.
2000-07-03  scott snyder  
2000-07-03  scott snyder  
        * bits/locale_facets.tcc (_M_extract): Only figure out the base
        * bits/locale_facets.tcc (_M_extract): Only figure out the base
        from the input if base == 0.
        from the input if base == 0.
        * testsuite/27_io/istream_extractor_arith.cc: Test reading a
        * testsuite/27_io/istream_extractor_arith.cc: Test reading a
        number with a leading `0' in hex mode.
        number with a leading `0' in hex mode.
        * shadow/bits/std_cmath.h: Fix typo in _GLIBCPP_HAVE_CEILL test.
        * shadow/bits/std_cmath.h: Fix typo in _GLIBCPP_HAVE_CEILL test.
        * mkinclosure: Change `==' to `=' in test.
        * mkinclosure: Change `==' to `=' in test.
2000-07-03  Chip Salzenberg  
2000-07-03  Chip Salzenberg  
        * src/Makefile.am (libio_headers): _G_config.h is found in srcdir,
        * src/Makefile.am (libio_headers): _G_config.h is found in srcdir,
        not builddir.
        not builddir.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-07-01  Benjamin Kosnik  
2000-07-01  Benjamin Kosnik  
            Ulrich Drepper  
            Ulrich Drepper  
        Sync libio to glibc-2.2 current CVS.
        Sync libio to glibc-2.2 current CVS.
        * libio/_G_config.h: New file.
        * libio/_G_config.h: New file.
        * libio/wfileops.c: New file.
        * libio/wfileops.c: New file.
        * libio/wfiledoalloc.c: New file.
        * libio/wfiledoalloc.c: New file.
        * libio/wgenops.c: New file.
        * libio/wgenops.c: New file.
        * libio/iofwide.c: New file.
        * libio/iofwide.c: New file.
        * libio/Makefile.am: Tweaks.
        * libio/Makefile.am: Tweaks.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
        * libio/gen-params: Remove. Generic replacement for this yet undone.
        * libio/gen-params: Remove. Generic replacement for this yet undone.
        * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
        * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
        libioP.h, stdfiles.c]: Update.
        libioP.h, stdfiles.c]: Update.
        * config/c_io_libio.cc: Tweaks.
        * config/c_io_libio.cc: Tweaks.
        * acinclude.m4: Complete hacks to test wide io.
        * acinclude.m4: Complete hacks to test wide io.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am: Update.
        * src/Makefile.am: Update.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * math/cargl.c: Remove underscores.
        * math/cargl.c: Remove underscores.
        * bits/locale_facets.h: Tweaks. Start adding iconv details
        * bits/locale_facets.h: Tweaks. Start adding iconv details
        and notes.
        and notes.
        * bits/locale_facets.tcc: Tweaks.
        * bits/locale_facets.tcc: Tweaks.
        * bits/std_cwchar.h: Tweaks.
        * bits/std_cwchar.h: Tweaks.
2000-06-29  scott snyder  
2000-06-29  scott snyder  
        * bits/concept_checks.h
        * bits/concept_checks.h
        (__less_then_comparable_requirement_violation): Only check for <.
        (__less_then_comparable_requirement_violation): Only check for <.
        * testsuite/25_algorithms/lower_bound.cc: New file.
        * testsuite/25_algorithms/lower_bound.cc: New file.
2000-06-29  Benjamin Kosnik  
2000-06-29  Benjamin Kosnik  
        * testsuite/27_io/ostream_manip.cc (test02): Add tests.
        * testsuite/27_io/ostream_manip.cc (test02): Add tests.
        * bits/ostream.tcc: Tweak.
        * bits/ostream.tcc: Tweak.
        * bits/std_fstream.h (basic_filebuf::setbuf): Reset
        * bits/std_fstream.h (basic_filebuf::setbuf): Reset
        _M_buf_size_opt too.
        _M_buf_size_opt too.
        * bits/std_streambuf.h (basic_streambuf::~basic_streambuf): Zero
        * bits/std_streambuf.h (basic_streambuf::~basic_streambuf): Zero
        out _M_buf_size_opt.
        out _M_buf_size_opt.
        * bits/std_sstream.h (basic_stringbuf::_M_init_stringbuf): Set
        * bits/std_sstream.h (basic_stringbuf::_M_init_stringbuf): Set
        _M_buf_size_opt out here.
        _M_buf_size_opt out here.
        * bits/char_traits.h (char_traits::eos): Non standard member
        * bits/char_traits.h (char_traits::eos): Non standard member
        function, uglify to __eos. Return char_type().
        function, uglify to __eos. Return char_type().
        * bits/std_ostream.h: Change.
        * bits/std_ostream.h: Change.
        * testsuite/27_io/ostream_seeks.cc: New file.
        * testsuite/27_io/ostream_seeks.cc: New file.
        * testsuite/27_io/ostream_seeks-1.tst: New file.
        * testsuite/27_io/ostream_seeks-1.tst: New file.
        * testsuite/27_io/istream_unformatted.cc (main): Move test04 and
        * testsuite/27_io/istream_unformatted.cc (main): Move test04 and
        test05 to...
        test05 to...
        * testsuite/27_io/istream_seeks.cc: New file.
        * testsuite/27_io/istream_seeks.cc: New file.
2000-06-29  Branko Cibej  
2000-06-29  Branko Cibej  
        * bits/std_memory.h (auto_ptr_ref): Reworked and defined only if
        * bits/std_memory.h (auto_ptr_ref): Reworked and defined only if
        _GLIBCPP_RESOLVE_LIB_DEFECTS.
        _GLIBCPP_RESOLVE_LIB_DEFECTS.
        (auto_ptr): _M_ptr changed to void*.
        (auto_ptr): _M_ptr changed to void*.
        (suto_ptr::get): Cast _M_ptr to element type.
        (suto_ptr::get): Cast _M_ptr to element type.
        (auto_ptr::auto_ptr(auto_ptr)): Test implicit convetsion.
        (auto_ptr::auto_ptr(auto_ptr)): Test implicit convetsion.
        (auto_ptr::~auto_ptr): Use this->get() instead of _M_ptr.
        (auto_ptr::~auto_ptr): Use this->get() instead of _M_ptr.
        (auto_ptr::operator*): Likewise.
        (auto_ptr::operator*): Likewise.
        (auto_ptr::operator->): Likewise.
        (auto_ptr::operator->): Likewise.
        (auto_ptr::release): Likewise.
        (auto_ptr::release): Likewise.
        (auto_ptr::reset): Likewise.
        (auto_ptr::reset): Likewise.
        (auto_ptr::auto_ptr(auto_ptr_ref)): Initialize from __ref._M_release.
        (auto_ptr::auto_ptr(auto_ptr_ref)): Initialize from __ref._M_release.
        (auto_ptr::operator auto_ptr_rev<_Tp1>): Updated.
        (auto_ptr::operator auto_ptr_rev<_Tp1>): Updated.
        Define nested auto_ptr_ref unless _GLIBCPP_RESOLVE_LIB_DEFECTS.
        Define nested auto_ptr_ref unless _GLIBCPP_RESOLVE_LIB_DEFECTS.
        Define operator=(auto_ptr_ref) if _GLIBCPP_RESOLVE_LIB_DEFECTS.
        Define operator=(auto_ptr_ref) if _GLIBCPP_RESOLVE_LIB_DEFECTS.
2000-06-28  Benjamin Kosnik  
2000-06-28  Benjamin Kosnik  
        * testsuite/27_io/filebuf.cc: Tweak.
        * testsuite/27_io/filebuf.cc: Tweak.
        * testsuite/27_io/filebuf_members.cc (test_01): Fix.
        * testsuite/27_io/filebuf_members.cc (test_01): Fix.
        * config/c_io_libio.cc (__basic_file::~__basic_file): Match libio
        * config/c_io_libio.cc (__basic_file::~__basic_file): Match libio
        filebuf dtor.
        filebuf dtor.
        (__basic_file::basic_file): Clean, add calls similar to
        (__basic_file::basic_file): Clean, add calls similar to
        _IO_file_attach.
        _IO_file_attach.
        (__basic_file::open): Clean.
        (__basic_file::open): Clean.
        (__basic_file::sys_open): Clean.
        (__basic_file::sys_open): Clean.
        * bits/std_fstream.h: Revert.
        * bits/std_fstream.h: Revert.
        * bits/fstream.tcc (filebuf::close()): Revert.
        * bits/fstream.tcc (filebuf::close()): Revert.
        (filebuf::basic_filebuf()): Revert.
        (filebuf::basic_filebuf()): Revert.
2000-06-27  Benjamin Kosnik  
2000-06-27  Benjamin Kosnik  
        Update to SGI STL 3.3
        Update to SGI STL 3.3
        * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
        * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
        ext/stl_rope.h, ext/ropeimpl.h: Update.
        ext/stl_rope.h, ext/ropeimpl.h: Update.
        * bits/std_bitset.h, bits/std_map, bits/std_memory.h,
        * bits/std_bitset.h, bits/std_map, bits/std_memory.h,
        bits/stl_algo.h, bits/stl_algobase.h, bits/stl_alloc.h,
        bits/stl_algo.h, bits/stl_algobase.h, bits/stl_alloc.h,
        bits/stl_config.h, bits/stl_construct.h, bits/stl_deque.h,
        bits/stl_config.h, bits/stl_construct.h, bits/stl_deque.h,
        bits/stl_function.h, bits/stl_heap.h, bits/stl_iterator.h,
        bits/stl_function.h, bits/stl_heap.h, bits/stl_iterator.h,
        bits/stl_iterator_base.h, bits/stl_list.h, bits/stl_map.h,
        bits/stl_iterator_base.h, bits/stl_list.h, bits/stl_map.h,
        bits/stl_multimap.h, bits/stl_multiset.h, bits/stl_numeric.h,
        bits/stl_multimap.h, bits/stl_multiset.h, bits/stl_numeric.h,
        bits/stl_queue.h, bits/stl_set.h, bits/stl_stack.h,
        bits/stl_queue.h, bits/stl_set.h, bits/stl_stack.h,
        bits/stl_string_fwd.h, bits/stl_threads.h, bits/stl_three.h,
        bits/stl_string_fwd.h, bits/stl_threads.h, bits/stl_three.h,
        bits/stl_uninitialized.h, bits/stl_vectory.h: Update.
        bits/stl_uninitialized.h, bits/stl_vectory.h: Update.
        * src/Makefile.am (headers): Add new files.
        * src/Makefile.am (headers): Add new files.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * src/stl-inst.cc (std): Add instantiation for __sink_unused_warning.
        * src/stl-inst.cc (std): Add instantiation for __sink_unused_warning.
        * bits/concept_checks.h: New file.
        * bits/concept_checks.h: New file.
        * bits/container_concepts.h: New file.
        * bits/container_concepts.h: New file.
        * bits/sequence_concepts.h: New file.
        * bits/sequence_concepts.h: New file.
2000-06-27  H.J. Lu  
2000-06-27  H.J. Lu  
            Loren J. Rittle  
            Loren J. Rittle  
        * mkcheck.in: Add support to print standard flags needed to
        * mkcheck.in: Add support to print standard flags needed to
        test g++ in build tree.  Enhance command line error checking.
        test g++ in build tree.  Enhance command line error checking.
2000-06-27  Phil Edwards  
2000-06-27  Phil Edwards  
        * docs/install.html:  Fix minor typo as reported.
        * docs/install.html:  Fix minor typo as reported.
2000-06-26  Brent Verner 
2000-06-26  Brent Verner 
        * bits/string.tcc (string::rfind): Fix.
        * bits/string.tcc (string::rfind): Fix.
        * testsuite/21_strings/rfind.cc: New file.
        * testsuite/21_strings/rfind.cc: New file.
2000-06-26  Anthony Williams  
2000-06-26  Anthony Williams  
        * testsuite/21_strings/ctor_copy_dtor.cc: Fixed logic error.
        * testsuite/21_strings/ctor_copy_dtor.cc: Fixed logic error.
2000-06-26  Branko Cibej  
2000-06-26  Branko Cibej  
        * testsuite/27_io/filebuf_members.cc (test_01): Fixed typos.
        * testsuite/27_io/filebuf_members.cc (test_01): Fixed typos.
        * mkcheck.in: Make the *.txt and *.tst files writable after
        * mkcheck.in: Make the *.txt and *.tst files writable after
          copying them to $TEST_DIR.
          copying them to $TEST_DIR.
        * testsuite/27_io/ostream_inserter_arith.cc: Renamed
        * testsuite/27_io/ostream_inserter_arith.cc: Renamed
          __TEST_NUMPUT_VERBOSE to TEST_NUMPUT_VERBOSE.  Define
          __TEST_NUMPUT_VERBOSE to TEST_NUMPUT_VERBOSE.  Define
          TEST_NUMPUT_VERBOSE only if DEBUG_ASSERT.
          TEST_NUMPUT_VERBOSE only if DEBUG_ASSERT.
2000-06-23  Benjamin Kosnik  
2000-06-23  Benjamin Kosnik  
        * bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
        * bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
        (basic_filebuf::close): Use it.
        (basic_filebuf::close): Use it.
        * bits/std_fstream.h (basic_filebuf): Remove default arguments for
        * bits/std_fstream.h (basic_filebuf): Remove default arguments for
        filebuf ctor.
        filebuf ctor.
        (basic_filebuf): Add _M_fileno_based data member.
        (basic_filebuf): Add _M_fileno_based data member.
        As reported by brent verner 
        As reported by brent verner 
        * testsuite/27_io/filebuf_members.cc: New file.
        * testsuite/27_io/filebuf_members.cc: New file.
        * testsuite/27_io/filebuf_members-1.tst: New file.
        * testsuite/27_io/filebuf_members-1.tst: New file.
        * bits/std_fstream.h: Formatting tweaks.
        * bits/std_fstream.h: Formatting tweaks.
        * testsuite/27_io/ofstream_members.cc: New file.
        * testsuite/27_io/ofstream_members.cc: New file.
        * testsuite/27_io/ofstream_members-1.tst: New file.
        * testsuite/27_io/ofstream_members-1.tst: New file.
        * testsuite/27_io/ifstream_members.cc: New file.
        * testsuite/27_io/ifstream_members.cc: New file.
        * testsuite/27_io/ifstream_members-1.tst: New file.
        * testsuite/27_io/ifstream_members-1.tst: New file.
2000-06-23  Benjamin Kosnik  
2000-06-23  Benjamin Kosnik  
            Ulrich Drepper  
            Ulrich Drepper  
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Add -D_GNU_SOURCE, so
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Add -D_GNU_SOURCE, so
        that all the freaky stuff like sincos will be around...
        that all the freaky stuff like sincos will be around...
2000-06-22  Branko Cibej  
2000-06-22  Branko Cibej  
        * Makefile.am (AM_MAKEFLAGS): Added WERROR to list of flags.
        * Makefile.am (AM_MAKEFLAGS): Added WERROR to list of flags.
2000-06-22 Steven King 
2000-06-22 Steven King 
        * acinclude.m4: Check for sinl, _sinl using 1 parameter.
        * acinclude.m4: Check for sinl, _sinl using 1 parameter.
2000-06-22  Benjamin Kosnik  
2000-06-22  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Redo. Use the
        * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Redo. Use the
        same approach as GLIBCPP_CHECK_MATH_SUPPORT, only don't try to
        same approach as GLIBCPP_CHECK_MATH_SUPPORT, only don't try to
        link against libm and don't use -fno-builtins...
        link against libm and don't use -fno-builtins...
        * math/mathconf.h: Change up builtin macros to new schema.
        * math/mathconf.h: Change up builtin macros to new schema.
        * bits/std_cmath.h: And here. Wheee!
        * bits/std_cmath.h: And here. Wheee!
        * shadow/bits/std_cmath.h: And here.
        * shadow/bits/std_cmath.h: And here.
        * acconfig.h: Change up builtin macros here.
        * acconfig.h: Change up builtin macros here.
        * math/cosf.c:  Remove.
        * math/cosf.c:  Remove.
        * math/fabsf.c:  Likewise.
        * math/fabsf.c:  Likewise.
        * math/sinf.c:  Likewise.
        * math/sinf.c:  Likewise.
        * math/sqrtf.c:  Likewise.
        * math/sqrtf.c:  Likewise.
        * math/Makefile.am (EXTRA_DIST):  Remove those four files.
        * math/Makefile.am (EXTRA_DIST):  Remove those four files.
        * math/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
2000-06-22  Anthony Williams  
2000-06-22  Anthony Williams  
        * testsuite/21_strings/find.cc: Patch.
        * testsuite/21_strings/find.cc: Patch.
2000-06-22  Benjamin Kosnik  
2000-06-22  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHEC_LINKER_FEATURES): Use gcc + -x c++ as
        * acinclude.m4 (GLIBCPP_CHEC_LINKER_FEATURES): Use gcc + -x c++ as
        an easy way to get at g++ without having to link in libstdc++.
        an easy way to get at g++ without having to link in libstdc++.
2000-06-21  Benjamin Kosnik  
2000-06-21  Benjamin Kosnik  
        Fix alpha, powerpc build failures.
        Fix alpha, powerpc build failures.
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially
        re-write. Need to check for both proper declaration when using a
        re-write. Need to check for both proper declaration when using a
        c++ compiler, and "C" linkage when linking. Do both, and if both
        c++ compiler, and "C" linkage when linking. Do both, and if both
        exist, then define the HAVE_* bits in config.h.
        exist, then define the HAVE_* bits in config.h.
        (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE): New, uber-macro. Does all.
        (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE): New, uber-macro. Does all.
        (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this
        (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this
        program, doh.
        program, doh.
2000-06-20  Anthony Williams  
2000-06-20  Anthony Williams  
        * bits/string.tcc: Fix find.
        * bits/string.tcc: Fix find.
        * testsuite/21_strings/find.cc: Patch.
        * testsuite/21_strings/find.cc: Patch.
2000-06-20  Benjamin Kosnik  
2000-06-20  Benjamin Kosnik  
        * docs/install.html: Update where to get automake, where to get
        * docs/install.html: Update where to get automake, where to get
        binutils.
        binutils.
        * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize
        * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize
        builtins.
        builtins.
2000-06-19  Benjamin Kosnik  
2000-06-19  Benjamin Kosnik  
        * acinclude.m4 ((GLIBCPP_CHECK_MATH_SUPPORT): Revert last change.
        * acinclude.m4 ((GLIBCPP_CHECK_MATH_SUPPORT): Revert last change.
        Add -Werror-implicit-function-declaration instead.
        Add -Werror-implicit-function-declaration instead.
        Regenerate with fixed maintainer-tools.
        Regenerate with fixed maintainer-tools.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * libio/Makefile.in: Regenerate.
        * libio/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-06-19  Russell Davidson  
2000-06-19  Russell Davidson  
        * testsuite/27_io/istream_extractor_arith.cc: Patch.
        * testsuite/27_io/istream_extractor_arith.cc: Patch.
        * bits/locale_factets.tcc: Tweak.
        * bits/locale_factets.tcc: Tweak.
2000-06-19  Raja R Harinath  
2000-06-19  Raja R Harinath  
        * src/Makefile.am: change @WERROR@ to $(WERROR) so that this can
        * src/Makefile.am: change @WERROR@ to $(WERROR) so that this can
        be overridden on the command line for individual files.
        be overridden on the command line for individual files.
2000-06-19  Benjamin Kosnik  
2000-06-19  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use
        AC_LANG_CPLUSPLUS as this tries to link in libstdc++, which we are
        AC_LANG_CPLUSPLUS as this tries to link in libstdc++, which we are
        building. Use -x c++ instead, which does not attempt to link
        building. Use -x c++ instead, which does not attempt to link
        libstdc++.
        libstdc++.
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Actually check for
        * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Actually check for
        not coring when we hit a try/throw block, which was the problem
        not coring when we hit a try/throw block, which was the problem
        with the linker support...
        with the linker support...
        * docs/17_intro/contribute.html: Add bits about getting to the LWG
        * docs/17_intro/contribute.html: Add bits about getting to the LWG
        issues pages.
        issues pages.
        * docs/documentation.html: Rename link to make more accurate and scary.
        * docs/documentation.html: Rename link to make more accurate and scary.
        * docs/gccrebuild.html: Edit for clarity as these are no longer
        * docs/gccrebuild.html: Edit for clarity as these are no longer
        separate projects.
        separate projects.
        * docs/install.html: Add bits about binutils for
        * docs/install.html: Add bits about binutils for
        -ffunction-sections, -fdata-sections, -Wl,--gc-sections
        -ffunction-sections, -fdata-sections, -Wl,--gc-sections
        * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
        * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
        * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to
        * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to
        USE_COMPLEX_LONG_DOUBLE.
        USE_COMPLEX_LONG_DOUBLE.
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into
        GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
        GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
        Works around irregularies in powerpc "C" compiler, but a good idea
        Works around irregularies in powerpc "C" compiler, but a good idea
        anyway.
        anyway.
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT):
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT):
        New. Merge both old compiler bug checks for complex into this.
        New. Merge both old compiler bug checks for complex into this.
2000-06-19  Anthony Williams  
2000-06-19  Anthony Williams  
        * testsuite/21_strings/find.cc: Empty strings can be found at all
        * testsuite/21_strings/find.cc: Empty strings can be found at all
        positions. Modified.
        positions. Modified.
2000-06-19  Branko Cibej  
2000-06-19  Branko Cibej  
        * testsuite/20_utilities: New directory.
        * testsuite/20_utilities: New directory.
        * testsuite/20_utilities/auto_ptr.cc: New file.
        * testsuite/20_utilities/auto_ptr.cc: New file.
2000-06-14  Benjamin Kosnik  
2000-06-14  Benjamin Kosnik  
        * src/Makefile.am (string_sources): Simplify, assuming that with
        * src/Makefile.am (string_sources): Simplify, assuming that with
        -ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this
        -ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this
        hacking is not necessary.
        hacking is not necessary.
        (wstring_sources): Same.
        (wstring_sources): Same.
        (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections
        (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections
        -Wl,--gc-sections.
        -Wl,--gc-sections.
        * src/string-inst.cc: Remove macro blocks.
        * src/string-inst.cc: Remove macro blocks.
        * mkcheck.in (CXX_FLAG): Add bits here.
        * mkcheck.in (CXX_FLAG): Add bits here.
        * src/string-inst.cc: Remove iostream-related string instantiations.
        * src/string-inst.cc: Remove iostream-related string instantiations.
        * src/misc-inst.cc: Add here.
        * src/misc-inst.cc: Add here.
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS
        to WFMT_FLAGS.
        to WFMT_FLAGS.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure.in: Change up.
        * configure.in: Change up.
        * configure: Regenerate.
        * configure: Regenerate.
2000-06-13  Steven King  
2000-06-13  Steven King  
        * acinclude.m4:  Fixup some of the builtin math tests and add tests for
        * acinclude.m4:  Fixup some of the builtin math tests and add tests for
        __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
        __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
        * acconfig.h: Add entries for fmod*.
        * acconfig.h: Add entries for fmod*.
2000-06-13  Branko Cibej  
2000-06-13  Branko Cibej  
        * bits/std_cmath.h:  Fix typos in tests (*_FMODFF -> *_FMODF).
        * bits/std_cmath.h:  Fix typos in tests (*_FMODFF -> *_FMODF).
        Test  *_MODFF not *_MODF for modf(float, float*).
        Test  *_MODFF not *_MODF for modf(float, float*).
        (modf(float, float*)): Remove reference to _C_legacy.
        (modf(float, float*)): Remove reference to _C_legacy.
2000-06-13  Benjamin Kosnik  
2000-06-13  Benjamin Kosnik  
        * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
        * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
        _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
        _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
        superset, and already defined at top level.
        superset, and already defined at top level.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * docs/17_intro/contribute.html: Plead with people to use -cp.
        * docs/17_intro/contribute.html: Plead with people to use -cp.
2000-06-13  Anthony Williams  
2000-06-13  Anthony Williams  
        * testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::.
        * testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::.
        * testsuite/27_io/filebuf.cc: Changed calls to
        * testsuite/27_io/filebuf.cc: Changed calls to
        fpos<>._M_position() to implicit calls to operator streamoff().
        fpos<>._M_position() to implicit calls to operator streamoff().
        * testsuite/27_io/iostream_objects.cc: Removed #include ,
        * testsuite/27_io/iostream_objects.cc: Removed #include ,
        as not needed. Revert, as part of standard.
        as not needed. Revert, as part of standard.
        * testsuite/27_io/ostream_inserter_arith.cc: Replaced explicit
        * testsuite/27_io/ostream_inserter_arith.cc: Replaced explicit
        call to numpunct<>._M_init() with overrides of the appropriate
        call to numpunct<>._M_init() with overrides of the appropriate
        virtual functions.
        virtual functions.
        * testsuite/27_io/stringstream.cc: Removed unnecessary char *
        * testsuite/27_io/stringstream.cc: Removed unnecessary char *
        pointers from test01, so no need to call base(), which isn't
        pointers from test01, so no need to call base(), which isn't
        guaranteed to be implemented as iterators may themselves be pointers
        guaranteed to be implemented as iterators may themselves be pointers
        * testsuite/27_io/stringbuf.cc: Removed unnecessary calls to
        * testsuite/27_io/stringbuf.cc: Removed unnecessary calls to
        _M_position() - use implicit conversion to streamoff instead
        _M_position() - use implicit conversion to streamoff instead
2000-06-13  Thomas Holenstein  
2000-06-13  Thomas Holenstein  
        * bits/stl_iterator.h: Added inline to operators == to >=.
        * bits/stl_iterator.h: Added inline to operators == to >=.
2000-06-13  Brent Verner 
2000-06-13  Brent Verner 
        * bits/streambuf.tcc: repaired _S_copy_streambufs()
        * bits/streambuf.tcc: repaired _S_copy_streambufs()
        * testsuite/27_io/ostream_inserter_other.cc (test03): Added testcase.
        * testsuite/27_io/ostream_inserter_other.cc (test03): Added testcase.
2000-06-12  Benjamin Kosnik  
2000-06-12  Benjamin Kosnik  
        * bits/locale_facets.h (ctype): Remove unnecessary data
        * bits/locale_facets.h (ctype): Remove unnecessary data
        members.
        members.
        * src/locale.cc: Add cwchar include here. Remove incorrect
        * src/locale.cc: Add cwchar include here. Remove incorrect
        definitions, and stub them out.
        definitions, and stub them out.
        * config/generic/ctype.cc (ctype): Remove ctype bits.
        * config/generic/ctype.cc (ctype): Remove ctype bits.
        * config/solaris/solaris2.7/ctype.cc (ctype): Same.
        * config/solaris/solaris2.7/ctype.cc (ctype): Same.
        * config/solaris/solaris2.5/ctype.cc (ctype): Same.
        * config/solaris/solaris2.5/ctype.cc (ctype): Same.
        * config/newlib/ctype.cc: Same.
        * config/newlib/ctype.cc: Same.
        * config/gnu-linux/ctype.cc: Same.
        * config/gnu-linux/ctype.cc: Same.
        * config/bsd/ctype.cc: Same.
        * config/bsd/ctype.cc: Same.
        * config/aix/ctype.cc: Same.
        * config/aix/ctype.cc: Same.
2000-06-12  Branko Cibej  
2000-06-12  Branko Cibej  
        * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
        * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
        towupper and towlower to convert wide characters.
        towupper and towlower to convert wide characters.
2000-06-12  Benjamin Kosnik  
2000-06-12  Benjamin Kosnik  
        * mkcheck.in: Clean up confusion regarding NAME, PRE_NAME.
        * mkcheck.in: Clean up confusion regarding NAME, PRE_NAME.
2000-06-08  Branko Cibej  
2000-06-08  Branko Cibej  
        * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT):  Check for
        * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT):  Check for
          sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
          sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * math/cosf.c:  New file.
        * math/cosf.c:  New file.
        * math/fabsf.c:  Likewise.
        * math/fabsf.c:  Likewise.
        * math/sinf.c:  Likewise.
        * math/sinf.c:  Likewise.
        * math/sqrtf.c:  Likewise.
        * math/sqrtf.c:  Likewise.
        * math/Makefile.am (EXTRA_DIST):  Add those four files.
        * math/Makefile.am (EXTRA_DIST):  Add those four files.
        * math/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
2000-06-08  Phil Edwards  
2000-06-08  Phil Edwards  
        * testsuite/26_numerics/complex_inserters_extractors.cc:  Need cmath.
        * testsuite/26_numerics/complex_inserters_extractors.cc:  Need cmath.
2000-06-06  Steven King  
2000-06-06  Steven King  
        * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
        * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
        double and long double.  Added defines for HAVE libm math functs for
        double and long double.  Added defines for HAVE libm math functs for
        float and long double.
        float and long double.
        * aclocal.m4: Added configure checks for builtin math funcs and libm
        * aclocal.m4: Added configure checks for builtin math funcs and libm
        support for float and long double versions of the math functions.
        support for float and long double versions of the math functions.
        * config.h.in: Added undefs for math functs.
        * config.h.in: Added undefs for math functs.
        * configure: Regenerate.
        * configure: Regenerate.
        * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
        * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
        _GLIBCPP_HAVE_BUILTIN_*.
        _GLIBCPP_HAVE_BUILTIN_*.
        * bits/std_cmath.h: Added long double support.  Use builtins for
        * bits/std_cmath.h: Added long double support.  Use builtins for
        float, double and long if available, otherwise, use libm versions if
        float, double and long if available, otherwise, use libm versions if
        availible, otherwise, punt.
        availible, otherwise, punt.
        * shadow/bits/std_cmath.h: ditto
        * shadow/bits/std_cmath.h: ditto
2000-06-02  Benjamin Kosnik  
2000-06-02  Benjamin Kosnik  
        * bits/locale_facets.h: Tweak.
        * bits/locale_facets.h: Tweak.
        * src/locale.cc (codecvt): Tweak.
        * src/locale.cc (codecvt): Tweak.
        * bits/locale_facets.h (_Format_cache): _S_ecks -> _S_x.
        * bits/locale_facets.h (_Format_cache): _S_ecks -> _S_x.
        * bits/locale_facets.tcc (num_get::_M_extract): Fix for hex.
        * bits/locale_facets.tcc (num_get::_M_extract): Fix for hex.
        * bits/basic_string.h: Move data member up.
        * bits/basic_string.h: Move data member up.
        * src/string-inst.cc: Fix instantiations.
        * src/string-inst.cc: Fix instantiations.
        * bits/string.tcc: Fix types.
        * bits/string.tcc: Fix types.
2000-06-02  Anthony Williams  
2000-06-02  Anthony Williams  
        * testsuite/21_strings/replace.cc (test01): Qualify find with std::.
        * testsuite/21_strings/replace.cc (test01): Qualify find with std::.
2000-06-01  Benjamin Kosnik  
2000-06-01  Benjamin Kosnik  
        * bits/std_cwctype.h: Clean.
        * bits/std_cwctype.h: Clean.
        * bits/std_cwchar.h: Clean, remove cruft.
        * bits/std_cwchar.h: Clean, remove cruft.
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Re-work, add bits
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Re-work, add bits
        for beginning iconv support.
        for beginning iconv support.
        Remove _GLIBCPP_HAS_WCHAR_MIN_MAX, roll into _GLIBCPP_USE_WCHAR_T
        Remove _GLIBCPP_HAS_WCHAR_MIN_MAX, roll into _GLIBCPP_USE_WCHAR_T
        macro.
        macro.
        * acconfig.h: Remove _GLIBCPP_HAS_WCHAR_MIN_MAX.
        * acconfig.h: Remove _GLIBCPP_HAS_WCHAR_MIN_MAX.
        * bits/limits_generic.h: Remove.
        * bits/limits_generic.h: Remove.
        * src/gen-num-limits.cc: Same.
        * src/gen-num-limits.cc: Same.
        * src/locale.cc: Tweaks.
        * src/locale.cc: Tweaks.
        * bits/char_traits.h: Tweaks.
        * bits/char_traits.h: Tweaks.
2000-05-31  Russell Davidson  
2000-05-31  Russell Davidson  
        * bits/locale_facets.tcc (num_get::_M_extract): Fix signage,
        * bits/locale_facets.tcc (num_get::_M_extract): Fix signage,
        exponent, scientific formatting issues.
        exponent, scientific formatting issues.
        * testsuite/27_io/istream_extractor_arith.cc (test09): Add tests.
        * testsuite/27_io/istream_extractor_arith.cc (test09): Add tests.
2000-05-31  Branko Cibej  
2000-05-31  Branko Cibej  
        * bits/limits_generic.h (numeric_limits): Use WCHAR_MIN
        * bits/limits_generic.h (numeric_limits): Use WCHAR_MIN
        and WCHAR_MAX instead of WCHART_MIN and WCHART_MAX.
        and WCHAR_MAX instead of WCHART_MIN and WCHART_MAX.
2000-05-31  Nathan Myers  
2000-05-31  Nathan Myers  
       * docs/thanks.html: edit own credits
       * docs/thanks.html: edit own credits
2000-05-31  Benjamin Kosnik  
2000-05-31  Benjamin Kosnik  
        * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
        * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks...
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks...
        * mkcheck.in (SH_FLAG): Add in -Wl,--rpath -Wl,$LIB_PATH. Tweaks.
        * mkcheck.in (SH_FLAG): Add in -Wl,--rpath -Wl,$LIB_PATH. Tweaks.
2000-05-31 Steven King 
2000-05-31 Steven King 
        * shadow/time.h: fix typo
        * shadow/time.h: fix typo
        * shadow/wchar.h: ifdef __USE_GNU for wcsdup
        * shadow/wchar.h: ifdef __USE_GNU for wcsdup
        * shadow/bits/std_cwchar.h: ditto
        * shadow/bits/std_cwchar.h: ditto
        * shadow/bits/std_cstdlib.h: add overloads of abs and div for long
        * shadow/bits/std_cstdlib.h: add overloads of abs and div for long
        and long long.
        and long long.
2000-05-26  Phil Edwards  
2000-05-26  Phil Edwards  
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG):  If strtoll isn't
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG):  If strtoll isn't
          available, force --disable.  Need to flesh this out; make smarter.
          available, force --disable.  Need to flesh this out; make smarter.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * mkcheck.in:  Minor tweaks.
        * mkcheck.in:  Minor tweaks.
        * docs/download.html:  Fix typo.
        * docs/download.html:  Fix typo.
2000-05-25  Benjamin Kosnik  
2000-05-25  Benjamin Kosnik  
        * inclosure: Change to...
        * inclosure: Change to...
        * mkinclosure: This.
        * mkinclosure: This.
        Fix paths to bash.
        Fix paths to bash.
        * mkcshadow: Fix paths to bash.
        * mkcshadow: Fix paths to bash.
        * src/Makefile.am: Tweaks. Do cshadow header trickery at build time.
        * src/Makefile.am: Tweaks. Do cshadow header trickery at build time.
        * src/Makefile.in: Regnerate.
        * src/Makefile.in: Regnerate.
        * acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
        * acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
        (GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
        (GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * mkcheck.in (INC_PATH): Tweak.
        * mkcheck.in (INC_PATH): Tweak.
        * configure.in: Enable long long by default.
        * configure.in: Enable long long by default.
        * configure: Regenerate.
        * configure: Regenerate.
        * mkcheck.in (LIB_PATH): Revert.
        * mkcheck.in (LIB_PATH): Revert.
2000-05-24   Nathan "I don't write ChangeLog Entries" Myers  
2000-05-24   Nathan "I don't write ChangeLog Entries" Myers  
        * config/cpu/i486: New directory.
        * config/cpu/i486: New directory.
        * config/cpu/i486/bits: New directory.
        * config/cpu/i486/bits: New directory.
        * config/cpu/i486/bits/atomicity.h: New file.
        * config/cpu/i486/bits/atomicity.h: New file.
        * config/cpu/i386/bits/atomicity.h (__compare_and_swap): Delete
        * config/cpu/i386/bits/atomicity.h (__compare_and_swap): Delete
        'cmpxchgl' asm.
        'cmpxchgl' asm.
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Enable i386.
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Enable i386.
2000-05-24  Loren J. Rittle  
2000-05-24  Loren J. Rittle  
        * backward/alloc.h (__default_alloc_template): Only expose
        * backward/alloc.h (__default_alloc_template): Only expose
          implementation-specific symbol, if it exists in the
          implementation-specific symbol, if it exists in the
          configuration.
          configuration.
        * backward/iostream.h (ends): Expose symbol.
        * backward/iostream.h (ends): Expose symbol.
        * backward/strstream.h: New file.
        * backward/strstream.h: New file.
        * backward/stream.h: New file.
        * backward/stream.h: New file.
        * backward/ostream.h: New file.
        * backward/ostream.h: New file.
        * backward/istream.h: New file.
        * backward/istream.h: New file.
        * backward/fstream.h: New file.
        * backward/fstream.h: New file.
        * backward/complex.h: New file.
        * backward/complex.h: New file.
        * backward/iomanip.h: New file.
        * backward/iomanip.h: New file.
        * mkcheck.in (LIB_PATH): Add -R bits.
        * mkcheck.in (LIB_PATH): Add -R bits.
        * math/carg.c (carg): Replace __atan2 with atan2.
        * math/carg.c (carg): Replace __atan2 with atan2.
2000-05-24  Benjamin Kosnik  
2000-05-24  Benjamin Kosnik  
        * Makefile.am (TAGS): Construct.
        * Makefile.am (TAGS): Construct.
        * Makefile.in: Rengerate.
        * Makefile.in: Rengerate.
        * src/Makefile.am: Tweak.
        * src/Makefile.am: Tweak.
        * src/Makefile.in: Tweak.
        * src/Makefile.in: Tweak.
        * configure.in: Tweak.
        * configure.in: Tweak.
        * bits/c++config.h: Rename to ...
        * bits/c++config.h: Rename to ...
        * bits/c++config: This.
        * bits/c++config: This.
        * mkc++config: Adjust.
        * mkc++config: Adjust.
        * m4: Remove.
        * m4: Remove.
        * m4/lc_message.m4: Merge into acinclude.m4.
        * m4/lc_message.m4: Merge into acinclude.m4.
        * m4/mathfcts.m4: Same.
        * m4/mathfcts.m4: Same.
        * m4/stringfcts.m4: Same.
        * m4/stringfcts.m4: Same.
        * acinclude.m4: Add here.
        * acinclude.m4: Add here.
        * configure: Regnerate.
        * configure: Regnerate.
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove
        OPTLEVEL. Add FMTFLAGS.
        OPTLEVEL. Add FMTFLAGS.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this has
        * src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this has
        been disabled due to higher-level Makefiles running amuck over
        been disabled due to higher-level Makefiles running amuck over
        this bit, and add in FMTFLAGS so that formatting is clear.
        this bit, and add in FMTFLAGS so that formatting is clear.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/ios.cc (ios_base::sync_with_stdio): Clean up buffers from
        * src/ios.cc (ios_base::sync_with_stdio): Clean up buffers from
        initialization.
        initialization.
        * docs/download.html: Remove references to Cygwin-specific bits,
        * docs/download.html: Remove references to Cygwin-specific bits,
        as this can now be built natively.
        as this can now be built natively.
        Update with current information.
        Update with current information.
2000-05-24  Phil Edwards  
2000-05-24  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION):  If we can use
        * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION):  If we can use
          -fdiagnostics-show-location=once, do so.  Expand AC_LANG_* to
          -fdiagnostics-show-location=once, do so.  Expand AC_LANG_* to
          enclose other tests in this macro, including future ones.
          enclose other tests in this macro, including future ones.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * docs/faq/index.html:  Update location of libg++ FAQ.
        * docs/faq/index.html:  Update location of libg++ FAQ.
        * docs/faq/index.txt:  Regenerate.
        * docs/faq/index.txt:  Regenerate.
2000-05-22  Benjamin Kosnik  
2000-05-22  Benjamin Kosnik  
        * docs/17_intro/libstdc++-assign.txt: Change Cygnus to FSF.
        * docs/17_intro/libstdc++-assign.txt: Change Cygnus to FSF.
2000-05-22  Phil Edwards  
2000-05-22  Phil Edwards  
        * mkcheck.in:  Tweak for Solaris 8.  Additional minor output comment.
        * mkcheck.in:  Tweak for Solaris 8.  Additional minor output comment.
2000-05-22  Phil Edwards  
2000-05-22  Phil Edwards  
        * acinclude.m4:  If the new pragma isn't supported, don't kill -Werror;
        * acinclude.m4:  If the new pragma isn't supported, don't kill -Werror;
          keep -Werror and add -Wno-unknown-pragma.  -Werror Is Good.
          keep -Werror and add -Wno-unknown-pragma.  -Werror Is Good.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
2000-05-19   Nathan C. Myers  
2000-05-19   Nathan C. Myers  
        * bits/generic_shadow.h: s/swamp/legacy/
        * bits/generic_shadow.h: s/swamp/legacy/
2000-05-19  Phil Edwards  
2000-05-19  Phil Edwards  
        * acinclude.m4:  Clean up comments on newer checks.
        * acinclude.m4:  Clean up comments on newer checks.
          (GLIBCPP_CHECK_COMPILER_VERSION):  Check for system_header
          (GLIBCPP_CHECK_COMPILER_VERSION):  Check for system_header
          pragma support.  Remove WERRORSUPPRESS variable, add WERROR.
          pragma support.  Remove WERRORSUPPRESS variable, add WERROR.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * libio/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
        * math/Makefile.in:  Regenerate.
        * src/Makefile.am:  Tell make's WERROR to depend on configure's WERROR.
        * src/Makefile.am:  Tell make's WERROR to depend on configure's WERROR.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
        * docs/configopts.html:  Document changes to --enable names.
        * docs/configopts.html:  Document changes to --enable names.
2000-05-18  Chip Salzenberg  
2000-05-18  Chip Salzenberg  
        * bits/ostream.tcc (_S_pad_char): Function template should not be
        * bits/ostream.tcc (_S_pad_char): Function template should not be
        static.
        static.
        * bits/streambuf.tcc (_S_copy_streambufs): Likewise.
        * bits/streambuf.tcc (_S_copy_streambufs): Likewise.
        * src/string-inst.cc (__destroy_aux): Instantiate for string*.
        * src/string-inst.cc (__destroy_aux): Instantiate for string*.
2000-05-18  Nathan C. Myers  
2000-05-18  Nathan C. Myers  
        * mkcshadow: Change C_Swamp to C_legacy.
        * mkcshadow: Change C_Swamp to C_legacy.
        * shadow/*: Same.
        * shadow/*: Same.
        * shadow/bits/*: Same.
        * shadow/bits/*: Same.
        s/C_Swamp/C_legacy/g
        s/C_Swamp/C_legacy/g
        s/SWAMP/LEGACY/g
        s/SWAMP/LEGACY/g
        s/_Shadow/_shadow/g
        s/_Shadow/_shadow/g
2000-05-18  Anthony Williams  
2000-05-18  Anthony Williams  
        * bits/locale_facets.tcc (num_get::_M_extract): Change char* to
        * bits/locale_facets.tcc (num_get::_M_extract): Change char* to
        const char*.
        const char*.
        * src/string-inst.cc (string::_S_find): Same.
        * src/string-inst.cc (string::_S_find): Same.
2000-05-18  Benjamin Kosnik  
2000-05-18  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
        --enable-cshadow-headers. Add output messages.
        --enable-cshadow-headers. Add output messages.
        (GCC_ENABLE_LONG_LONG): Change to --enable-long-long, no
        (GCC_ENABLE_LONG_LONG): Change to --enable-long-long, no
        underscores (like the rest of the enable options.) Add output messages.
        underscores (like the rest of the enable options.) Add output messages.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.in: Touch.
        * configure.in: Touch.
2000-05-17  Benjamin Kosnik  
2000-05-17  Benjamin Kosnik  
        * mkcheck.in: Enable shared library testing.
        * mkcheck.in: Enable shared library testing.
2000-05-17  Nathan C. Myers  
2000-05-17  Nathan C. Myers  
        * bits/std_cmath.h: fix sqrt(float)
        * bits/std_cmath.h: fix sqrt(float)
2000-05-16  Loren J. Rittle  
2000-05-16  Loren J. Rittle  
        * bits/std_cassert.h: Use system_header pragma.
        * bits/std_cassert.h: Use system_header pragma.
        * bits/std_cctype.h: Likewise.
        * bits/std_cctype.h: Likewise.
        * bits/std_cerrno.h: Likewise.
        * bits/std_cerrno.h: Likewise.
        * bits/std_cfloat.h: Likewise.
        * bits/std_cfloat.h: Likewise.
        * bits/std_climits.h: Likewise.
        * bits/std_climits.h: Likewise.
        * bits/std_clocale.h: Likewise.
        * bits/std_clocale.h: Likewise.
        * bits/std_cmath.h: Likewise.
        * bits/std_cmath.h: Likewise.
        * bits/std_csetjmp.h: Likewise.
        * bits/std_csetjmp.h: Likewise.
        * bits/std_csignal.h: Likewise.
        * bits/std_csignal.h: Likewise.
        * bits/std_cstdarg.h: Likewise.
        * bits/std_cstdarg.h: Likewise.
        * bits/std_cstddef.h: Likewise.
        * bits/std_cstddef.h: Likewise.
        * bits/std_cstdio.h: Likewise.
        * bits/std_cstdio.h: Likewise.
        * bits/std_cstdlib.h: Likewise.
        * bits/std_cstdlib.h: Likewise.
        * bits/std_cstring.h: Likewise.
        * bits/std_cstring.h: Likewise.
        * bits/std_ctime.h: Likewise.
        * bits/std_ctime.h: Likewise.
        * bits/std_cwchar.h: Likewise.
        * bits/std_cwchar.h: Likewise.
        * bits/std_cwctype.h: Likewise.
        * bits/std_cwctype.h: Likewise.
        * bits/std_exception.h: Likewise.
        * bits/std_exception.h: Likewise.
        * bits/std_new.h: Likewise.
        * bits/std_new.h: Likewise.
        * bits/std_typeinfo.h: Likewise.
        * bits/std_typeinfo.h: Likewise.
        * shadow/bits/std_cassert.h: Likewise.
        * shadow/bits/std_cassert.h: Likewise.
        * shadow/bits/std_cctype.h: Likewise.
        * shadow/bits/std_cctype.h: Likewise.
        * shadow/bits/std_cerrno.h: Likewise.
        * shadow/bits/std_cerrno.h: Likewise.
        * shadow/bits/std_cfloat.h: Likewise.
        * shadow/bits/std_cfloat.h: Likewise.
        * shadow/bits/std_climits.h: Likewise.
        * shadow/bits/std_climits.h: Likewise.
        * shadow/bits/std_clocale.h: Likewise.
        * shadow/bits/std_clocale.h: Likewise.
        * shadow/bits/std_cmath.h: Likewise.
        * shadow/bits/std_cmath.h: Likewise.
        * shadow/bits/std_csetjmp.h: Likewise.
        * shadow/bits/std_csetjmp.h: Likewise.
        * shadow/bits/std_csignal.h: Likewise.
        * shadow/bits/std_csignal.h: Likewise.
        * shadow/bits/std_cstdarg.h: Likewise.
        * shadow/bits/std_cstdarg.h: Likewise.
        * shadow/bits/std_cstddef.h: Likewise.
        * shadow/bits/std_cstddef.h: Likewise.
        * shadow/bits/std_cstdio.h: Likewise.
        * shadow/bits/std_cstdio.h: Likewise.
        * shadow/bits/std_cstdlib.h: Likewise.
        * shadow/bits/std_cstdlib.h: Likewise.
        * shadow/bits/std_cstring.h: Likewise.
        * shadow/bits/std_cstring.h: Likewise.
        * shadow/bits/std_ctime.h: Likewise.
        * shadow/bits/std_ctime.h: Likewise.
        * shadow/bits/std_cwchar.h: Likewise.
        * shadow/bits/std_cwchar.h: Likewise.
        * shadow/bits/std_cwctype.h: Likewise.
        * shadow/bits/std_cwctype.h: Likewise.
        * shadow/bits/wrap_libio.h: Likewise.
        * shadow/bits/wrap_libio.h: Likewise.
        * shadow/bits/wrap_unistd.h: Likewise.
        * shadow/bits/wrap_unistd.h: Likewise.
        * shadow/sys/cdefs.h: Likewise.
        * shadow/sys/cdefs.h: Likewise.
2000-05-16  Nathan C. Myers  
2000-05-16  Nathan C. Myers  
        It appears that gcc-2.96 supports the keyword "and" now.
        It appears that gcc-2.96 supports the keyword "and" now.
        * bits/std_ciso646.h: remove.
        * bits/std_ciso646.h: remove.
        * std/ciso646: gut.
        * std/ciso646: gut.
        * testsuite/17_intro/header_ciso646.c: enable testing.
        * testsuite/17_intro/header_ciso646.c: enable testing.
        * src/Makefile.am, src/Makefile.in: remove mention of
        * src/Makefile.am, src/Makefile.in: remove mention of
        bits/std_ciso646.h
        bits/std_ciso646.h
2000-05-16  Nathan C. Myers  
2000-05-16  Nathan C. Myers  
       * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.
       * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.
2000-05-16  Phil Edwards  
2000-05-16  Phil Edwards  
        * acinclude.m4:  Fix typo, switch to decaf...
        * acinclude.m4:  Fix typo, switch to decaf...
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
2000-05-16  Phil Edwards  
2000-05-16  Phil Edwards  
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW):  New macro, stub.
        * acinclude.m4 (GLIBCPP_ENABLE_SHADOW):  New macro, stub.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure.in:  Call.
        * configure.in:  Call.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * docs/configopts.html:  Stub documentation.
        * docs/configopts.html:  Stub documentation.
2000-05-14  Nathan Myers  
2000-05-14  Nathan Myers  
        * mkcshadow: build in more-correct directory, create cshadow/
        * mkcshadow: build in more-correct directory, create cshadow/
        directory if needed, report progress.
        directory if needed, report progress.
2000-05-14  LLeweLLyn Reese  
2000-05-14  LLeweLLyn Reese  
        * src/Makefile.am: Fix tr commands.
        * src/Makefile.am: Fix tr commands.
        * src/Makefile.am: Remove references to [w]stringCTORDUPAL.[lo,cc]
        * src/Makefile.am: Remove references to [w]stringCTORDUPAL.[lo,cc]
        * src/string-inst.cc: Remove extra instantiation of
        * src/string-inst.cc: Remove extra instantiation of
          S::basic_string(S::size_type, C, S::allocator_type const&);
          S::basic_string(S::size_type, C, S::allocator_type const&);
        * src/string-inst.cc: Remove extra template keyword.
        * src/string-inst.cc: Remove extra template keyword.
2000-05-14  Loren J. Rittle  
2000-05-14  Loren J. Rittle  
        * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4.
        * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * */Makefile.in: Regenerate.
        * */Makefile.in: Regenerate.
2000-05-11  Phil Edwards  
2000-05-11  Phil Edwards  
        * acinclude.m4:  Fix minor typo with ctypes, add more sanity to
        * acinclude.m4:  Fix minor typo with ctypes, add more sanity to
          enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether.
          enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure.in:  Non-blank arguments break fewer Linuxes.
        * configure.in:  Non-blank arguments break fewer Linuxes.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * src/Makefile.am:  Re-order AC_CXXFLAGS components.
        * src/Makefile.am:  Re-order AC_CXXFLAGS components.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
2000-05-10  Benjamin Kosnik  
2000-05-10  Benjamin Kosnik  
        * bits/std_cmath.h: Tweaks.
        * bits/std_cmath.h: Tweaks.
        * math/mathconf.h: Tweaks and fixes for HP-UX 11.
        * math/mathconf.h: Tweaks and fixes for HP-UX 11.
        (sqrtf): Define away iff !builtin and !in .
        (sqrtf): Define away iff !builtin and !in .
        (sinf): Same.
        (sinf): Same.
        (cosf): Same.
        (cosf): Same.
        (fabsf): Same.
        (fabsf): Same.
        At some point this directory should be converted to c++, the
        At some point this directory should be converted to c++, the
        autoconf tests should be run by the c++ compiler (not c), and
        autoconf tests should be run by the c++ compiler (not c), and
         should be used instead of math.h.
         should be used instead of math.h.
        Move declaration of nan() here.
        Move declaration of nan() here.
        * math/complex-stub.h (cabsl): Remove nan() declaration.
        * math/complex-stub.h (cabsl): Remove nan() declaration.
        Finish up FreeBSD4.0 support.
        Finish up FreeBSD4.0 support.
        * config/bsd/ctype.cc: Scope out toupper, tolower calls.
        * config/bsd/ctype.cc: Scope out toupper, tolower calls.
        * config/generic/ctype.cc: And here.
        * config/generic/ctype.cc: And here.
        * testsuite/21_strings/char_traits.cc (test02): Guard with
        * testsuite/21_strings/char_traits.cc (test02): Guard with
        _GLIBCPP_USE_WCHAR_T.
        _GLIBCPP_USE_WCHAR_T.
        via Phil Edwards  
        via Phil Edwards  
        * bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
        * bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
        * acconfig.h: And here.
        * acconfig.h: And here.
        * acinclude.m4: Same.
        * acinclude.m4: Same.
        * testsuite/27_io/istream.cc: And here.
        * testsuite/27_io/istream.cc: And here.
        * testsuite/27_io/ostream.cc: And here.
        * testsuite/27_io/ostream.cc: And here.
2000-05-09  Benjamin Kosnik  
2000-05-09  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
        -mcpu=powerpc.
        -mcpu=powerpc.
        * src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
        * src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
        * config/generic/bits/ctype_specializations.h (ctype::is):
        * config/generic/bits/ctype_specializations.h (ctype::is):
        Make more generic.
        Make more generic.
        * config/bsd: New directory.
        * config/bsd: New directory.
        * config/bsd/ctype.cc: New.
        * config/bsd/ctype.cc: New.
        * config/bsd/bits/ctype_base.h (ctype_base): New.
        * config/bsd/bits/ctype_base.h (ctype_base): New.
        * config/bsd/bits/ctype_specializations.h: New.
        * config/bsd/bits/ctype_specializations.h: New.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.
2000-05-09  Phil Edwards  
2000-05-09  Phil Edwards  
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_CXX_FLAGS.
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_CXX_FLAGS.
        * configure.in:  Call.
        * configure.in:  Call.
        * src/Makefile.am:  Append results of macro to AC_CXXFLAGS.
        * src/Makefile.am:  Append results of macro to AC_CXXFLAGS.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Ditto.
        * configure:  Ditto.
        * src/Makefile.in:  Ditto.
        * src/Makefile.in:  Ditto.
        * docs/configopts.html:  Document.
        * docs/configopts.html:  Document.
        * docs/download.html:  Fix typo (close quote).
        * docs/download.html:  Fix typo (close quote).
        * docs/footer.html:  Update.
        * docs/footer.html:  Update.
2000-05-09  Loren J. Rittle  
2000-05-09  Loren J. Rittle  
        * backward/iostream.h: Expose endl.  Guard wide types.
        * backward/iostream.h: Expose endl.  Guard wide types.
        * src/Makefile.am (headers): Update list to match files.
        * src/Makefile.am (headers): Update list to match files.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-05-09  Vadim Egorov  
2000-05-09  Vadim Egorov  
            Benjamin Kosnik  
            Benjamin Kosnik  
            Nathan Myers  
            Nathan Myers  
            Dietmar Kuehl  
            Dietmar Kuehl  
        * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
        * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
        (basic_streambuf::xsputn): Make consistent.
        (basic_streambuf::xsputn): Make consistent.
        * testsuite/27_io/filebuf.cc: Add tests.
        * testsuite/27_io/filebuf.cc: Add tests.
2000-05-08  Steven King  
2000-05-08  Steven King  
        * bits/char_traits.h: Use wchar_t utility functions for
        * bits/char_traits.h: Use wchar_t utility functions for
        char_traits methods.
        char_traits methods.
        * testsuite/21_string/char_traits.cc: New (test02): test
        * testsuite/21_string/char_traits.cc: New (test02): test
        char_traits
        char_traits
2000-05-08  Benjamin Kosnik  
2000-05-08  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8.
        * acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8.
        * bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
        * bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
        _M_buf_size based on macro, instead use _M_buf_size_opt.
        _M_buf_size based on macro, instead use _M_buf_size_opt.
        * bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
        * bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
        (basic_streambuf()): Set _M_buf_size_opt.
        (basic_streambuf()): Set _M_buf_size_opt.
        * testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
        * testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
        instead of _M_buf_size.
        instead of _M_buf_size.
2000-05-04  Branko Cibej  
2000-05-04  Branko Cibej  
        * src/complex_io.cc: Don't instantiate inserters and extractors
        * src/complex_io.cc: Don't instantiate inserters and extractors
        for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined.
        for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined.
2000-05-03  Phil Edwards  
2000-05-03  Phil Edwards  
            Felix Natter 
            Felix Natter 
        * docs/footer.html:  Update to see if it takes effect.
        * docs/footer.html:  Update to see if it takes effect.
        * docs/thanks.html:  More people.
        * docs/thanks.html:  More people.
        * docs/17_intro/headers_cc.txt:  Copy from testsuite, since that can't
        * docs/17_intro/headers_cc.txt:  Copy from testsuite, since that can't
          be seen from the web pages.  Rename for browser-friendliness...
          be seen from the web pages.  Rename for browser-friendliness...
        * docs/17_intro/howto.html:  ...and update here.
        * docs/17_intro/howto.html:  ...and update here.
        * docs/17_intro/porting-howto.html:  Changes from Felix.
        * docs/17_intro/porting-howto.html:  Changes from Felix.
        * docs/gccrebuild.html:  Mention v3->egcs move.
        * docs/gccrebuild.html:  Mention v3->egcs move.
        * docs/faq/index.html:  Ditto.  Also misc tweaks and URL updates.
        * docs/faq/index.html:  Ditto.  Also misc tweaks and URL updates.
        * docs/faq/index.txt:  Regenerate.
        * docs/faq/index.txt:  Regenerate.
2000-05-01  Benjamin Kosnik  
2000-05-01  Benjamin Kosnik  
        * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
        * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
        fixes.
        fixes.
2000-05-01  Vadim Egorov  
2000-05-01  Vadim Egorov  
        * bits/char_traits.h: Fix parameter types.
        * bits/char_traits.h: Fix parameter types.
        * bits/string.tcc: Avoid traits_type::move.
        * bits/string.tcc: Avoid traits_type::move.
2000-05-01  Benjamin Kosnik  
2000-05-01  Benjamin Kosnik  
        * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
        * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.
        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.
2000-04-30  Steven King 
2000-04-30  Steven King 
        * bits/locale_facets.h: Fix syntax  error.
        * bits/locale_facets.h: Fix syntax  error.
        * bits/std_fstream.h: ditto
        * bits/std_fstream.h: ditto
2000-04-30  Benjamin Kosnik  
2000-04-30  Benjamin Kosnik  
        * config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
        * config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
        * mknumeric_limits (trait_name): Fix copyright notice.
        * mknumeric_limits (trait_name): Fix copyright notice.
        * src/gen-num-limits.cc: Explicitly instantiate epsilon and
        * src/gen-num-limits.cc: Explicitly instantiate epsilon and
        round_error data members of struct value. This works around
        round_error data members of struct value. This works around
        weak-linking issues on AIX, HPUX.
        weak-linking issues on AIX, HPUX.
2000-04-29  Phil Edwards  
2000-04-29  Phil Edwards  
        * docs/download.html:  Add link to list of mirror sites.
        * docs/download.html:  Add link to list of mirror sites.
2000-04-28  Loren J. Rittle  
2000-04-28  Loren J. Rittle  
        * mkcheck.in: Rely on exit status instead of the presence of a
        * mkcheck.in: Rely on exit status instead of the presence of a
        core file.  Added comments on how/where to save core and exe
        core file.  Added comments on how/where to save core and exe
        files.  Move shell wildcards outside quotes and fix core path.
        files.  Move shell wildcards outside quotes and fix core path.
2000-04-27  scott snyder  
2000-04-27  scott snyder  
        * src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
        * src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
        classes.
        classes.
2000-04-26  Nathan C. Myers  
2000-04-26  Nathan C. Myers  
        * bits/basic_string.h: include  instead
        * bits/basic_string.h: include  instead
        of , and use the uglified names.
        of , and use the uglified names.
        * config/cpu/*/atomicity.h: replace with bits/atomicity.h;
        * config/cpu/*/atomicity.h: replace with bits/atomicity.h;
        uglify names, eliminate dependence on .
        uglify names, eliminate dependence on .
        * src/Makefile.in, src/Makefile.am: refer to correct place
        * src/Makefile.in, src/Makefile.am: refer to correct place
        for atomicity.h header.
        for atomicity.h header.
2000-04-25 Steven King 
2000-04-25 Steven King 
        * bits/basic_string.h: Fix syntax error.
        * bits/basic_string.h: Fix syntax error.
2000-04-25  Benjamin Kosnik  
2000-04-25  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for
        * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for
        USE_LONG_DOUBLE.
        USE_LONG_DOUBLE.
        (GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2.
        (GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2.
        * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long
        * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long
        versions to this as copysignl is needed anyway for these targets.
        versions to this as copysignl is needed anyway for these targets.
        * math/Makefile.in: Regenerate.
        * math/Makefile.in: Regenerate.
        * bits/streambuf.tcc (streambuf::xsgetn): Tweak.
        * bits/streambuf.tcc (streambuf::xsgetn): Tweak.
        * bits/fstream.tcc (underflow): Cast to libio types.
        * bits/fstream.tcc (underflow): Cast to libio types.
        * bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff.
        * bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff.
        * config/c_io_libio.cc (seekoff): And here.
        * config/c_io_libio.cc (seekoff): And here.
2000-04-24  Loren J. Rittle  
2000-04-24  Loren J. Rittle  
        * mkcheck.in: Report compiler version used for test.  Find
        * mkcheck.in: Report compiler version used for test.  Find
        the built _G_config.h instead of any old installed version.
        the built _G_config.h instead of any old installed version.
2000-04-24  Loren J. Rittle  
2000-04-24  Loren J. Rittle  
        * config/generic/ctype.cc (do_toupper): Remove dependence on
        * config/generic/ctype.cc (do_toupper): Remove dependence on
        non-portable/non-existent lookup table.
        non-portable/non-existent lookup table.
        (do_tolower): Same.
        (do_tolower): Same.
2000-04-24  Nathan Myers  
2000-04-24  Nathan Myers  
        * src/string-inst.cc: More fixing.
        * src/string-inst.cc: More fixing.
2000-04-24  Benjamin Kosnik  
2000-04-24  Benjamin Kosnik  
        * bits/stl_iterator.h: Pedantic fixing.
        * bits/stl_iterator.h: Pedantic fixing.
        * bits/std_sstream.h: And here.
        * bits/std_sstream.h: And here.
        * bits/string.tcc: And here.
        * bits/string.tcc: And here.
2000-04-24  Felix Natter 
2000-04-24  Felix Natter 
        * docs/17_intro/howto.html: Add bits.
        * docs/17_intro/howto.html: Add bits.
        * docs/17_intro/porting-howto.html: New file.
        * docs/17_intro/porting-howto.html: New file.
2000-04-24  Branko Cibej  
2000-04-24  Branko Cibej  
        * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand
        * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand
        @libinst_wstring_la@ to libinst-wstring.la when specializing for
        @libinst_wstring_la@ to libinst-wstring.la when specializing for
        wchar_t, to empty string otherwise.
        wchar_t, to empty string otherwise.
        * src/Makefile.am: (EXTRA_LTLIBRARIES): New.
        * src/Makefile.am: (EXTRA_LTLIBRARIES): New.
        (sources): Remove $(string_sources) and $(wstring_sources).
        (sources): Remove $(string_sources) and $(wstring_sources).
        (libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@.
        (libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@.
        (libstdc___la_DEPENDENCIES): New.
        (libstdc___la_DEPENDENCIES): New.
        (libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New.
        (libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New.
2000-04-20  Benjamin Kosnik  
2000-04-20  Benjamin Kosnik  
        * bits/std_sstream.h: Tweak formatting.
        * bits/std_sstream.h: Tweak formatting.
        * bits/std_fstream.h: Make types public.
        * bits/std_fstream.h: Make types public.
        * testsuite/27_io/streambuf.cc: Fix for alpha.
        * testsuite/27_io/streambuf.cc: Fix for alpha.
        Brad Garcia 
        Brad Garcia 
        * bits/locale_facets.h (numpunct::numpunct(size_t)): Fix bool
        * bits/locale_facets.h (numpunct::numpunct(size_t)): Fix bool
        initialization.
        initialization.
        * testsuite/27_io/ios_manip_fmtflags.cc (test02): Add test for
        * testsuite/27_io/ios_manip_fmtflags.cc (test02): Add test for
        bool formatting.
        bool formatting.
2000-04-19  Nathan Myers  
2000-04-19  Nathan Myers  
        * src/string-inst: consolidate _S_create,
        * src/string-inst: consolidate _S_create,
        destroy, leak, clone members into stringMAIN and stringMUTATE
        destroy, leak, clone members into stringMAIN and stringMUTATE
        object files.
        object files.
        * src/Makefile.am: Above, and eliminate dependence on
        * src/Makefile.am: Above, and eliminate dependence on
        wstring-inst.cc.
        wstring-inst.cc.
        * src/wstring-inst.cc: Remove.
        * src/wstring-inst.cc: Remove.
2000-04-18  Benjamin Kosnik  
2000-04-18  Benjamin Kosnik  
        * src/Makefile.am (AC_CXXFLAGS): Activate debugging code, again.
        * src/Makefile.am (AC_CXXFLAGS): Activate debugging code, again.
        Add flags for specialized rules dealing with instantiations.
        Add flags for specialized rules dealing with instantiations.
        * src/string-inst.cc: Add instantiations missing from shared
        * src/string-inst.cc: Add instantiations missing from shared
        libraries--see stringEQ, stringCONSC.
        libraries--see stringEQ, stringCONSC.
        * src/Makefile.am (wstring_sources): Add.
        * src/Makefile.am (wstring_sources): Add.
        (string_sources): Same.
        (string_sources): Same.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * stl/*: Integrate contents of this directory into top-level
        * stl/*: Integrate contents of this directory into top-level
        directories.
        directories.
        * ext/bvector hash_map hash_set rope ropeimpl.h slist
        * ext/bvector hash_map hash_set rope ropeimpl.h slist
        stl_bvector.h stl_hash_fun.h stl_hashtable.h stl_rope.h tree: Add.
        stl_bvector.h stl_hash_fun.h stl_hashtable.h stl_rope.h tree: Add.
        * bits/pthread_allocimpl.h std_algorithm.h std_bitset.h
        * bits/pthread_allocimpl.h std_algorithm.h std_bitset.h
        std_deque.h std_functional.h std_iterator.h std_list.h std_map.h
        std_deque.h std_functional.h std_iterator.h std_list.h std_map.h
        std_memory.h std_numeric.h std_queue.h std_set.h std_stack.h
        std_memory.h std_numeric.h std_queue.h std_set.h std_stack.h
        std_stdexcept.h std_strstream.h std_utility.h std_vector.h
        std_stdexcept.h std_strstream.h std_utility.h std_vector.h
        stl_algo.h stl_algobase.h stl_alloc.h stl_config.h stl_construct.h
        stl_algo.h stl_algobase.h stl_alloc.h stl_config.h stl_construct.h
        stl_deque.h stl_function.h stl_heap.h stl_iterator.h
        stl_deque.h stl_function.h stl_heap.h stl_iterator.h
        stl_iterator_base.h stl_list.h stl_map.h stl_multimap.h
        stl_iterator_base.h stl_list.h stl_map.h stl_multimap.h
        stl_multiset.h stl_numeric.h stl_pair.h stl_pthread_alloc.h
        stl_multiset.h stl_numeric.h stl_pair.h stl_pthread_alloc.h
        stl_queue.h stl_range_errors.h stl_raw_storage_iter.h stl_relops.h
        stl_queue.h stl_range_errors.h stl_raw_storage_iter.h stl_relops.h
        stl_set.h stl_stack.h stl_string_fwd.h stl_tempbuf.h stl_threads.h
        stl_set.h stl_stack.h stl_string_fwd.h stl_tempbuf.h stl_threads.h
        stl_tree.h stl_uninitialized.h stl_vector.h type_traits.h: Add.
        stl_tree.h stl_uninitialized.h stl_vector.h type_traits.h: Add.
        * backward/algo.h algobase.h alloc.h bvector.h defalloc.h deque.h
        * backward/algo.h algobase.h alloc.h bvector.h defalloc.h deque.h
        function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
        function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
        list.h map.h multimap.h multiset.h pair.h rope.h set.h slist.h
        list.h map.h multimap.h multiset.h pair.h rope.h set.h slist.h
        stack.h tempbuf.h tree.h vector.h: Add.
        stack.h tempbuf.h tree.h vector.h: Add.
        * README (file): Update.
        * README (file): Update.
        * docs/documentation.html: README not being found.
        * docs/documentation.html: README not being found.
        * src/Makefile.am (sources): Take out stl directory.
        * src/Makefile.am (sources): Take out stl directory.
        * mkcheck.in (SRC_DIR): And here.
        * mkcheck.in (SRC_DIR): And here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-04-18  Levente Farkas  
2000-04-18  Levente Farkas  
        * stl/bits/stl_function.h: Add bits so that const and non-const
        * stl/bits/stl_function.h: Add bits so that const and non-const
        both work.
        both work.
2000-04-18  scott snyder  
2000-04-18  scott snyder  
        * stl/bits/stl_map.h (class map): Fix default for _Alloc template
        * stl/bits/stl_map.h (class map): Fix default for _Alloc template
        parameter.  Get rid of use of __STL_DEFAULT_ALLOCATOR and
        parameter.  Get rid of use of __STL_DEFAULT_ALLOCATOR and
        __STL_LIMITED_DEFAULT_TEMPLATES macros.
        __STL_LIMITED_DEFAULT_TEMPLATES macros.
        * stl/bits/stl_multimap.h (class multimap): Likewise.  Get rid of
        * stl/bits/stl_multimap.h (class multimap): Likewise.  Get rid of
        use of __STL_DEPENDENT_DEFAULT_TMPL macro.
        use of __STL_DEPENDENT_DEFAULT_TMPL macro.
2000-04-18  scott snyder  
2000-04-18  scott snyder  
        * stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
        * stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
        this macro.
        this macro.
        * stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
        * stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
        of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
        of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
        * stl/ext/hash_set (class hash_set, class hash_multiset):
        * stl/ext/hash_set (class hash_set, class hash_multiset):
        Likewise.
        Likewise.
        * stl/bits/stl_function.h (struct constant_unary_fun, struct
        * stl/bits/stl_function.h (struct constant_unary_fun, struct
        constant_binary_fun): Likewise.
        constant_binary_fun): Likewise.
        * stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
        * stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
        * stl/bits/stl_stack.h (class stack): Likewise.
        * stl/bits/stl_stack.h (class stack): Likewise.
        * stl/bits/stl_set.h (class set): Likewise.
        * stl/bits/stl_set.h (class set): Likewise.
        * stl/bits/stl_multiset.h (class multiset): Likewise.
        * stl/bits/stl_multiset.h (class multiset): Likewise.
        * stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
        * stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
        class reverse_iterator): Get rid of use of
        class reverse_iterator): Get rid of use of
        __STL_LIMITED_DEFAULT_TEMPLATES macro.
        __STL_LIMITED_DEFAULT_TEMPLATES macro.
        * stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
        * stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
        macro.
        macro.
        * stl/bits/stl_deque.h (class deque): Get rid of use of
        * stl/bits/stl_deque.h (class deque): Get rid of use of
        __STL_DEFAULT_ALLOCATOR macro.
        __STL_DEFAULT_ALLOCATOR macro.
        * stl/bits/stl_list.h (class list): Likewise.
        * stl/bits/stl_list.h (class list): Likewise.
        * stl/bits/stl_multiset.h (class multiset): Likewise.
        * stl/bits/stl_multiset.h (class multiset): Likewise.
        * stl/bits/stl_set.h (class set): Likewise.
        * stl/bits/stl_set.h (class set): Likewise.
        * stl/bits/stl_string_fwd.h (class basic_string): Likewise.
        * stl/bits/stl_string_fwd.h (class basic_string): Likewise.
        * stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
        * stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
        * stl/bits/stl_vector.h (class vector): Likewise.
        * stl/bits/stl_vector.h (class vector): Likewise.
        * stl/ext/ropeimpl.h (rotate): Likewise.
        * stl/ext/ropeimpl.h (rotate): Likewise.
        * stl/ext/hash_map (class hash_map, class hash_multimap):
        * stl/ext/hash_map (class hash_map, class hash_multimap):
        Likewise.
        Likewise.
        * stl/ext/hash_set (class hash_set, class hash_multiset):
        * stl/ext/hash_set (class hash_set, class hash_multiset):
        Likewise.
        Likewise.
        * stl/ext/slist (class slist): Likewise.
        * stl/ext/slist (class slist): Likewise.
        * stl/ext/stl_bvector.h (class bit_vector): Likewise.
        * stl/ext/stl_bvector.h (class bit_vector): Likewise.
        * stl/ext/stl_rope.h (class rope): Likewise.
        * stl/ext/stl_rope.h (class rope): Likewise.
        * src/locale.cc (_Impl): Likewise.
        * src/locale.cc (_Impl): Likewise.
        * src/localename.cc (_Impl): Likewise.
        * src/localename.cc (_Impl): Likewise.
        * bits/localefwd.h (_Impl): Likewise.
        * bits/localefwd.h (_Impl): Likewise.
2000-04-18  Phil Edwards  
2000-04-18  Phil Edwards  
        * docs/install.html:  Cleanup, minor changes.
        * docs/install.html:  Cleanup, minor changes.
        * docs/17_intro/howto.html:  Ditto.
        * docs/17_intro/howto.html:  Ditto.
2000-04-18  Nathan Myers  
2000-04-18  Nathan Myers  
        * bits/basic_string.h: Remove "inline" from member _S_find.
        * bits/basic_string.h: Remove "inline" from member _S_find.
        * src/string-inst.cc: Rewrite to reflect non-inline template
        * src/string-inst.cc: Rewrite to reflect non-inline template
        instantiations in string.tcc.
        instantiations in string.tcc.
        * src/stringADDCS.cc, stringADDPS.cc, stringADDSC.cc, stringADDSP.cc,
        * src/stringADDCS.cc, stringADDPS.cc, stringADDSC.cc, stringADDSP.cc,
        stringADDSS.cc, stringBIST.cc, stringBOST.cc, stringCHTR.cc,
        stringADDSS.cc, stringBIST.cc, stringBOST.cc, stringCHTR.cc,
        stringEQPS.cc, stringEQSP.cc, stringEQSS.cc, stringEXTRA.cc,
        stringEQPS.cc, stringEQSP.cc, stringEQSS.cc, stringEXTRA.cc,
        stringGEPS.cc, stringGESP.cc, stringGESS.cc, stringGETLI.cc,
        stringGEPS.cc, stringGESP.cc, stringGESS.cc, stringGETLI.cc,
        stringGTPS.cc, stringGTPS.cc, stringGTSP.cc, stringGTSS.cc,
        stringGTPS.cc, stringGTPS.cc, stringGTSP.cc, stringGTSS.cc,
        stringINSER.cc, stringLEPS.cc, stringLESP.cc, stringLESS.cc,
        stringINSER.cc, stringLEPS.cc, stringLESP.cc, stringLESS.cc,
        stringLESP.cc, stringLTPS.cc, stringLTPS.cc, stringLTSP.cc,
        stringLESP.cc, stringLTPS.cc, stringLTPS.cc, stringLTSP.cc,
        stringLTSS.cc, stringMAIN.cc, stringNEPS.cc, stringNESP.cc,
        stringLTSS.cc, stringMAIN.cc, stringNEPS.cc, stringNESP.cc,
        stringNESS.cc, stringSCOPY.cc: Remove.
        stringNESS.cc, stringSCOPY.cc: Remove.
        * src/wstringADDCS.cc, etc: Remove.
        * src/wstringADDCS.cc, etc: Remove.
        Benjamin Kosnik  
        Benjamin Kosnik  
        * src/Makefile.am: Modify to reflect above.
        * src/Makefile.am: Modify to reflect above.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-04-17  Benjamin Kosnik  
2000-04-17  Benjamin Kosnik  
        * docs/install.html (--enable-libstdcxx-v3): Clean up install docs.
        * docs/install.html (--enable-libstdcxx-v3): Clean up install docs.
2000-04-13  Benjamin Kosnik  
2000-04-13  Benjamin Kosnik  
        * bits/std_fstream.h (filebuf::sync): Need to use the abstracted
        * bits/std_fstream.h (filebuf::sync): Need to use the abstracted
        io interface here instead of the libio particulars.
        io interface here instead of the libio particulars.
        * config/threads-posix.h: Consistency with stl_config.h.
        * config/threads-posix.h: Consistency with stl_config.h.
        * mkcheck.in (CXX_FLAG): Add DDEBUG_ASSERT back in.
        * mkcheck.in (CXX_FLAG): Add DDEBUG_ASSERT back in.
2000-04-13  Loren J. Rittle  
2000-04-13  Loren J. Rittle  
        * mknumeric_limits: Rename generic type template parameter name
        * mknumeric_limits: Rename generic type template parameter name
        '_T' to '_Tp'.
        '_T' to '_Tp'.
        * stl/bits/type_traits.h: Ditto.
        * stl/bits/type_traits.h: Ditto.
2000-04-06  Benjamin Kosnik  
2000-04-06  Benjamin Kosnik  
        * mkcheck.in (SRC_DIR): Change default mkcheck behavior, so that
        * mkcheck.in (SRC_DIR): Change default mkcheck behavior, so that
        it is more useful for --enable-libstdcxx-v3. Use the built
        it is more useful for --enable-libstdcxx-v3. Use the built
        compilers with v3, instead of compilers in PATH, and don't
        compilers with v3, instead of compilers in PATH, and don't
        re-include include directories for checking the install.
        re-include include directories for checking the install.
2000-04-05  Benjamin Kosnik  
2000-04-05  Benjamin Kosnik  
        * src/Makefile.am (AM_CXXFLAGS): Disable NAMESPACES, as this is on
        * src/Makefile.am (AM_CXXFLAGS): Disable NAMESPACES, as this is on
        by default when using --enable-libstdcxx-v3.
        by default when using --enable-libstdcxx-v3.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * configure.in: Disable GLIBCPP_ENABLE_NAMESPACES,
        * configure.in: Disable GLIBCPP_ENABLE_NAMESPACES,
        GLIBCPP_ENABLE_RELIBGCC for --enable-libstdcxx-v3 flag.
        GLIBCPP_ENABLE_RELIBGCC for --enable-libstdcxx-v3 flag.
        * configure: Regenerate.
        * configure: Regenerate.
        * mkcheck.in: Deal with NAMESPACES.
        * mkcheck.in: Deal with NAMESPACES.
2000-04-05  Petter Urkedal  
2000-04-05  Petter Urkedal  
        * src/cmath.cc: New file...
        * src/cmath.cc: New file...
        (pow(*, int)): Define functions...
        (pow(*, int)): Define functions...
        * src/Makefile.am (sources): ...register file.
        * src/Makefile.am (sources): ...register file.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * bits/std_cmath.h (pow): ...declare functions here, and remove
        * bits/std_cmath.h (pow): ...declare functions here, and remove
        old definitions.
        old definitions.
2000-04-04  Benjamin Kosnik  
2000-04-04  Benjamin Kosnik  
        * acinclude.m4 (GCC_OBJDIR): Tweaks
        * acinclude.m4 (GCC_OBJDIR): Tweaks
2000-04-03  Benjamin Kosnik  
2000-04-03  Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Add arm configure bits.
        * acinclude.m4 (GLIBCPP_CHECK_CPU): Add arm configure bits.
        * config/cpu/arm: New directory.
        * config/cpu/arm: New directory.
        Jesper Skov  
        Jesper Skov  
        * config/cpu/arm/atomicity.h: New file.
        * config/cpu/arm/atomicity.h: New file.
2000-03-31  Benjamin Kosnik  
2000-03-31  Benjamin Kosnik  
        * stl/bits/stl_config.h: Make _STL_THREADS depend on _REENTRANT.
        * stl/bits/stl_config.h: Make _STL_THREADS depend on _REENTRANT.
        Remove unused bits. Clean.
        Remove unused bits. Clean.
2000-03-29  Benjamin Kosnik  
2000-03-29  Benjamin Kosnik  
        * testsuite/25_algorithms: New directory.
        * testsuite/25_algorithms: New directory.
        * testsuite/25_algorithms/min_max.cc: New file.
        * testsuite/25_algorithms/min_max.cc: New file.
2000-03-29  scott snyder  
2000-03-29  scott snyder  
        * bits/locale_facets.tcc (do_put): Allow a couple extra digits of
        * bits/locale_facets.tcc (do_put): Allow a couple extra digits of
        precision beyond that which we get from numeric_limits::digits10.
        precision beyond that which we get from numeric_limits::digits10.
        * stl/bits/stl_algobase.h (max, min): Don't use comparison
        * stl/bits/stl_algobase.h (max, min): Don't use comparison
        operator.
        operator.
        * testsuite/23_containers/bitset_shift.cc: Fix.
        * testsuite/23_containers/bitset_shift.cc: Fix.
        * testsuite/27_io/ios_manip_fmtflags.cc (test01): Don't give a
        * testsuite/27_io/ios_manip_fmtflags.cc (test01): Don't give a
        temporary to imbue().
        temporary to imbue().
        * bits/std_fstream.h (sync): Resync libio's idea of the current
        * bits/std_fstream.h (sync): Resync libio's idea of the current
        file position with the external file.
        file position with the external file.
2000-03-28  Benjamin Kosnik  
2000-03-28  Benjamin Kosnik  
        * testsuite/27_io/istream_extractor_arith.cc.cvs: Fix merge
        * testsuite/27_io/istream_extractor_arith.cc.cvs: Fix merge
        mistake.
        mistake.
        * bits/std_fstream.h (filebuf::is_open): Check for _M_file before
        * bits/std_fstream.h (filebuf::is_open): Check for _M_file before
        attempting calls to it.
        attempting calls to it.
        * bits/fstream.tcc (ctors): Don't call _M_init_filebuf in
        * bits/fstream.tcc (ctors): Don't call _M_init_filebuf in
        ctors. Instead, call _M_init_filebuf ...
        ctors. Instead, call _M_init_filebuf ...
        (open): Here, as suggested by 27.8.1.3.
        (open): Here, as suggested by 27.8.1.3.
        * src/ios.cc (ios_base::Init::Init()): Clean up default filebufs
        * src/ios.cc (ios_base::Init::Init()): Clean up default filebufs
        properly when initializing cout/cin/cerr.
        properly when initializing cout/cin/cerr.
2000-03-27  Russell Davidson  
2000-03-27  Russell Davidson  
        * testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
        * testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
        * testsuite/22_locale/ctype_char_members.cc: And here.
        * testsuite/22_locale/ctype_char_members.cc: And here.
        * testsuite/27_io/streambuf.cc (streambuf): And here.
        * testsuite/27_io/streambuf.cc (streambuf): And here.
        * testsuite/27_io/ostream_inserter_char.cc (test06): And here.
        * testsuite/27_io/ostream_inserter_char.cc (test06): And here.
        * testsuite/27_io/istream_unformatted.cc (test05): And here.
        * testsuite/27_io/istream_unformatted.cc (test05): And here.
        * testsuite/27_io/istream_extractor_arith.cc: And here.
        * testsuite/27_io/istream_extractor_arith.cc: And here.
        * testsuite/27_io/ios_manip_basefield.cc (test02): And here.
        * testsuite/27_io/ios_manip_basefield.cc (test02): And here.
        * testsuite/27_io/ios_base_members_static.cc: And here.
        * testsuite/27_io/ios_base_members_static.cc: And here.
        * bits/std_climits.h (_CPP_CLIMITS): Fix typo.
        * bits/std_climits.h (_CPP_CLIMITS): Fix typo.
2000-03-27  Chris Faylor  
2000-03-27  Chris Faylor  
        * configure.in: Remove setting of CXX if canadian cross.
        * configure.in: Remove setting of CXX if canadian cross.
        * configure: Regenerate.
        * configure: Regenerate.
2000-03-27  Nathan Myers  
2000-03-27  Nathan Myers  
        * bits/sstream.tcc: Optimize.
        * bits/sstream.tcc: Optimize.
        * bits/basic_string.h(string::append): Don't inline.
        * bits/basic_string.h(string::append): Don't inline.
        * bits/string.tcc: Move out-of-line.
        * bits/string.tcc: Move out-of-line.
2000-03-27  Phil Edwards  
2000-03-27  Phil Edwards  
        * acinclude.m4:  (GLIBCPP_CHECK_COMPILER_VERSION)  When using <2.96,
        * acinclude.m4:  (GLIBCPP_CHECK_COMPILER_VERSION)  When using <2.96,
          define WERRORSUPPRESS so that the inlining warnings won't kill us.
          define WERRORSUPPRESS so that the inlining warnings won't kill us.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * src/Makefile.am:  Use WERRORSUPPRESS for the files that need it.
        * src/Makefile.am:  Use WERRORSUPPRESS for the files that need it.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
        * docs/install.html:  Almost complete rewrite.
        * docs/install.html:  Almost complete rewrite.
2000-03-25  Phil Edwards  
2000-03-25  Phil Edwards  
        * docs/install.html:  Explain -Werror problem at "#Werror" mark.
        * docs/install.html:  Explain -Werror problem at "#Werror" mark.
        * docs/faq/index.html:  Testsuite will die horribly if new libgcc.a
        * docs/faq/index.html:  Testsuite will die horribly if new libgcc.a
          not installed.
          not installed.
        * docs/faq/index.txt:  Regenerate.
        * docs/faq/index.txt:  Regenerate.
2000-03-24  Alexandre Oliva  
2000-03-24  Alexandre Oliva  
        * src/Makefile.am (libio_headers_install): Fix.
        * src/Makefile.am (libio_headers_install): Fix.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-03-24  Benjamin Kosnik  
2000-03-24  Benjamin Kosnik  
        * docs/17_intro/RELEASE-NOTES: Fix typos.
        * docs/17_intro/RELEASE-NOTES: Fix typos.
        * docs/index.html: Update.
        * docs/index.html: Update.
        * docs/17_intro/BUGS: Update.
        * docs/17_intro/BUGS: Update.
        * docs/status.html: Update for 2.90.8 release.
        * docs/status.html: Update for 2.90.8 release.
2000-03-23  Phil Edwards  
2000-03-23  Phil Edwards  
        * Makefile.am:  Better error message when missing libgcc2.ready.
        * Makefile.am:  Better error message when missing libgcc2.ready.
        * Makefile.in:  Regenerate.
        * Makefile.in:  Regenerate.
        * acinclude.m4:  Fastidious nitpicking reformatting.
        * acinclude.m4:  Fastidious nitpicking reformatting.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * mkcheck.in:  Must use same namespace settings as the library being
        * mkcheck.in:  Must use same namespace settings as the library being
          tested.  Also log ST_FLAG, since it's being passed.
          tested.  Also log ST_FLAG, since it's being passed.
        * docs/install.html:  Add brief chunk on configuration.
        * docs/install.html:  Add brief chunk on configuration.
        * docs/17_intro/RELEASE-NOTES:  Fix minor Cygwin typo.
        * docs/17_intro/RELEASE-NOTES:  Fix minor Cygwin typo.
        * docs/23_containers/howto.html:  Mention MT-safe string.
        * docs/23_containers/howto.html:  Mention MT-safe string.
        * docs/faq/index.html:  Minor updates.
        * docs/faq/index.html:  Minor updates.
        * docs/faq/index.txt:  Regerarate.
        * docs/faq/index.txt:  Regerarate.
2000-03-22  Benjamin Kosnik  
2000-03-22  Benjamin Kosnik  
        * bits/sstream.tcc (seekoff): Fix for gptr() null cases.
        * bits/sstream.tcc (seekoff): Fix for gptr() null cases.
        Return newoff.
        Return newoff.
        * bits/fstream.tcc (seekoff): Sync.
        * bits/fstream.tcc (seekoff): Sync.
        (seekpos): Sync.
        (seekpos): Sync.
        * testsuite/27_io/ostream_unformatted.cc: New file.
        * testsuite/27_io/ostream_unformatted.cc: New file.
        * testsuite/27_io/stringbuf.cc: Fix.
        * testsuite/27_io/stringbuf.cc: Fix.
        * testsuite/27_io/istream_unformatted.cc (test04): Fix.
        * testsuite/27_io/istream_unformatted.cc (test04): Fix.
        * config/newlib/bits/ctype_base.h (ctype_base): Fix.
        * config/newlib/bits/ctype_base.h (ctype_base): Fix.
        * config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
        * config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
        * src/complex_io.cc (operator>>complex): Tweak.
        * src/complex_io.cc (operator>>complex): Tweak.
        * config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
        * config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
         does not exist.
         does not exist.
        * config/cpu/sparc/sparc64/atomicity.h: Same.
        * config/cpu/sparc/sparc64/atomicity.h: Same.
        * config/cpu/sparc/sparc32/atomicity.h: Same.
        * config/cpu/sparc/sparc32/atomicity.h: Same.
        * config/cpu/powerpc/atomicity.h: Same.
        * config/cpu/powerpc/atomicity.h: Same.
        * config/cpu/i386/atomicity.h: Same.
        * config/cpu/i386/atomicity.h: Same.
        * config/cpu/generic/atomicity.h: Same.
        * config/cpu/generic/atomicity.h: Same.
        * configure.in: Check for inttypes.h.
        * configure.in: Check for inttypes.h.
        * configure: Regnerate.
        * configure: Regnerate.
2000-03-21  Benjamin Kosnik  
2000-03-21  Benjamin Kosnik  
        * bits/std_sstream.h (_M_init_stringbuf): Set initial ate position
        * bits/std_sstream.h (_M_init_stringbuf): Set initial ate position
        correctly.
        correctly.
        * testsuite/27_io/ostream_inserter_char.cc (test06): Add tests for ate.
        * testsuite/27_io/ostream_inserter_char.cc (test06): Add tests for ate.
        * docs/17_intro/RELEASE-NOTES (New): Add bits.
        * docs/17_intro/RELEASE-NOTES (New): Add bits.
        * configure.in: Move AC_CHECK_HEADERS to a point where we know we
        * configure.in: Move AC_CHECK_HEADERS to a point where we know we
        are compiling natively.
        are compiling natively.
        * libio/*: Update to CVS libio from egcs.
        * libio/*: Update to CVS libio from egcs.
2000-03-21  Phil Edwards  
2000-03-21  Phil Edwards  
        * docs/download.html:  Document use of -z9 for CVS.
        * docs/download.html:  Document use of -z9 for CVS.
        * docs/index.html:  Add target date (no link) for future snapshot.
        * docs/index.html:  Add target date (no link) for future snapshot.
2000-03-21  Gabriel Dos Reis  
2000-03-21  Gabriel Dos Reis  
        * bits/slice_array.h: Rename generic type template parameter name
        * bits/slice_array.h: Rename generic type template parameter name
        '_T' to '_Tp'.
        '_T' to '_Tp'.
        * bits/mask_array.h: Ditto
        * bits/mask_array.h: Ditto
2000-03-20  Benjamin Kosnik  
2000-03-20  Benjamin Kosnik  
        * *: Change copyright holder from "Cygnus Solutions" to "Free
        * *: Change copyright holder from "Cygnus Solutions" to "Free
        Software Foundation, Inc."
        Software Foundation, Inc."
        * docs/configopts.html: Explain what "hella versions" means.
        * docs/configopts.html: Explain what "hella versions" means.
        * docs/install.html: Some tweaks--nice job on this Phil.
        * docs/install.html: Some tweaks--nice job on this Phil.
        * docs/documentation.html: Add a direct link to configuration options.
        * docs/documentation.html: Add a direct link to configuration options.
        * src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
        * src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
        * docs/17_intro/RELEASE-NOTES (New): Add.
        * docs/17_intro/RELEASE-NOTES (New): Add.
        * bits/c++config.h (__GLIBCPP__): Bump version.
        * bits/c++config.h (__GLIBCPP__): Bump version.
        * config/c_io_libio.cc (__basic__file(__c_lock*)): Change argument
        * config/c_io_libio.cc (__basic__file(__c_lock*)): Change argument
        type to match prototype.
        type to match prototype.
2000-03-20  Phil Edwards  
2000-03-20  Phil Edwards  
        * docs/install.html:  Update for new funky build procedure.  Move
        * docs/install.html:  Update for new funky build procedure.  Move
          description of 'configure' options to...
          description of 'configure' options to...
        * docs/configopts.html:  ...here.  New file.
        * docs/configopts.html:  ...here.  New file.
        * docs/17_intro/howto.html:  Updates for new snapshot.
        * docs/17_intro/howto.html:  Updates for new snapshot.
        * docs/20_util/howto.html:  Ditto.
        * docs/20_util/howto.html:  Ditto.
        * docs/21_strings/howto.html:  Ditto.
        * docs/21_strings/howto.html:  Ditto.
        * docs/21_strings/stringtok_std_h.txt:  Fix example typos.
        * docs/21_strings/stringtok_std_h.txt:  Fix example typos.
        * docs/22_locale/howto.html:  Ditto.
        * docs/22_locale/howto.html:  Ditto.
        * docs/23_containers/howto.html:  Ditto.
        * docs/23_containers/howto.html:  Ditto.
        * docs/faq/index.html:  Ditto.
        * docs/faq/index.html:  Ditto.
2000-03-18  Petter Urkedal  
2000-03-18  Petter Urkedal  
            Benjamin Kosnik  
            Benjamin Kosnik  
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_SUPPORT): Move code for main
        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_SUPPORT): Move code for main
        to the right place.
        to the right place.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-03-16  Benjamin Kosnik  
2000-03-16  Benjamin Kosnik  
            scott snyder  
            scott snyder  
        * config/c_io_libio.h: Add __c_lock.
        * config/c_io_libio.h: Add __c_lock.
        * config/threads-no.h: Same here.
        * config/threads-no.h: Same here.
        * config/threads-posix.h: Add __mutext_type typedef.
        * config/threads-posix.h: Add __mutext_type typedef.
        * config/c_io_libio.cc: basic_file ctor takes lock arg.
        * config/c_io_libio.cc: basic_file ctor takes lock arg.
        * bits/basic_file.h: Ctor takes lock arg.
        * bits/basic_file.h: Ctor takes lock arg.
        * bits/std_fstream.h: Add _M_lock.
        * bits/std_fstream.h: Add _M_lock.
        * bits/fstream.tcc: Supply it to basic_file ctor.
        * bits/fstream.tcc: Supply it to basic_file ctor.
        * mkcheck.in (resultstext): Change [[ to [.
        * mkcheck.in (resultstext): Change [[ to [.
        * testsuite/27_io/ostream_inserter_char.cc (test06): Tweak.
        * testsuite/27_io/ostream_inserter_char.cc (test06): Tweak.
        * bits/locale_facets.h: Tweak.
        * bits/locale_facets.h: Tweak.
        * stl/bits/stl_config.h: Fix defines.
        * stl/bits/stl_config.h: Fix defines.
2000-03-16  Benjamin Kosnik  
2000-03-16  Benjamin Kosnik  
        * mkcheck.in (INC_PATH): Add paths from cpu_include_dir to find
        * mkcheck.in (INC_PATH): Add paths from cpu_include_dir to find
        atomicity.h
        atomicity.h
        * configure: Regenerate.
        * configure: Regenerate.
        * aclocal.m4: Regnerate.
        * aclocal.m4: Regnerate.
2000-03-16  Nathan Myers  
2000-03-16  Nathan Myers  
        * bits/string.tcc: Add MT support.
        * bits/string.tcc: Add MT support.
        * bits/basic_string.h: Same.
        * bits/basic_string.h: Same.
2000-03-16  Phil Edwards  
2000-03-16  Phil Edwards  
        * configure.in:  Make --enable-namespaces and -libgcc-rebuild=../..
        * configure.in:  Make --enable-namespaces and -libgcc-rebuild=../..
          the defaults.
          the defaults.
        * configure:  Regenerate.
        * configure:  Regenerate.
        * config/solaris/solaris2.7/ctype.cc:  Fix unsigned/signed comparison.
        * config/solaris/solaris2.7/ctype.cc:  Fix unsigned/signed comparison.
2000-03-16  Phil Edwards  
2000-03-16  Phil Edwards  
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE):  If Sol2.5 ctype is found, keep
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE):  If Sol2.5 ctype is found, keep
          checking for 2.[67].  (GLIBCPP_ENABLE_RELIBGCC):  No longer ignore
          checking for 2.[67].  (GLIBCPP_ENABLE_RELIBGCC):  No longer ignore
          any defaults passed in.
          any defaults passed in.
        * aclocal.m4:  Regenerate.
        * aclocal.m4:  Regenerate.
2000-03-16  Phil Edwards  
2000-03-16  Phil Edwards  
        * mkcheck.in:  Report total successes and failures.
        * mkcheck.in:  Report total successes and failures.
2000-03-15  Benjamin Kosnik  
2000-03-15  Benjamin Kosnik  
        * config/cpu: New directory, intended to be used to provide
        * config/cpu: New directory, intended to be used to provide
        cpu-specific configuration files. In particular, assembly language
        cpu-specific configuration files. In particular, assembly language
        primitives for thread safety.
        primitives for thread safety.
        * config/cpu/alpha: Populate.
        * config/cpu/alpha: Populate.
        * config/cpu/alpha/atomicity.h: New file.
        * config/cpu/alpha/atomicity.h: New file.
        * config/cpu/arm: Populate.
        * config/cpu/arm: Populate.
        * config/cpu/generic: Populate.
        * config/cpu/generic: Populate.
        * config/cpu/generic/atomicity.h: New file.
        * config/cpu/generic/atomicity.h: New file.
        * config/cpu/hppa: Populate.
        * config/cpu/hppa: Populate.
        * config/cpu/i386: Populate.
        * config/cpu/i386: Populate.
        * config/cpu/i386/atomicity.h: New file, take from i486.
        * config/cpu/i386/atomicity.h: New file, take from i486.
        * config/cpu/m68k: Populate.
        * config/cpu/m68k: Populate.
        * config/cpu/mips: Populate.
        * config/cpu/mips: Populate.
        * config/cpu/powerpc: Populate.
        * config/cpu/powerpc: Populate.
        * config/cpu/powerpc/atomicity.h: New file.
        * config/cpu/powerpc/atomicity.h: New file.
        * config/cpu/sparc: Populate.
        * config/cpu/sparc: Populate.
        * config/cpu/sparc/sparc32: Populate.
        * config/cpu/sparc/sparc32: Populate.
        * config/cpu/sparc/sparc64: Populate.
        * config/cpu/sparc/sparc64: Populate.
        * config/cpu/sparc/sparc32/atomicity.h: New file.
        * config/cpu/sparc/sparc32/atomicity.h: New file.
        * config/cpu/sparc/sparc64/atomicity.h: New file.
        * config/cpu/sparc/sparc64/atomicity.h: New file.
        * src/Makefile.am (myinstallheaders): Add install routines.
        * src/Makefile.am (myinstallheaders): Add install routines.
        * acinclude.m4 (GLIBCPP_CHECK_CPU):Add configuration for the
        * acinclude.m4 (GLIBCPP_CHECK_CPU):Add configuration for the
        cpu dir.
        cpu dir.
        * configure.in: Add.
        * configure.in: Add.
        * config/default: Adopt glibc naming conventions, and so move to
        * config/default: Adopt glibc naming conventions, and so move to
        * config/generic: Here.
        * config/generic: Here.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Modify default case to generic.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Modify default case to generic.
2000-03-15  Bill Thompson  
2000-03-15  Bill Thompson  
        * testsuite/27_io/ostream_inserter_char.cc (test06): Add test.
        * testsuite/27_io/ostream_inserter_char.cc (test06): Add test.
2000-03-14  Phil Edwards  
2000-03-14  Phil Edwards  
        * docs/17_intro/howto.html:  Add missing "TOC" entry, and new section.
        * docs/17_intro/howto.html:  Add missing "TOC" entry, and new section.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Fixup.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Fixup.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-03-13  scott snyder  
2000-03-13  scott snyder  
            Jason Merrill  
            Jason Merrill  
        * bits/locale_facets.h (class ctype, class ctype, class
        * bits/locale_facets.h (class ctype, class ctype, class
        ctype): More mask fixes.
        ctype): More mask fixes.
        * testsuite/22_locale/ctype.cc: Test for the problem.
        * testsuite/22_locale/ctype.cc: Test for the problem.
2000-03-13  Benjamin Kosnik  
2000-03-13  Benjamin Kosnik  
        * acconfig.h: Add bits.
        * acconfig.h: Add bits.
        * configure.in: Move AM_PROG_LIBTOOL up in file.
        * configure.in: Move AM_PROG_LIBTOOL up in file.
        Tweak cross compiling info.
        Tweak cross compiling info.
        * configure: Regenerate.
        * configure: Regenerate.
        * mknumeric_limits (XCOMPILE): Echo compilation line for
        * mknumeric_limits (XCOMPILE): Echo compilation line for
        gen-num-limits.cc
        gen-num-limits.cc
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add aix checks.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add aix checks.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/aix/ctype.cc (ctype): Tweak.
        * config/aix/ctype.cc (ctype): Tweak.
        * config/aix/bits/ctype_base.h (ctype_base): Tweak.
        * config/aix/bits/ctype_base.h (ctype_base): Tweak.
        * config/aix/bits/ctype_specializations.h: New file.
        * config/aix/bits/ctype_specializations.h: New file.
2000-03-10  scott snyder  
2000-03-10  scott snyder  
        * stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator
        * stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator
        conversions.
        conversions.
        * testsuite/23_containers/vector_modifiers.cc (test01): Add a
        * testsuite/23_containers/vector_modifiers.cc (test01): Add a
        regression test for the problem.
        regression test for the problem.
2000-03-09  Benjamin Kosnik  
2000-03-09  Benjamin Kosnik  
        * testsuite/27_io/streambuf.cc (class testbuf): Same here.
        * testsuite/27_io/streambuf.cc (class testbuf): Same here.
        * bits/fpos.h: And here.
        * bits/fpos.h: And here.
        * bits/std_ostream.h: Same here.
        * bits/std_ostream.h: Same here.
        * bits/std_istream.h: Same here.
        * bits/std_istream.h: Same here.
        * bits/basic_ios.h: Same here.
        * bits/basic_ios.h: Same here.
        * bits/std_fstream.h: Same here.
        * bits/std_fstream.h: Same here.
        * bits/sbuf_iter.h (std): Here too.
        * bits/sbuf_iter.h (std): Here too.
        * bits/std_sstream.h: Make types public.
        * bits/std_sstream.h: Make types public.
        * src/misc-inst.cc: Use size_t instead of unsigned int.
        * src/misc-inst.cc: Use size_t instead of unsigned int.
        * bits/locale_facets.tcc (_S_format): For now, cast to char. I
        * bits/locale_facets.tcc (_S_format): For now, cast to char. I
        suppose this should be ctype::narrow... all the ctype
        suppose this should be ctype::narrow... all the ctype
        stuff needs to be cleaned up.
        stuff needs to be cleaned up.
2000-03-09  Phil Edwards  
2000-03-09  Phil Edwards  
        * docs/gentop:  Remove entire directory, finally.
        * docs/gentop:  Remove entire directory, finally.
2000-03-09  scott snyder  
2000-03-09  scott snyder  
        * bits/std_cmath.h (modf): Fix pointer overrun.
        * bits/std_cmath.h (modf): Fix pointer overrun.
        * testsuite/26_numerics/c_math.cc (test04, main): Add a regression
        * testsuite/26_numerics/c_math.cc (test04, main): Add a regression
        test for the problem.
        test for the problem.
2000-03-09  Phil Edwards  
2000-03-09  Phil Edwards  
        Looks like changes to the #include'd files must be followed by a
        Looks like changes to the #include'd files must be followed by a
        change to the #include'ing files to take effect.  Caveat emptor.
        change to the #include'ing files to take effect.  Caveat emptor.
        * docs/header.html:  New file, for server-side include.
        * docs/header.html:  New file, for server-side include.
        * docs/footer.html:  New file, for server-side include.
        * docs/footer.html:  New file, for server-side include.
        * docs/documentation.html:  Change to use SSI.
        * docs/documentation.html:  Change to use SSI.
        * docs/download.html:  Ditto.
        * docs/download.html:  Ditto.
        * docs/index.html:  Ditto.
        * docs/index.html:  Ditto.
        * docs/mail.html:  Ditto.
        * docs/mail.html:  Ditto.
        * docs/status.html:  Ditto.
        * docs/status.html:  Ditto.
        * docs/thanks.html:  Ditto, plus minor updates.
        * docs/thanks.html:  Ditto, plus minor updates.
        * docs/how.html:  Remove.
        * docs/how.html:  Remove.
2000-03-09  Benjamin Kosnik  
2000-03-09  Benjamin Kosnik  
        Preliminary alpha-linux support.
        Preliminary alpha-linux support.
        * src/locale.cc (ctype): Use correct types...
        * src/locale.cc (ctype): Use correct types...
        * bits/locale_facets.h (ctype): Add __table_type typedef.
        * bits/locale_facets.h (ctype): Add __table_type typedef.
        (ctype): Same.
        (ctype): Same.
        * bits/locale_facets.h (ctype): Have char and wchar_t
        * bits/locale_facets.h (ctype): Have char and wchar_t
        types match for table_size (size_t).
        types match for table_size (size_t).
        * config/gnu-linux/ctype.cc (ctype): Change char_type to wchar_t
        * config/gnu-linux/ctype.cc (ctype): Change char_type to wchar_t
        as per char specialization.
        as per char specialization.
        * config/*/ctype.cc: Same.
        * config/*/ctype.cc: Same.
2000-03-09  Gabriel Dos Reis  
2000-03-09  Gabriel Dos Reis  
        * bits/locale_facets.h (_Ctype<>::mask): Import from base class
        * bits/locale_facets.h (_Ctype<>::mask): Import from base class
        _Ctype_nois<>.  Template base classes are never examinated in
        _Ctype_nois<>.  Template base classes are never examinated in
        first-phase name-lookup.
        first-phase name-lookup.
2000-03-08  Benjamin Kosnik  
2000-03-08  Benjamin Kosnik  
        Add Solaris 2.5.1 support.
        Add Solaris 2.5.1 support.
        * config/solaris/solaris2.5/bits/ctype_base.h (ctype_base): And here.
        * config/solaris/solaris2.5/bits/ctype_base.h (ctype_base): And here.
        * config/solaris/solaris2.5/ctype.cc: Fixup.
        * config/solaris/solaris2.5/ctype.cc: Fixup.
        * config/solaris/solaris2.5/bits/ctype_specializations.h: Add.
        * config/solaris/solaris2.5/bits/ctype_specializations.h: Add.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bits for solaris2.5.1.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bits for solaris2.5.1.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/default/ctype.cc (ctype): Fixup.
        * config/default/ctype.cc (ctype): Fixup.
2000-03-07  Benjamin Kosnik  
2000-03-07  Benjamin Kosnik  
        * testsuite/27_io/filebuf.cc: Activate init code from yesterday...
        * testsuite/27_io/filebuf.cc: Activate init code from yesterday...
        * testsuite/27_io/ostream_inserter_arith.cc (testcases): Fix for
        * testsuite/27_io/ostream_inserter_arith.cc (testcases): Fix for
        non-wchar_t case.
        non-wchar_t case.
2000-03-07  Gabriel Dos Reis  
2000-03-07  Gabriel Dos Reis  
        * bits/cpp_type_traits.h: Expand on this file purpose.
        * bits/cpp_type_traits.h: Expand on this file purpose.
2000-03-06  Benjamin Kosnik  
2000-03-06  Benjamin Kosnik  
        * bits/locale_facets.h (ctype): Remove static members, and
        * bits/locale_facets.h (ctype): Remove static members, and
        re-work initialization code.
        re-work initialization code.
        (ctype): Same.
        (ctype): Same.
        Move _S_touppper to _M_toupper and initialize in ctor.
        Move _S_touppper to _M_toupper and initialize in ctor.
        Move _S_tolower  to _M_tolower and initialize in ctor.
        Move _S_tolower  to _M_tolower and initialize in ctor.
        Move _S_table to _M_ctable and initialize in ctor.
        Move _S_table to _M_ctable and initialize in ctor.
        * bits/locale_facets.h (std): And here.
        * bits/locale_facets.h (std): And here.
        * src/locale.cc (std): Tweak.
        * src/locale.cc (std): Tweak.
        * config/gnu-linux/ctype.cc: Change initialization here.
        * config/gnu-linux/ctype.cc: Change initialization here.
        * config/newlib/ctype.cc: And here.
        * config/newlib/ctype.cc: And here.
        * config/solaris/solaris2.7/ctype.cc: And here.
        * config/solaris/solaris2.7/ctype.cc: And here.
        * config/solaris/solaris2.6/ctype.cc: And here.
        * config/solaris/solaris2.6/ctype.cc: And here.
        * bits/localefwd.h: Tweak.
        * bits/localefwd.h: Tweak.
        * bits/std_streambuf.h: Tweak formatting.
        * bits/std_streambuf.h: Tweak formatting.
        * testsuite/27_io/filebuf.cc: Remove BUFSIZ dependencies.
        * testsuite/27_io/filebuf.cc: Remove BUFSIZ dependencies.
2000-03-05  Chip Salzenberg  
2000-03-05  Chip Salzenberg  
        * src/misc-inst.cc (basic_iostream<>):  Instantiate.
        * src/misc-inst.cc (basic_iostream<>):  Instantiate.
2000-03-02  Phil Edwards  
2000-03-02  Phil Edwards  
            Kevin Atkinson  
            Kevin Atkinson  
        Initial grab of SGI's strstream implementation with minor
        Initial grab of SGI's strstream implementation with minor
        modifications.
        modifications.
        * src/strstream.cc:  New file.
        * src/strstream.cc:  New file.
        * std/strstream:  New file.
        * std/strstream:  New file.
        * stl/bits/std_strstream.h:  New file.
        * stl/bits/std_strstream.h:  New file.
        * bits/std_streambuf.h:  Add public access.
        * bits/std_streambuf.h:  Add public access.
        * src/Makefile.am:  Add strstream sources to list of dependencies.
        * src/Makefile.am:  Add strstream sources to list of dependencies.
        * src/Makefile.in:  Regenerate.
        * src/Makefile.in:  Regenerate.
2000-03-03 2000  Gabriel Dos Reis  
2000-03-03 2000  Gabriel Dos Reis  
        * bits/valarray_meta.h: Fix typo.
        * bits/valarray_meta.h: Fix typo.
2000-03-02  Alexandre Oliva  
2000-03-02  Alexandre Oliva  
            Chip Salzenberg  
            Chip Salzenberg  
            Petter Urkedal  
            Petter Urkedal  
        * src/Makefile.am (myinstallheaders): Hack to avoid
        * src/Makefile.am (myinstallheaders): Hack to avoid
        `for i in ; do'.
        `for i in ; do'.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-03-02  Chip Salzenberg  
2000-03-02  Chip Salzenberg  
        * libio/Makefile.an, math/Makefile.an, src/Makefile.am
        * libio/Makefile.an, math/Makefile.an, src/Makefile.am
        (LINK): Put quotes around "$(CC)" for libtool link mode,
        (LINK): Put quotes around "$(CC)" for libtool link mode,
        so libtool will use "-B" options during GCC bootstrap.
        so libtool will use "-B" options during GCC bootstrap.
        * */Makefile.in: Regenerate.
        * */Makefile.in: Regenerate.
2000-03-02  Petter Urkedal  
2000-03-02  Petter Urkedal  
        * config/c_io_libio.h: Enclose it all in ::std.
        * config/c_io_libio.h: Enclose it all in ::std.
        * bits/basic_string.h (basic_string<>): Make types and
        * bits/basic_string.h (basic_string<>): Make types and
        `npos' public.
        `npos' public.
        * mkc++config: Truncate output file before writing.
        * mkc++config: Truncate output file before writing.
2000-03-01  Benjamin Kosnik  
2000-03-01  Benjamin Kosnik  
        * math/cabsf.c (__mycabsf): Rename to cabsf.
        * math/cabsf.c (__mycabsf): Rename to cabsf.
        * math/cabs.c (__mycabs): Rename to cabs.
        * math/cabs.c (__mycabs): Rename to cabs.
2000-02-29  LLeweLLyn Reese  
2000-02-29  LLeweLLyn Reese  
       * bits/basic_string.h: Move declarations of __out_of_range(),
       * bits/basic_string.h: Move declarations of __out_of_range(),
       __length_error() and accompanying macros ...
       __length_error() and accompanying macros ...
       * bits/exception_support.h: here. (Newly created file).
       * bits/exception_support.h: here. (Newly created file).
       * bits/basic_string.h: #include 
       * bits/basic_string.h: #include 
       * stl/bits/stl_vector.h: #include 
       * stl/bits/stl_vector.h: #include 
       * src/Makefile.am (headers): Add.
       * src/Makefile.am (headers): Add.
       * src/Makefile.in: Regenerate.
       * src/Makefile.in: Regenerate.
2000-02-29  Benjamin Kosnik  
2000-02-29  Benjamin Kosnik  
        * bits/cpp_type_traits.h: Rename structs so they don't clash with
        * bits/cpp_type_traits.h: Rename structs so they don't clash with
        type_traits.h.
        type_traits.h.
        * bits/valarray_array.h: Synch. Fix typos.
        * bits/valarray_array.h: Synch. Fix typos.
        * libio/Makefile.am: Change to only compile source files that
        * libio/Makefile.am: Change to only compile source files that
        config/c_io_libio.cc actually needs.
        config/c_io_libio.cc actually needs.
        * libio/Makefile.in: Regnerate.
        * libio/Makefile.in: Regnerate.
        * libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
        * libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
        floatio.h fstream.h indstream.h iofclose.c iofdopen.c iofeof.c
        floatio.h fstream.h indstream.h iofclose.c iofdopen.c iofeof.c
        ioferror.c iofflush.c iofgetpos.c iofgets.c iofopen.c iofprintf.c
        ioferror.c iofflush.c iofgetpos.c iofgets.c iofopen.c iofprintf.c
        iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c
        iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c
        iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iomanip.h
        iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iomanip.h
        iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c
        iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c
        ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c
        ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c
        iosetvbuf.c iosprintf.c iosscanf.c iostream.h iostrerror.c
        iosetvbuf.c iosprintf.c iosscanf.c iostream.h iostrerror.c
        ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c
        ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c
        istream.h list.out ostream.h outfloat.c parsestream.h peekc.c
        istream.h list.out ostream.h outfloat.c parsestream.h peekc.c
        pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h
        pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h
        strops.c strstream.h: Delete.
        strops.c strstream.h: Delete.
        * bits/basic_file.h: Stub out or delete unused bits in this
        * bits/basic_file.h: Stub out or delete unused bits in this
        interface.
        interface.
        (filepos_beg): Remove.
        (filepos_beg): Remove.
        (filepos_cur): Remove.
        (filepos_cur): Remove.
        (filepos_valid): Remove.
        (filepos_valid): Remove.
        * config/c_io_libio.cc: Resynch with the changes to basic_file.
        * config/c_io_libio.cc: Resynch with the changes to basic_file.
2000-02-29  Gabriel Dos Reis  
2000-02-29  Gabriel Dos Reis  
        * bits/cpp_type_traits.h: Correct typo.
        * bits/cpp_type_traits.h: Correct typo.
2000-02-29  Gabriel Dos Reis  
2000-02-29  Gabriel Dos Reis  
        * bits/cpp_type_traits.h: New file.
        * bits/cpp_type_traits.h: New file.
        * bits/valarray_array.h: Tweak.  #include 
        * bits/valarray_array.h: Tweak.  #include 
        Improve array construction.
        Improve array construction.
        (_Array_default_ctor): New dispatcher class.
        (_Array_default_ctor): New dispatcher class.
        (__valarray_default_construct): New function.
        (__valarray_default_construct): New function.
        (_Array_copy_ctor): New dispatcher class.
        (_Array_copy_ctor): New dispatcher class.
        (__valarray_copy_construct): New function.
        (__valarray_copy_construct): New function.
        (_Array<>::free_data): Remove.
        (_Array<>::free_data): Remove.
        * src/Makefile.am (headers): Add cpp_type_traits.h
        * src/Makefile.am (headers): Add cpp_type_traits.h
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-02-28  Benjamin Kosnik  
2000-02-28  Benjamin Kosnik  
        Prune libio directory to match files in libio/Makefile.
        Prune libio directory to match files in libio/Makefile.
        * libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
        * libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
        stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
        stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
        streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
        streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
        strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
        strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
        stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
        stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
        stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
        stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
        stdstreams.cc: Remove.
        stdstreams.cc: Remove.
        * libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove.
        * libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove.
        * libio/iofflush_u.c: Remove.
        * libio/iofflush_u.c: Remove.
        * libio/dbz: Remove.
        * libio/dbz: Remove.
        * libio/include: Remove.
        * libio/include: Remove.
        * libio/stdio: Remove.
        * libio/stdio: Remove.
        * libio/tests: Remove.
        * libio/tests: Remove.
        * libio/testsuite: Remove.
        * libio/testsuite: Remove.
        * config/c_io_libio.cc: Add fcntl.h include for Solaris.
        * config/c_io_libio.cc: Add fcntl.h include for Solaris.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
        * configure.in: Replace 'grep -e' with 'grep' for Solaris.
        * configure.in: Replace 'grep -e' with 'grep' for Solaris.
        * configure: Regenerate.
        * configure: Regenerate.
2000-02-25  Benjamin Kosnik  
2000-02-25  Benjamin Kosnik  
        Abstract out the underlying "C" io bits.
        Abstract out the underlying "C" io bits.
        * bits/std_new.h: Remove  include, as well as .
        * bits/std_new.h: Remove  include, as well as .
        * stl/bits/stl_string_fwd.h: Remove  include.
        * stl/bits/stl_string_fwd.h: Remove  include.
        * bits/std_cwchar.h: Wrap with _GLIBCPP_USE_WCHAR_T guards. Don't
        * bits/std_cwchar.h: Wrap with _GLIBCPP_USE_WCHAR_T guards. Don't
        include .
        include .
        * stl/bits/stl_config.h: Don't include _G_config.h.
        * stl/bits/stl_config.h: Don't include _G_config.h.
        * bits/basic_file.h: Allow for non-inheritance based __basic_files.
        * bits/basic_file.h: Allow for non-inheritance based __basic_files.
        * config/c_io_libio.h (_GLIBCPP_BASIC_FILE_INHERITANCE): Define.
        * config/c_io_libio.h (_GLIBCPP_BASIC_FILE_INHERITANCE): Define.
        * config/c_io_libio.cc: Tweak.
        * config/c_io_libio.cc: Tweak.
        * src/Makefile.am (TOPLEVEL_INCLUDES): Add includedir.
        * src/Makefile.am (TOPLEVEL_INCLUDES): Add includedir.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * Makefile.am (AM_MAKEFLAGS): Define includedir so that
        * Makefile.am (AM_MAKEFLAGS): Define includedir so that
        prefix/include files will be picked up.
        prefix/include files will be picked up.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * math/Makefile.am (TOPLEVEL_INCLUDES): And here.
        * math/Makefile.am (TOPLEVEL_INCLUDES): And here.
        * libio/Makefile.am (TOPLEVEL_INCLUDES): And here.
        * libio/Makefile.am (TOPLEVEL_INCLUDES): And here.
        * bits/std_ios.h: Include  instead of libio.
        * bits/std_ios.h: Include  instead of libio.
        * bits/fpos.h: And here.
        * bits/fpos.h: And here.
        * bits/basic_file.h (get_fileno): Move definition from ...
        * bits/basic_file.h (get_fileno): Move definition from ...
        * src/basic_file.cc (std): To here.
        * src/basic_file.cc (std): To here.
        * bits/fpos.h: Move types for streamoff, streampos to..
        * bits/fpos.h: Move types for streamoff, streampos to..
        * bits/basic_file.h: Move __c_file_type and fpos typedefs to...
        * bits/basic_file.h: Move __c_file_type and fpos typedefs to...
        * config/c_io_libio.h: ...here.
        * config/c_io_libio.h: ...here.
        (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
        (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
        SCIENTIFIC, SHOWBASE, SHOWPOINT, SHOWPOS, SKIPWS, UNITBUF,
        SCIENTIFIC, SHOWBASE, SHOWPOINT, SHOWPOS, SKIPWS, UNITBUF,
        UPPERCASE, ADJUSTFIELD, BASEFIELD, FLOATFIELD, BADBIT, EOFBIT,
        UPPERCASE, ADJUSTFIELD, BASEFIELD, FLOATFIELD, BADBIT, EOFBIT,
        FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
        FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
        abstract out bits in ios_base.
        abstract out bits in ios_base.
        * bits/ios_base.h: Re-macrofy.
        * bits/ios_base.h: Re-macrofy.
        * src/basic_file.cc : Rename, move to
        * src/basic_file.cc : Rename, move to
        * config/c_io_libio.cc: Here.
        * config/c_io_libio.cc: Here.
        * config/c_io_libio.h: New file. Include libio.
        * config/c_io_libio.h: New file. Include libio.
        * bits/c++config.h: Don't define _GLIBCPP_USE_LIBIO.
        * bits/c++config.h: Don't define _GLIBCPP_USE_LIBIO.
        * configure.in (blddir): Add enabling bits for GLIBCPP_ENABLE_CSTDIO.
        * configure.in (blddir): Add enabling bits for GLIBCPP_ENABLE_CSTDIO.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am (sources): Take out basic_file.cc and add c++io.cc.
        * src/Makefile.am (sources): Take out basic_file.cc and add c++io.cc.
        (generated_headers): Add c++io.h
        (generated_headers): Add c++io.h
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New function to select
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New function to select
        underlying "C" io library.
        underlying "C" io library.
        * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Roll functionality into
        * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Roll functionality into
        GLIBCPP_ENABLE_CSTDIO.
        GLIBCPP_ENABLE_CSTDIO.
        * configure.in: Add configure bits for cross compiling non-newlib
        * configure.in: Add configure bits for cross compiling non-newlib
        targets. .
        targets. .
        GLIBCPP_CHECK_COMPILER_VERSION: Take out this test for this
        GLIBCPP_CHECK_COMPILER_VERSION: Take out this test for this
        target, as we assume g++ support is not the limiting factor.
        target, as we assume g++ support is not the limiting factor.
        GLIBCPP_CHECK_LIBIO: Same, know we don't need libio.
        GLIBCPP_CHECK_LIBIO: Same, know we don't need libio.
        * configure: Regenerate.
        * configure: Regenerate.
2000-02-22  Benjamin Kosnik  
2000-02-22  Benjamin Kosnik  
        * Makefile.am (INTERFACE): Define.
        * Makefile.am (INTERFACE): Define.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * libio/ChangeLog: Add entry.
        * libio/ChangeLog: Add entry.
2000-02-21  Benjamin Kosnik  
2000-02-21  Benjamin Kosnik  
        * docs/install.html: Update install directions.
        * docs/install.html: Update install directions.
        * docs/status.html: Fix sidebar to be consistent.
        * docs/status.html: Fix sidebar to be consistent.
        * docs/thanks.html: Same.
        * docs/thanks.html: Same.
        * docs/links.html: Same.
        * docs/links.html: Same.
        * docs/mail.html: Same.
        * docs/mail.html: Same.
        * docs/download.html: Same.
        * docs/download.html: Same.
        * testsuite/27_io/filebuf.cc: Change BUFSIZ to buffer_size, and
        * testsuite/27_io/filebuf.cc: Change BUFSIZ to buffer_size, and
        kill the macro BUFSIZ. I think the solaris fails lie elsewhere
        kill the macro BUFSIZ. I think the solaris fails lie elsewhere
        however, in the ctype_char_members.cc fail (for instance.)
        however, in the ctype_char_members.cc fail (for instance.)
        * testsuite/17_intro/headers.cc: Remove extraneous fails for hosts
        * testsuite/17_intro/headers.cc: Remove extraneous fails for hosts
        that do not have wchar_t enabled.
        that do not have wchar_t enabled.
        * testsuite/27_io/ostream_inserter_arith.cc (struct _TestCase):
        * testsuite/27_io/ostream_inserter_arith.cc (struct _TestCase):
        Same here.
        Same here.
        * testsuite/27_io/iostream_objects.cc: And here.
        * testsuite/27_io/iostream_objects.cc: And here.
        * libio/gen-params (CONFIG_NM): Specifically add in nm as the
        * libio/gen-params (CONFIG_NM): Specifically add in nm as the
        default CONFIG_NM.
        default CONFIG_NM.
2000-02-18  Benjamin Kosnik  
2000-02-18  Benjamin Kosnik  
            Tom Tromey  
            Tom Tromey  
        * configure.in: Manually add MULTISUBDIR.
        * configure.in: Manually add MULTISUBDIR.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am (MULTISUBDIR): Add the lesser evil of Tom's two
        * src/Makefile.am (MULTISUBDIR): Add the lesser evil of Tom's two
        "Eww" hacks to get multilib installs working correctly.
        "Eww" hacks to get multilib installs working correctly.
        ($(headers): Test for MULTISUBDIR before installing.
        ($(headers): Test for MULTISUBDIR before installing.
        * Makefile.am (AM_MAKEFLAGS): Don't define MULTISUBDIR, instead
        * Makefile.am (AM_MAKEFLAGS): Don't define MULTISUBDIR, instead
        have configure hack it in.
        have configure hack it in.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * acinclude.m4 (GLIBCPP_CXXFLAGS): Tweak wording.
        * acinclude.m4 (GLIBCPP_CXXFLAGS): Tweak wording.
        Add enabling bits for native Cygwin ctypes, and other newlib-based
        Add enabling bits for native Cygwin ctypes, and other newlib-based
        Oses.
        Oses.
2000-02-17  Benjamin Kosnik  
2000-02-17  Benjamin Kosnik  
        * mkc++config (OUT_H): Remove EOF in cygwin.
        * mkc++config (OUT_H): Remove EOF in cygwin.
        * acinclude.m4 (LIBS): Tweaks to allow cygwin to configure.
        * acinclude.m4 (LIBS): Tweaks to allow cygwin to configure.
        Tom Tromey  
        Tom Tromey  
        * src/Makefile.am: Tweaks for installing multilibs.
        * src/Makefile.am: Tweaks for installing multilibs.
2000-02-17  Benjamin Kosnik  
2000-02-17  Benjamin Kosnik  
        * src/Makefile.am:
        * src/Makefile.am:
        (toolexeclib_LTLIBRARIES): Use this instead of lib_LTLIBRARIES.
        (toolexeclib_LTLIBRARIES): Use this instead of lib_LTLIBRARIES.
        Add USE_LIBDIR bits here, not...
        Add USE_LIBDIR bits here, not...
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * Makefile.am: ...here.
        * Makefile.am: ...here.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-02-17  Benjamin Kosnik  
2000-02-17  Benjamin Kosnik  
        * acinclude.m4 (LIBS): Fix typos.
        * acinclude.m4 (LIBS): Fix typos.
        * configure.in: _GLIBCPP_BUGGY_FLOAT_COMPLEX,
        * configure.in: _GLIBCPP_BUGGY_FLOAT_COMPLEX,
        _GLIBCPP_BUGGY_COMPLEX for crosses.
        _GLIBCPP_BUGGY_COMPLEX for crosses.
        * src/Makefile.am (std_headers): Add libio.h as install include,
        * src/Makefile.am (std_headers): Add libio.h as install include,
        as with _G_config.h
        as with _G_config.h
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * mkcheck.in: Add bits to set CXX to cross compiler.
        * mkcheck.in: Add bits to set CXX to cross compiler.
        * src/complex_io.cc: Tweak.
        * src/complex_io.cc: Tweak.
        * configure.in: _GLIBCPP_BUGGY_COMPLEX for crosses.
        * configure.in: _GLIBCPP_BUGGY_COMPLEX for crosses.
        * configure: Regenerate.
        * configure: Regenerate.
        * config/newlib/ctype.cc: Tweaks.
        * config/newlib/ctype.cc: Tweaks.
        * config/newlib/bits/ctype_base.h (ctype_base): Set mask to char,
        * config/newlib/bits/ctype_base.h (ctype_base): Set mask to char,
        not const char.
        not const char.
        * src/complex_io.cc (operator>>(istream, complex): Define out if
        * src/complex_io.cc (operator>>(istream, complex): Define out if
        BUGGY_COMPLEX.
        BUGGY_COMPLEX.
2000-02-16  Benjamin Kosnik  
2000-02-16  Benjamin Kosnik  
        * config/newlib/bits/ctype_base.h: Correct _S_table.
        * config/newlib/bits/ctype_base.h: Correct _S_table.
        Reconfigure ctype support for "C" libraries that don't use arrays.
        Reconfigure ctype support for "C" libraries that don't use arrays.
        * testsuite/22_locale/ctype_char_members.cc: New file. Test for
        * testsuite/22_locale/ctype_char_members.cc: New file. Test for
        basic ctype functionality.
        basic ctype functionality.
        * src/locale.cc: Move host-specific ctype functions that are not
        * src/locale.cc: Move host-specific ctype functions that are not
        inlines to config/*/ctype.cc files.
        inlines to config/*/ctype.cc files.
        (ctype::do_tolower): For instance.
        (ctype::do_tolower): For instance.
        (ctype::do_toupper): For instance.
        (ctype::do_toupper): For instance.
        (ctype::do_tolower): For instance.
        (ctype::do_tolower): For instance.
        (ctype::do_toupper): For instance.
        (ctype::do_toupper): For instance.
        * config/gnu-linux/ctype.cc: Modify.
        * config/gnu-linux/ctype.cc: Modify.
        * config/default/ctype.cc: Modify.
        * config/default/ctype.cc: Modify.
        * config/newlib/ctype.cc: Modify.
        * config/newlib/ctype.cc: Modify.
        * config/solaris/solaris2.6/ctype.cc: Modify.
        * config/solaris/solaris2.6/ctype.cc: Modify.
        * config/solaris/solaris2.7/ctype.cc: Modify.
        * config/solaris/solaris2.7/ctype.cc: Modify.
        * bits/locale_facets.h (ctype::is): Mark inline, move
        * bits/locale_facets.h (ctype::is): Mark inline, move
        out-of-line.
        out-of-line.
        (ctype::scan_is): Here too.
        (ctype::scan_is): Here too.
        (ctype::scan_not): Here too.
        (ctype::scan_not): Here too.
        Move out of line defs to config/*/bits/ctype_specializations.h.
        Move out of line defs to config/*/bits/ctype_specializations.h.
        * config/gnu-linux/bits/ctype_specializations.h: ...here. New file.
        * config/gnu-linux/bits/ctype_specializations.h: ...here. New file.
        * config/default/bits/ctype_specializations.h: ...here. New file.
        * config/default/bits/ctype_specializations.h: ...here. New file.
        * config/newlib/bits/ctype_specializations.h: ...here. New file.
        * config/newlib/bits/ctype_specializations.h: ...here. New file.
        * config/solaris/solaris2.6/bits/ctype_specializations.h: New file.
        * config/solaris/solaris2.6/bits/ctype_specializations.h: New file.
        * config/solaris/solaris2.7/bits/ctype_specializations.h: New file.
        * config/solaris/solaris2.7/bits/ctype_specializations.h: New file.
        * src/Makefile.am (headers): Add ctype_specializations.h.
        * src/Makefile.am (headers): Add ctype_specializations.h.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        Aaron Weiss 
        Aaron Weiss 
        * Makefile.am (AM_MAKEFLAGS): Add NM_FOR_BUILD, NM_FOR_TARGET, and
        * Makefile.am (AM_MAKEFLAGS): Add NM_FOR_BUILD, NM_FOR_TARGET, and
        CONFIG_NM for Solaris builds.
        CONFIG_NM for Solaris builds.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * src/locale.cc: Tweak formatting.
        * src/locale.cc: Tweak formatting.
2000-02-15  Benjamin Kosnik  
2000-02-15  Benjamin Kosnik  
        Jim Parsons  
        Jim Parsons  
        * testsuite/27_io/istream_unformatted.cc (test06): Add test.
        * testsuite/27_io/istream_unformatted.cc (test06): Add test.
        * bits/istream.tcc (read): Set failbit if !good(). Don't increment
        * bits/istream.tcc (read): Set failbit if !good(). Don't increment
        gcount if eof.
        gcount if eof.
        (readsome): Same.
        (readsome): Same.
        Michel Decima  
        Michel Decima  
        * testsuite/27_io/streambuf.cc: Add test.
        * testsuite/27_io/streambuf.cc: Add test.
        * bits/streambuf.tcc (xsgetn): Don't test for valid mode.
        * bits/streambuf.tcc (xsgetn): Don't test for valid mode.
        (xsputn): Same.
        (xsputn): Same.
        * src/Makefile.am (AM_CXXFLAGS): Pass down AC_CXXFLAGS,
        * src/Makefile.am (AM_CXXFLAGS): Pass down AC_CXXFLAGS,
        OPTIMIZE_CXXFLAGS, etc. So --enable-debug and --enable-namespaces
        OPTIMIZE_CXXFLAGS, etc. So --enable-debug and --enable-namespaces
        will work correctly, for instance.
        will work correctly, for instance.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * bits/locale_facets.h: Fix merge error.
        * bits/locale_facets.h: Fix merge error.
        (num_put::put(unsigned long long): And here.
        (num_put::put(unsigned long long): And here.
        * mknumeric_limits (trait_name): Same.
        * mknumeric_limits (trait_name): Same.
2000-02-15  Chip Salzenberg  
2000-02-15  Chip Salzenberg  
        Support 'configure --enable-long-long'.
        Support 'configure --enable-long-long'.
        * bits/c++config.h (_GLIBCPP_USE_LONG_LONG): Remove.
        * bits/c++config.h (_GLIBCPP_USE_LONG_LONG): Remove.
        * stl/bits/stl_config.h (__STL_LONG_LONG): Remove '#if 0'.
        * stl/bits/stl_config.h (__STL_LONG_LONG): Remove '#if 0'.
        * acconfig.h (_GLIBCPP_USE_LONG_LONG): Add.  Default to undef.
        * acconfig.h (_GLIBCPP_USE_LONG_LONG): Add.  Default to undef.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Define flag macro.
        * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Define flag macro.
        * configure.in (GLIBCPP_ENABLE_LONG_LONG): Use it.
        * configure.in (GLIBCPP_ENABLE_LONG_LONG): Use it.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2000-02-15  Chip Salzenberg  
2000-02-15  Chip Salzenberg  
        Improve (complete?) 'long long' support.
        Improve (complete?) 'long long' support.
        * mknumeric_limits: Call $CXX with $CPPFLAGS.  Define statics
        * mknumeric_limits: Call $CXX with $CPPFLAGS.  Define statics
        for {,unsigned} long long if the limits header declares them.
        for {,unsigned} long long if the limits header declares them.
        * src/gen-num-limits.cc: Include  early.
        * src/gen-num-limits.cc: Include  early.
        (__USE_GNU, _GNU_SOURCE): Define if _GLIBC_USE_LONG_LONG.
        (__USE_GNU, _GNU_SOURCE): Define if _GLIBC_USE_LONG_LONG.
        (long long, unsigned long long): Gen limits if _GLIBC_USE_LONG_LONG.
        (long long, unsigned long long): Gen limits if _GLIBC_USE_LONG_LONG.
        * bits/locale_facets.h (num_get<>::get(..., long long &)): Define.
        * bits/locale_facets.h (num_get<>::get(..., long long &)): Define.
        (num_put<>::put(..., long long)): Likewise.
        (num_put<>::put(..., long long)): Likewise.
        (num_put<>::put(..., unsigned long long)): Likewise.
        (num_put<>::put(..., unsigned long long)): Likewise.
        * bits/locale_facets.tcc (_S_format): Rename from _S_format_long.
        * bits/locale_facets.tcc (_S_format): Rename from _S_format_long.
        Templatize last parameter to support 'long long'.
        Templatize last parameter to support 'long long'.
        (num_put<>::put(...)): Call _S_format with new name.
        (num_put<>::put(...)): Call _S_format with new name.
        (num_put<>::put(..., long long)): Define.
        (num_put<>::put(..., long long)): Define.
        (num_put<>::put(..., unsigned long long)): Likewise.
        (num_put<>::put(..., unsigned long long)): Likewise.
        * src/locale-inst.cc (_S_format): Instantiate under new name.
        * src/locale-inst.cc (_S_format): Instantiate under new name.
2000-02-15  Petter Urkedal  
2000-02-15  Petter Urkedal  
        * src/complex.cc (operator<<, operator>>): Moved from here...
        * src/complex.cc (operator<<, operator>>): Moved from here...
        * src/complex_io.cc: ...to new file.
        * src/complex_io.cc: ...to new file.
        (operator>>): Stub replaced by the real thing.
        (operator>>): Stub replaced by the real thing.
        * src/Makefile.am (sources): Inserted complex_io.cc.
        * src/Makefile.am (sources): Inserted complex_io.cc.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * testsuite/26_numerics/complex_inserters_extractors.cc: Check it.
        * testsuite/26_numerics/complex_inserters_extractors.cc: Check it.
2000-02-14  Benjamin Kosnik  
2000-02-14  Benjamin Kosnik  
        Add in ctype information for newlib "C" libraries.
        Add in ctype information for newlib "C" libraries.
        * config/newlib: New directory
        * config/newlib: New directory
        * config/newlib/bits/ctype_base.h: New file.
        * config/newlib/bits/ctype_base.h: New file.
        * config/newlib/ctype.cc: New file.
        * config/newlib/ctype.cc: New file.
        * ctype/config/linux/*: Rename, move to...
        * ctype/config/linux/*: Rename, move to...
        * ctype/config/gnu-linux/*: Here.
        * ctype/config/gnu-linux/*: Here.
        Finish off multilib work.
        Finish off multilib work.
        * configure.in: Don't set CXX if not Canadian cross.
        * configure.in: Don't set CXX if not Canadian cross.
        * configure: Regenerate.
        * configure: Regenerate.
        * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Tweak messages.
        * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Tweak messages.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
        * install-sh: Remove, as AC_CONFIG_AUX_DIR(..) picks this out of
        * install-sh: Remove, as AC_CONFIG_AUX_DIR(..) picks this out of
        the top-level gcc directory now.
        the top-level gcc directory now.
        * mkinstalldirs: Remove.
        * mkinstalldirs: Remove.
        * missing: Remove
        * missing: Remove
        * ltconfig: Remove.
        * ltconfig: Remove.
        * ltmain.sh: Remove.
        * ltmain.sh: Remove.
        * config.guess: Remove.
        * config.guess: Remove.
        * config.sub: Remove.
        * config.sub: Remove.
2000-02-13  Benjamin Kosnik  
2000-02-13  Benjamin Kosnik  
        * configure.in (glibcpp_basedir): Add glibcpp_basedir.
        * configure.in (glibcpp_basedir): Add glibcpp_basedir.
        * Makefile.am: Move mutlilib stuff to src/Makefile.am.
        * Makefile.am: Move mutlilib stuff to src/Makefile.am.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * src/Makefile.am: Add multilib bits.
        * src/Makefile.am: Add multilib bits.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-02-12  Benjamin Kosnik  
2000-02-12  Benjamin Kosnik  
        * configure.in: Clean, add some multilib support.
        * configure.in: Clean, add some multilib support.
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.host: New file.
        * configure.host: New file.
        * acinclude.m4: GLIBCPP_CHECK_LIBIO. Take bits from configure.in and
        * acinclude.m4: GLIBCPP_CHECK_LIBIO. Take bits from configure.in and
        roll a new function, checks for presence of libio.
        roll a new function, checks for presence of libio.
        GLIBCPP_CHECK_COMPILER_VERSION: Same.
        GLIBCPP_CHECK_COMPILER_VERSION: Same.
        GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT: Same.
        GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT: Same.
        GLIBCPP_CHECK_MATH_SUPPORT: Same.
        GLIBCPP_CHECK_MATH_SUPPORT: Same.
        GLIBCPP_CHECK_WCHAR_T_SUPPORT: Same.
        GLIBCPP_CHECK_WCHAR_T_SUPPORT: Same.
        GLIBCPP_CHECK_LIBIO: Same.
        GLIBCPP_CHECK_LIBIO: Same.
        GLIBCPP_CHECK_CTYPE: Same.
        GLIBCPP_CHECK_CTYPE: Same.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * config.h.in: Regenerate.
        * config.h.in: Regenerate.
        * Makefile.am: Tweaks.
        * Makefile.am: Tweaks.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-02-11  Benjamin Kosnik  
2000-02-11  Benjamin Kosnik  
        * configure.in: Make outputing the libio/Makefile
        * configure.in: Make outputing the libio/Makefile
        conditional. Haha, yeah right. Anyway, we instead do this thing
        conditional. Haha, yeah right. Anyway, we instead do this thing
        where if libio is found, then we build a null library, as there is
        where if libio is found, then we build a null library, as there is
        no point in duplicating the found libio.
        no point in duplicating the found libio.
        * Makefile.am: Tweak.
        * Makefile.am: Tweak.
        * Makefile: Regenerate.
        * Makefile: Regenerate.
        * libio/Makefile.am: Add _G_config.h stuff. Now cross compilers
        * libio/Makefile.am: Add _G_config.h stuff. Now cross compilers
        are happy happy happy.
        are happy happy happy.
        * libio/Makefile.am: Regenerate.
        * libio/Makefile.am: Regenerate.
        * libio/gen-params: New file.
        * libio/gen-params: New file.
        * src/Makefile.am: Make libio.la non-conditional, as it is now a
        * src/Makefile.am: Make libio.la non-conditional, as it is now a
        null library if it's not needed. At least we are being consistent,
        null library if it's not needed. At least we are being consistent,
        if not as elegant as we could be.
        if not as elegant as we could be.
        * src/Makefile: Regenerate.
        * src/Makefile: Regenerate.
2000-02-10  Benjamin Kosnik  
2000-02-10  Benjamin Kosnik  
        * Makefile.am (SUBDIRS): Add libio again.
        * Makefile.am (SUBDIRS): Add libio again.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * configure.in (BUILD_LIBIO_INCLUDE): And here.
        * configure.in (BUILD_LIBIO_INCLUDE): And here.
        (AC_OUTPUT): Generate libio/Makefile again.
        (AC_OUTPUT): Generate libio/Makefile again.
        * configure: Regnerate.
        * configure: Regnerate.
        * src/Makefile.am (libstdc___la_LIBADD): Change path so that
        * src/Makefile.am (libstdc___la_LIBADD): Change path so that
        libio.la is referring back to the libio subdir again.
        libio.la is referring back to the libio subdir again.
        (LIBIO_INCLUDES): And here.
        (LIBIO_INCLUDES): And here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
2000-02-09  Benjamin Kosnik  
2000-02-09  Benjamin Kosnik  
        * math/complex-stub.h: Missed one. Change __mycabs* to cabs*.
        * math/complex-stub.h: Missed one. Change __mycabs* to cabs*.
2000-02-09  Gabriel Dos Reis  
2000-02-09  Gabriel Dos Reis  
        * bits/valarray_array.h (): #include.
        * bits/valarray_array.h (): #include.
        (__valarray_get_memory): New function.
        (__valarray_get_memory): New function.
        (__valarray_release_memory): Likewise.
        (__valarray_release_memory): Likewise.
        (__valarray_default_construct): New functions.
        (__valarray_default_construct): New functions.
        (__valarray_fill_construct): New function.
        (__valarray_fill_construct): New function.
        (__valarray_copy_construct): New funstions.
        (__valarray_copy_construct): New funstions.
        (__valarray_destroy_elements): New function.
        (__valarray_destroy_elements): New function.
        * bits/valarray_array.tcc (__valarray_copy_construct): New
        * bits/valarray_array.tcc (__valarray_copy_construct): New
        functions.
        functions.
        * bits/std_valarray.h (valarray<>::valarray): Use
        * bits/std_valarray.h (valarray<>::valarray): Use
        __valarray_get_memory and __valarray_fill_construct,
        __valarray_get_memory and __valarray_fill_construct,
        __valarray_copy_construct, __valarray_default_construct to
        __valarray_copy_construct, __valarray_default_construct to
        properly construct valarrays.
        properly construct valarrays.
        (valarray<>::~valarray): Use __valarray_destroy_elements to
        (valarray<>::~valarray): Use __valarray_destroy_elements to
        destroy elements and __valarray_release_memory to return memory.
        destroy elements and __valarray_release_memory to return memory.
        (valarray<>::shift): Tweak.
        (valarray<>::shift): Tweak.
        (valarray<>::cshift): Likewise.
        (valarray<>::cshift): Likewise.
        (valarray<>::resize): Robustify.
        (valarray<>::resize): Robustify.
2000-02-09  Benjamin Kosnik  
2000-02-09  Benjamin Kosnik  
        * mknumeric_limits (XCOMPILE): Add support for cross compiling.
        * mknumeric_limits (XCOMPILE): Add support for cross compiling.
        * bits/limits_generic.h: New file, defaults.
        * bits/limits_generic.h: New file, defaults.
        * src/limits_generic.cc: New file, defaults.
        * src/limits_generic.cc: New file, defaults.
        * configure.in (LIBS): Run mknumeric_limits at configure time.
        * configure.in (LIBS): Run mknumeric_limits at configure time.
        * acconfig.h: Remove PACKAGE VERSION HAVE_COMPLEX
        * acconfig.h: Remove PACKAGE VERSION HAVE_COMPLEX
        HAVE_LC_MESSAGES, tidy, clean, etc.
        HAVE_LC_MESSAGES, tidy, clean, etc.
        * src/Makefile.am (geberated_sources): Remove.
        * src/Makefile.am (geberated_sources): Remove.
        * bits/fpos.h: Use _GLIBCPP_USE_LIBIO guards for libio typenames
        * bits/fpos.h: Use _GLIBCPP_USE_LIBIO guards for libio typenames
        (_IO_off_t, _IO_ssize_t)
        (_IO_off_t, _IO_ssize_t)
        * src/complex.cc: Use glibc's  if
        * src/complex.cc: Use glibc's  if
        possible. . . apparently this was not being done before. Include
        possible. . . apparently this was not being done before. Include
        tweaks.
        tweaks.
        (abs): Enable cabs if it's around, instead of mycabs.
        (abs): Enable cabs if it's around, instead of mycabs.
        * src/complexf.cc (FCT): Add global scope to match complex.cc.
        * src/complexf.cc (FCT): Add global scope to match complex.cc.
        * src/complexl.cc (FCT): Same.
        * src/complexl.cc (FCT): Same.
        * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Change mycabsl to cabsl.
        * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Change mycabsl to cabsl.
        (libmath_la_SOURCES): And here.
        (libmath_la_SOURCES): And here.
        * math/(mycabs.c, mycabsf.c, mycabsl.c): Move to. . .
        * math/(mycabs.c, mycabsf.c, mycabsl.c): Move to. . .
        * math/(cabs.c, cabsf.c, cabsl.c): . . . Here.
        * math/(cabs.c, cabsf.c, cabsl.c): . . . Here.
        * math/complex-stub.h: Move c_log declarations into. . .
        * math/complex-stub.h: Move c_log declarations into. . .
        * math/mathconf.h: Here. This is because glibc's 
        * math/mathconf.h: Here. This is because glibc's 
        declares cclog, not c_log. The case of the dueling standards. . .
        declares cclog, not c_log. The case of the dueling standards. . .
        * math/mathconf.h: Add _GLIBCPP_HAVE_* to macros.
        * math/mathconf.h: Add _GLIBCPP_HAVE_* to macros.
        * math/Makefile.am: Change.
        * math/Makefile.am: Change.
        * math/nan.c (nan): Change signature.
        * math/nan.c (nan): Change signature.
        * math/mathconf.h (NAN): Same.
        * math/mathconf.h (NAN): Same.
        * math/complex-stub.h (nan): And here.
        * math/complex-stub.h (nan): And here.
        * Makefile.am (rebuild-stamp): Remove libio and libio
        * Makefile.am (rebuild-stamp): Remove libio and libio
        dependencies.  Plan to take out libio subdir and just merge with
        dependencies.  Plan to take out libio subdir and just merge with
        libio in top level gcc directory. Of course, this assumes there is
        libio in top level gcc directory. Of course, this assumes there is
        a libio in the top level directory (ie ../src_dir). This will
        a libio in the top level directory (ie ../src_dir). This will
        probably change the way this library is configured by default.
        probably change the way this library is configured by default.
        * libio/*: Remove.
        * libio/*: Remove.
2000-02-09  Chip Salzenberg  
2000-02-09  Chip Salzenberg  
        * localefwd.h (locale): Make public: facet, id, category.
        * localefwd.h (locale): Make public: facet, id, category.
2000-02-09  Gabriel Dos Reis  
2000-02-09  Gabriel Dos Reis  
        * testsuite/26_numerics/buggy_complex.cc: Fix Origin:.
        * testsuite/26_numerics/buggy_complex.cc: Fix Origin:.
        * acinclude.m4: Patch only once!
        * acinclude.m4: Patch only once!
2000-02-09  Gabriel Dos Reis  
2000-02-09  Gabriel Dos Reis  
        * testsuite/26_numerics/buggy_complex.cc: New file.
        * testsuite/26_numerics/buggy_complex.cc: New file.
2000-02-05  Petter Urkedal  
2000-02-05  Petter Urkedal  
        * acinclude.m4: New GLIBCPP_CHECK_COMPLEX_SUPPORT macro. Based
        * acinclude.m4: New GLIBCPP_CHECK_COMPLEX_SUPPORT macro. Based
        on the 1999-11-21 entries by Mumit Khan.
        on the 1999-11-21 entries by Mumit Khan.
        * configure.in: Use.
        * configure.in: Use.
        * acconfig.h: New _GLIBCPP_BUGGY_COMPLEX macro.
        * acconfig.h: New _GLIBCPP_BUGGY_COMPLEX macro.
        * bits/std_complex.h: Use.
        * bits/std_complex.h: Use.
2000-02-04  Philip Martin 
2000-02-04  Philip Martin 
       * stl/bits/stl_algobase.h: Add traits based dispatch for
       * stl/bits/stl_algobase.h: Add traits based dispatch for
       __normal_iterator in the copy_backward()algorithm
       __normal_iterator in the copy_backward()algorithm
       * stl/bits/stl_vector.h: Reduce use of __normal_iterator
       * stl/bits/stl_vector.h: Reduce use of __normal_iterator
       base() function.
       base() function.
2000-02-04  Mumit Khan  
2000-02-04  Mumit Khan  
        * src/gen-num-limits.cc (signal_handler): Work around signal
        * src/gen-num-limits.cc (signal_handler): Work around signal
        handling problem on Cygwin.
        handling problem on Cygwin.
        Thanks to Chris Faylor .
        Thanks to Chris Faylor .
2000-02-03  Benjamin Kosnik  
2000-02-03  Benjamin Kosnik  
        * configure.in: Add (preliminary) support for cross compiles and
        * configure.in: Add (preliminary) support for cross compiles and
        multilibs.
        multilibs.
        Remove AC_C_BIGENDIAN tests. Why is this necessary? Cross
        Remove AC_C_BIGENDIAN tests. Why is this necessary? Cross
        compilation freaks on this.
        compilation freaks on this.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am: Add support for cross compiles.
        * src/Makefile.am: Add support for cross compiles.
        * src/Makefile: Regenerate.
        * src/Makefile: Regenerate.
        * Makefile.am: Add support for cross compiles.
        * Makefile.am: Add support for cross compiles.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2000-02-02  Benjamin Kosnik  
2000-02-02  Benjamin Kosnik  
        * configure.in (LIBS): Remove unused subdirs.
        * configure.in (LIBS): Remove unused subdirs.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.am (SUBDIRS): And here.
        * Makefile.am (SUBDIRS): And here.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * src/Makefile.am (sources): And here.
        * src/Makefile.am (sources): And here.
        * src/Makefile.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * string/*: Remove.
        * string/*: Remove.
        * amm1/*: Remove.
        * amm1/*: Remove.
        * generic/*: Remove.
        * generic/*: Remove.
        * glibc/*: Remove.
        * glibc/*: Remove.
        * mkcheck.in (INC_PATH): Include $BUILD_DIR before any source dirs.
        * mkcheck.in (INC_PATH): Include $BUILD_DIR before any source dirs.
        * libtool: Update to libtool-1.3.4.
        * libtool: Update to libtool-1.3.4.
        * ltconfig: Same
        * ltconfig: Same
        * ltmain.sh: Same
        * ltmain.sh: Same
        * config.sub: Same.
        * config.sub: Same.
        * config.guess: Same.
        * config.guess: Same.
2000-02-02  Benjamin Kosnik  
2000-02-02  Benjamin Kosnik  
            Alexandre Petit-Bianco  
            Alexandre Petit-Bianco  
        * mkc++config: New file. Put autoconf macros into _GLIBCPP_
        * mkc++config: New file. Put autoconf macros into _GLIBCPP_
        namespace instead of polluting global namespace with duplicate
        namespace instead of polluting global namespace with duplicate
        autoconf output.
        autoconf output.
        * configure.in (AC_OUTPUT): Don't need to generate bits/config.h
        * configure.in (AC_OUTPUT): Don't need to generate bits/config.h
        here anymore. . .
        here anymore. . .
        (AC_OUTPUT_COMMANDS): Make it here.
        (AC_OUTPUT_COMMANDS): Make it here.
        * configure: Regenerate.
        * configure: Regenerate.
        * bits/c++config.h.in (_CPP_CPPCONFIG): Change. Tweak. Remove
        * bits/c++config.h.in (_CPP_CPPCONFIG): Change. Tweak. Remove
        endif, as now we will add it manually.
        endif, as now we will add it manually.
        Move to this file. . .
        Move to this file. . .
        * bits/c++config.h: New file. Same as old c++config.h.in except
        * bits/c++config.h: New file. Same as old c++config.h.in except
        the ending macro guard is now appended manually.
        the ending macro guard is now appended manually.
        * bits/locale_facets.tcc: Change HAVE_* macros to _GLIBCPP_HAVE_*.
        * bits/locale_facets.tcc: Change HAVE_* macros to _GLIBCPP_HAVE_*.
        * bits/std_cmath.h: Same here.
        * bits/std_cmath.h: Same here.
        * bits/std_cwchar.h: And here.
        * bits/std_cwchar.h: And here.
        * src/locale.cc: And here.
        * src/locale.cc: And here.
        * src/complexl.cc: And here.
        * src/complexl.cc: And here.
        * math/mathconf.h: Change to include "config.h" instead of
        * math/mathconf.h: Change to include "config.h" instead of
        bits/c++config.h.
        bits/c++config.h.
2000-02-01  Benjamin Kosnik  
2000-02-01  Benjamin Kosnik  
        * configure.in: Add support for threads. Try a model closer to
        * configure.in: Add support for threads. Try a model closer to
        libjava, as hopefully if the thread bits are added carefully
        libjava, as hopefully if the thread bits are added carefully
        enough, the source code will not have gross hacks. Besides, the
        enough, the source code will not have gross hacks. Besides, the
        libstdc++-v2 model could be easily emulated without the necessity
        libstdc++-v2 model could be easily emulated without the necessity
        of linking files in (as currently done)--all that needs to be done
        of linking files in (as currently done)--all that needs to be done
        is AC_DEFINE(-D_PTHREADS) etc. However, let's try something
        is AC_DEFINE(-D_PTHREADS) etc. However, let's try something
        new. . . and see if we arrive at a more elegant solution.
        new. . . and see if we arrive at a more elegant solution.
        * configure: Regenerated.
        * configure: Regenerated.
        * config/threads-no.h: New file.
        * config/threads-no.h: New file.
        * config/threads-posix.h: New file.
        * config/threads-posix.h: New file.
        * src/Makefile.am (myinstallheaders): Install c++threads.h.
        * src/Makefile.am (myinstallheaders): Install c++threads.h.
        * src/Makefile.in: Regenerated.
        * src/Makefile.in: Regenerated.
2000-01-31  Benjamin Kosnik  
2000-01-31  Benjamin Kosnik  
        META-QUESTION: Can we just make a "header.html" file and a
        META-QUESTION: Can we just make a "header.html" file and a
        "footer.html" and just include them in all the doc sub-pages. The
        "footer.html" and just include them in all the doc sub-pages. The
        duplication of the header info is kind of gross, and weak
        duplication of the header info is kind of gross, and weak
        considering that if you change order or layout then all this stuff
        considering that if you change order or layout then all this stuff
        has to be changed in all the sub-files.
        has to be changed in all the sub-files.
        * docs/17_intro/contribute.html: Take out duplicate file info.
        * docs/17_intro/contribute.html: Take out duplicate file info.
        * README: Should just contain a link to the docs/index.html
        * README: Should just contain a link to the docs/index.html
        page. Duplicate information removed.
        page. Duplicate information removed.
        * docs/faq/index.html: Remove indexes into HOWTOS.
        * docs/faq/index.html: Remove indexes into HOWTOS.
        * docs/17_intro/howto.html: Make intro and docs part more
        * docs/17_intro/howto.html: Make intro and docs part more
        centralized. Move intro stuff to documentation.html.
        centralized. Move intro stuff to documentation.html.
        * docs/how.html: Tweak. Does this file need to exist? What calls it?
        * docs/how.html: Tweak. Does this file need to exist? What calls it?
        * docs/README.html: Move documentation files to
        * docs/README.html: Move documentation files to
        documentation.html. Should this file be renamed
        documentation.html. Should this file be renamed
        "config_and_install.html" as that is what is apparently covered
        "config_and_install.html" as that is what is apparently covered
        here. . .
        here. . .
        * docs/install.html: Yes. New file, moved and renamed README.html.
        * docs/install.html: Yes. New file, moved and renamed README.html.
        * docs/documentation.html: New file. This is the index file for
        * docs/documentation.html: New file. This is the index file for
        the documentation.
        the documentation.
        * docs/index.html: Edit sidebar order. Insert new link to new
        * docs/index.html: Edit sidebar order. Insert new link to new
        documentation spine, documentation.html.
        documentation spine, documentation.html.
2000-01-31  Scott Snyder  
2000-01-31  Scott Snyder  
        * bits/istream.tcc (operator>>(istream&, string&)): Set failbit if
        * bits/istream.tcc (operator>>(istream&, string&)): Set failbit if
        we don't extract any characters.
        we don't extract any characters.
        * testsuite/21_strings/inserters_extractors.cc (main): New tests.
        * testsuite/21_strings/inserters_extractors.cc (main): New tests.
2000-01-31  Anders Widell  
2000-01-31  Anders Widell  
        * stl/bits/std_bitset.h (_M_do_left_shift): Handle case when shift
        * stl/bits/std_bitset.h (_M_do_left_shift): Handle case when shift
        step is a multiple of the word size.
        step is a multiple of the word size.
        (_M_do_right_shift): Same.
        (_M_do_right_shift): Same.
        * testsuite/23_containers/bitset_shift.cc: New file.
        * testsuite/23_containers/bitset_shift.cc: New file.
2000-01-31  Nathan Myers  
2000-01-31  Nathan Myers  
        * README (Documentation): Add path info, fix typos.
        * README (Documentation): Add path info, fix typos.
2000-01-26  Benjamin Kosnik  
2000-01-26  Benjamin Kosnik  
        * bits/locale_facets.tcc (num_get::_M_extract): Add the freaking
        * bits/locale_facets.tcc (num_get::_M_extract): Add the freaking
        crazy group checking for numpunct, for real this time. At some
        crazy group checking for numpunct, for real this time. At some
        point, the local variable __grp should probably get replaced a
        point, the local variable __grp should probably get replaced a
        char array, or something a bit more lightweight.
        char array, or something a bit more lightweight.
        (num_get::do_get(bool)): Simplify. Don't set bool reference to
        (num_get::do_get(bool)): Simplify. Don't set bool reference to
        parsed value unless err isn't failbit.
        parsed value unless err isn't failbit.
        (num_get::do_get(*)): Same, make consistent.
        (num_get::do_get(*)): Same, make consistent.
        Nathan Myers  
        Nathan Myers  
        Jim Parsons  
        Jim Parsons  
        * testsuite/27_io/istream_extractor_arith.cc (test08): Add
        * testsuite/27_io/istream_extractor_arith.cc (test08): Add
        more grouping tests, tweak, scold, wine.
        more grouping tests, tweak, scold, wine.
2000-01-24  Benjamin Kosnik  
2000-01-24  Benjamin Kosnik  
        * testsuite/27_io/istream_extractor_arith.cc (test07): Add
        * testsuite/27_io/istream_extractor_arith.cc (test07): Add
        grouping tests.
        grouping tests.
        * bits/locale_facets.tcc (num_get::_M_extract): Change to fix
        * bits/locale_facets.tcc (num_get::_M_extract): Change to fix
        grouping bugs. Only allow thousands_sep if _M_use_groupings is
        grouping bugs. Only allow thousands_sep if _M_use_groupings is
        true.
        true.
        via 
        via 
        * stl/bits/stl_vector.h (vector::_M_range_check): Throw
        * stl/bits/stl_vector.h (vector::_M_range_check): Throw
        out_of_range instead of range_error.
        out_of_range instead of range_error.
2000-01-17  Gabriel Dos Reis  
2000-01-17  Gabriel Dos Reis  
        * bits/std_iomanip.h (setw): Fix typo.
        * bits/std_iomanip.h (setw): Fix typo.
2000-01-14  Benjamin Kosnik  
2000-01-14  Benjamin Kosnik  
        * testsuite/27_io/istream_extractor_arith.cc: Fix.
        * testsuite/27_io/istream_extractor_arith.cc: Fix.
        * bits/locale_facets.tcc (do_get(...void)): Change to strtoul.
        * bits/locale_facets.tcc (do_get(...void)): Change to strtoul.
        * testsuite/27_io/istream_unformatted.cc (test04): Tweak.
        * testsuite/27_io/istream_unformatted.cc (test04): Tweak.
2000-01-14  Phil Edwards  
2000-01-14  Phil Edwards  
        * docs/README.html:  Reformat, more installation instructions.
        * docs/README.html:  Reformat, more installation instructions.
        * docs/gccrebuild.html:  New file.
        * docs/gccrebuild.html:  New file.
        * docs/faq/index.html:  Update for new testsuite output filenames.
        * docs/faq/index.html:  Update for new testsuite output filenames.
        * docs/faq/index.txt:  Regenerate.
        * docs/faq/index.txt:  Regenerate.
2000-01-14  Phil Edwards  
2000-01-14  Phil Edwards  
        * Makefile.am (rebuild-stamp, all-local):  New targets.
        * Makefile.am (rebuild-stamp, all-local):  New targets.
        * Makefile.in:  Regenerated.
        * Makefile.in:  Regenerated.
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_RELIBGCC.
        * acinclude.m4:  New macro, GLIBCPP_ENABLE_RELIBGCC.
        * aclocal.m4:  Regenerated.
        * aclocal.m4:  Regenerated.
        * configure.in:  Call new macro.  Also do some sanity checks
        * configure.in:  Call new macro.  Also do some sanity checks
          for combinations of --enable's that may not make sense.
          for combinations of --enable's that may not make sense.
        * configure:  Regenerated.
        * configure:  Regenerated.
2000-01-13  Benjamin Kosnik  
2000-01-13  Benjamin Kosnik  
        * testsuite/27_io/istream_extractor_arith.cc: Add checks for void*.
        * testsuite/27_io/istream_extractor_arith.cc: Add checks for void*.
        * bits/locale_facets.tcc (do_get::(...void)): Set fmtflags
        * bits/locale_facets.tcc (do_get::(...void)): Set fmtflags
        correctly for hex-formatted input.
        correctly for hex-formatted input.
        * testsuite/27_io/istream_manip.cc (test01): Fix, as per setting
        * testsuite/27_io/istream_manip.cc (test01): Fix, as per setting
        eofbit instead of eofbit | failbit.
        eofbit instead of eofbit | failbit.
        * testsuite/27_io/istream_unformatted.cc (test04): Fix, as
        * testsuite/27_io/istream_unformatted.cc (test04): Fix, as
        ifstreams now are opened or'd with ios_base::in (as is correct).
        ifstreams now are opened or'd with ios_base::in (as is correct).
        * bits/fstream.tcc (filebuf::seekoff): Simplify.
        * bits/fstream.tcc (filebuf::seekoff): Simplify.
        * testsuite/27_io/ios_base_members_static.cc (test01): Fix thinko.
        * testsuite/27_io/ios_base_members_static.cc (test01): Fix thinko.
2000-01-12  Benjamin Kosnik  
2000-01-12  Benjamin Kosnik  
        * bits/std_fstream.h: Add ios_base as a friend to basic_filebuf.
        * bits/std_fstream.h: Add ios_base as a friend to basic_filebuf.
        * bits/basic_file.h (basic_file::filepos_cur): Remove incorrect
        * bits/basic_file.h (basic_file::filepos_cur): Remove incorrect
        (misleading) code.
        (misleading) code.
        (__basic_file::filepos_valid): Same.
        (__basic_file::filepos_valid): Same.
        (__basic_file::filepos_beg): Same.
        (__basic_file::filepos_beg): Same.
        (__baseic_file::get_fileno): New function.
        (__baseic_file::get_fileno): New function.
        * bits/ios_base.h (ios_base::sync_with_stdio): Implement, including
        * bits/ios_base.h (ios_base::sync_with_stdio): Implement, including
        feedback from LWG 49.
        feedback from LWG 49.
        * src/ios.cc: Move definition here.
        * src/ios.cc: Move definition here.
        * testsuite/27_io/ios_base_members_static.cc (test01): Add tests.
        * testsuite/27_io/ios_base_members_static.cc (test01): Add tests.
        * bits/std_sstream.h (_M_really_sync): Simplify argument list. Set
        * bits/std_sstream.h (_M_really_sync): Simplify argument list. Set
        output part of internal buffer based on string size, so that
        output part of internal buffer based on string size, so that
        _M_out_end is set consistently with filebufs. Correct comments.
        _M_out_end is set consistently with filebufs. Correct comments.
        * bits/sstream.tcc (stringbuf::overflow): Update here too.
        * bits/sstream.tcc (stringbuf::overflow): Update here too.
        * testsuite/27_io/stringbuf.cc: Changes.
        * testsuite/27_io/stringbuf.cc: Changes.
2000-01-11  Benjamin Kosnik  
2000-01-11  Benjamin Kosnik  
        * bits/sstream.tcc (seekoff): Set based on end of written buffer,
        * bits/sstream.tcc (seekoff): Set based on end of written buffer,
        not buffer size.
        not buffer size.
        * testsuite/27_io/stringbuf.cc: Add tests for seekoff(end).
        * testsuite/27_io/stringbuf.cc: Add tests for seekoff(end).
        * bits/std_fstream.h (ifstream::open): Add ios_base::in to openmode.
        * bits/std_fstream.h (ifstream::open): Add ios_base::in to openmode.
        (ofstream::open): Add ios_base::out to openmode.
        (ofstream::open): Add ios_base::out to openmode.
        * bits/locale_facets.tcc (_M_extract): Have consistency between
        * bits/locale_facets.tcc (_M_extract): Have consistency between
        istream::sentry and extractors, where failbit | eofbit is
        istream::sentry and extractors, where failbit | eofbit is
        set. Don't change this, but instead change. . (do some formatting
        set. Don't change this, but instead change. . (do some formatting
        tweaks.)
        tweaks.)
        * bits/istream.tcc (istream::sentry): Only set eofbit.
        * bits/istream.tcc (istream::sentry): Only set eofbit.
2000-01-10  Benjamin Kosnik  
2000-01-10  Benjamin Kosnik  
        * testsuite/27_io/istringstream_members.cc: New file.
        * testsuite/27_io/istringstream_members.cc: New file.
2000-01-09  Benjamin Kosnik  
2000-01-09  Benjamin Kosnik  
        * bits/istream.tcc (istream::sentry): Flush.
        * bits/istream.tcc (istream::sentry): Flush.
        * configure.in (AC_OUTPUT_COMMANDS): Simplify.
        * configure.in (AC_OUTPUT_COMMANDS): Simplify.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am (generated_headers): Remove bits/c++config.h so
        * src/Makefile.am (generated_headers): Remove bits/c++config.h so
        that make clean will not delete it.
        that make clean will not delete it.
        * src/Makefile: Regenerate.
        * src/Makefile: Regenerate.
2000-01-07  Phil Edwards  
2000-01-07  Phil Edwards  
        * mkcheck.in:  Use host-specific invocation of size(1);
        * mkcheck.in:  Use host-specific invocation of size(1);
          GNU binutils isn't necessarily there (more's the pity).
          GNU binutils isn't necessarily there (more's the pity).
2000-01-06  Benjamin Kosnik  
2000-01-06  Benjamin Kosnik  
        * configure.in (LIBS): Better tests for solaris2.6.
        * configure.in (LIBS): Better tests for solaris2.6.
        * configure: Regenerate.
        * configure: Regenerate.
         
         
        * bits/std_sstream.h: As per libstdc++20.
        * bits/std_sstream.h: As per libstdc++20.
2000-01-06  Benjamin Kosnik  
2000-01-06  Benjamin Kosnik  
        Break out configuration on solaris.
        Break out configuration on solaris.
        * configure.in (ctype_solaris): Add in bits for solaris2.6 and 2.7.
        * configure.in (ctype_solaris): Add in bits for solaris2.6 and 2.7.
        * config/solaris/ctype.cc: Delete and move to proper version.
        * config/solaris/ctype.cc: Delete and move to proper version.
        * config/solaris/bits: Same.
        * config/solaris/bits: Same.
        * config/solaris/solaris2.5: Add this directory, with subdir bits
        * config/solaris/solaris2.5: Add this directory, with subdir bits
        and file ctype.cc. Probably doesn't work.
        and file ctype.cc. Probably doesn't work.
        * config/solaris/solaris2.6: Same.
        * config/solaris/solaris2.6: Same.
        * config/solaris/solaris2.7: Same, as per specs via Phil Edwards.
        * config/solaris/solaris2.7: Same, as per specs via Phil Edwards.
        * Makefile.am: Change paths to mkcheck.
        * Makefile.am: Change paths to mkcheck.
        * Makefile: Regenerate.
        * Makefile: Regenerate.
        * configure.in (AC_OUTPUT_COMMANDS): Build mkcheck here.
        * configure.in (AC_OUTPUT_COMMANDS): Build mkcheck here.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.am (generated_headers): Add bits/c++config.h.
        * src/Makefile.am (generated_headers): Add bits/c++config.h.
        * mkcheck: Now autogenerated by configure and renamed. . .
        * mkcheck: Now autogenerated by configure and renamed. . .
        * mkcheck.in (INC_PATH): Add glue for ctype_include_dir.
        * mkcheck.in (INC_PATH): Add glue for ctype_include_dir.
        Have longer-style dates.
        Have longer-style dates.
        Raja R Harinath  
        Raja R Harinath  
        * mkcheck: Change path to #!/usr/clocal/bin/bash.
        * mkcheck: Change path to #!/usr/clocal/bin/bash.
        * docs/README.html: Correct links, maybe. FAQ, install notes, and
        * docs/README.html: Correct links, maybe. FAQ, install notes, and
        general documentation need to be organized around each other, not
        general documentation need to be organized around each other, not
        fight against each other. . .
        fight against each other. . .
2000-01-04  Phil Edwards  
2000-01-04  Phil Edwards  
            Nicolai Josuttis 
            Nicolai Josuttis 
        * README:  Add a note referring to README.html.
        * README:  Add a note referring to README.html.
        * docs/README.html:  New file from Nicolai.
        * docs/README.html:  New file from Nicolai.
        * docs/faq/index.html:  Move "how to get a copy" to here.
        * docs/faq/index.html:  Move "how to get a copy" to here.
        * docs/gentop/footchunk.html:  Update.
        * docs/gentop/footchunk.html:  Update.
        * docs/gentop/headchunk.html:  New links according to
        * docs/gentop/headchunk.html:  New links according to
          bkoz's idea for "How to..." stuff.
          bkoz's idea for "How to..." stuff.
        * docs/gentop/thanks:  Actually put people here.
        * docs/gentop/thanks:  Actually put people here.
        * docs/download.html:  Regenerated.
        * docs/download.html:  Regenerated.
        * docs/index.html, docs/links.html, docs/mail.html,
        * docs/index.html, docs/links.html, docs/mail.html,
          docs/status.html, docs/thanks.html, docs/faq/index.txt:  Ditto.
          docs/status.html, docs/thanks.html, docs/faq/index.txt:  Ditto.
        * docs/how.html:  Ditto.  (This file should go away soon.)
        * docs/how.html:  Ditto.  (This file should go away soon.)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.