OSDN Git Service

2001-05-18 Angela Marie Thomas <angela@cygnus.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 4650659..b18874c 100644 (file)
@@ -1,3 +1,556 @@
+2001-05-18  Angela Marie Thomas <angela@cygnus.com>
+
+        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set flags
+        appropriately for remote testing and testing installed files without
+        a build dir.
+
+2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
+       amd glibcpp_prefixdir with absolute paths.
+
+       * include/bits/c++config (__GLIBCPP__): Bump.
+       * acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number.
+
+2001-05-18  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+        * include/bits/std_valarray.h (valarray<>::operator[] const):
+        Return a const reference. 
+        * testsuite/26_numerics/valarray_const_bracket.cc: New test.
+
+2001-05-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.target (ATOMICITYH): Actually use AIX-specific code on
+       earlier versions of AIX 4.*.
+
+2001-05-18  Angela Marie Thomas <angela@cygnus.com>
+
+        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-dg-test):  Set
+        output_file based on the name of the testcase.
+
+2001-05-18  Angela Marie Thomas <angela@cygnus.com>
+
+        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):  Build
+        gluefile and use it if needs_status_wrapper is set.
+
+2001-05-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.target (ATOMICITYH): Use cpu/generic code on earlier
+       versions of AIX.
+
+2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
+       on earlier versions of AIX.
+
+2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite_flags.in (query): Add backwards, ext directories.
+
+2001-05-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * porting.texi: Correct documentation about handling
+       _LARRGEFILE_SOURCE and its ilk.
+       * config/os/solaris/solaris2.5/bits/os_defines.h: Remove
+       definitions of _XOPEN_SOURCE, _LARGEFILE64_SOURCE, and 
+       __EXTENSIONS__.
+       * config/os/solaris/solaris2.6/bits/os_defines.h: Likewise.
+       * config/os/solaris/solaris2.7/bits/os_defines.h: Likewise.
+
+2001-05-15  Zack Weinberg  <zackw@stanford.edu>
+       
+        * testsuite/21_strings/inserters_extractors.cc,
+        testsuite/27_io/istream_unformatted.cc,
+        testsuite/27_io/stringstream.cc:
+        Replace multi-line string constants with C89-style
+        concatenated string constants.
+       
+2001-05-14  Richard Henderson  <rth@redhat.com>
+
+       * mknumeric_limits: Build with -fno-exceptions.
+
+2001-05-13   Benjamin Kosnik  <bkoz@redhat.com>
+
+       Switch over to new harness.
+       * testsuite_flags.in: Tweaks via Gaby.
+       * testsuite/Makefile.am: Change tool to libstdc++-v3.
+       (EXPECT): Quote directly.
+       (RUNTEST): Same.
+       * configure.in: Output testsuite_flags.
+       * acinclude.m4: Substitute src, bld, and prefix dirs.
+       Remove glibcpp_expect, glibcpp_runtestflags.
+       * Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
+       * mkcheck.in: Port to new interface.
+       
+       * aclocal.m4: Regerate.
+       * configure: Regnerate.
+       * Makefile.in: Regnerate.
+       * */Makefile.in: Regenerate.
+       
+       * tests_flags.in: Remove.
+       * testsuite/lib/libstdc++.exp: Remove.
+       * testsuite/libstdc++.tests/tests.exp: Remove.
+       
+2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.target: Remove detection of AIX pthread multilib, now
+       obtained from `gcc -v'.
+
+2001-05-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * mkcheck.in (setup_size_command): Use Berkeley "-B" mode with GNU
+       size.  Add hpux case for HP size.
+
+2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite_flags.in: New, simplified interface.
+       * testsuite/lib/libstdc++-v3-dg.exp: New test harness.
+       * testsuite/libstdc++-v3.dg: Add.
+       * testsuite/libstdc++-v3.dg/dg.exp: Add.        
+
+2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
+       * testsuite/config/default.exp: Update bugs email address.
+       
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+       * libsupc++/eh_personality.cc: Include unwind-pe.h.  Remove
+       all pointer encoding logic.
+       (struct lsda_header_info): Add ttype_base.
+       (get_ttype_entry): Use it instead of a context.
+       (check_exception_spec): Likewise.
+       (PERSONALITY_FUNCTION): Initialize ttype_base.  Store it in
+       the c++ exception header for __cxa_call_unexpected.
+       (__cxa_call_unexpected): Use it.
+
+2001-05-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/lib/libstdc++.exp: Use libgloss.exp. Call
+       libgloss_link_flags to find crt0.o for targets that use libgloss
+       instead of newlib.
+       Change LDFLAGS to LIBS.
+       Consistently name procedures libstdc++-XXX.
+       * testsuite/libstdc++.tests/tests.exp: Use new procedure names.
+       
+2001-05-08  Benjamin Kosnik  <bkoz@fillmore.constant.com>
+
+       * include/c_std/bits/std_cstring.h (memchr): Correct definitions.
+       (strchr): Same.
+       (strpbrk): Same.
+       (strrchr): Same.
+       (strstr): Same.
+       * include/c_std/bits/std_cwchar.h (wcschr): Same.
+       (wcsbrk): Same.
+       (wcsrchr): Same.
+       (wcsstr): Same.
+       (wmemchr): Same.
+       * testsuite/21_strings/c_strings.cc: Add tests.
+       
+2001-05-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2523
+       * include/bits/std_fstream.h (basic_filebuf): Change signature.
+       * include/bits/fstream.tcc (basic_filebuf): Change bool argument
+       to int_type, pass in buffer size info.
+       * include/bits/std_streambuf.h (_M_is_indeterminate): Check for
+       unbuffered situation.
+       (underflow): Remove codecvt bits for the time being.
+       * include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
+       * include/bits/locale_facets.tcc (_M_extract): Cache dereference
+       values from iterators, clean.
+       * src/locale.cc: Ditto.
+       * include/bits/sbuf_iter.h: Format.
+       * src/ios.cc: Explicitly pass in buffer sizes at creation time.
+       * testsuite/27_io/narrow_stream_objects.cc: Add tests.
+       * testsuite/27_io/filebuf.cc: Tweaks.
+       * testsuite/27_io/filebuf_members.cc: Tweaks.
+       
+2001-05-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/os/solaris/solaris2.7/bits/os_defines.h
+       (_LARGEFILE_SOURCE): Define it.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or
+       -prefer-non-pic depending on whether libtool has shared libraries
+       enabled or disabled.
+       * libsupc++/Makefile.am (LIBSUPCXX_CXXFLAGS): Set to
+       $(LIBSUPCXX_PICFLAGS).
+       * configure, */Makefile.in: Rebuilt.
+
+2001-05-01  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/sbuf_iter.h (istreambuf_iterator): Correct.
+       * testsuite/24_iterators/istreambuf_iterator.cc (test02): Add test.
+
+       * include/bits/std_sstream.h (stringbuf): Leak
+       copied string.
+       * testsuite/24_iterators/ostreambuf_iterator.cc: Correct.
+       
+2001-05-01  Tom Browder  <tbrowder@home.com>
+
+       * docs/html/ext/howto.html:  Fix typo.
+
+2001-05-01  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * testsuite/libstdc++.tests/tests.exp: Add comment.
+
+2001-05-01  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * testsuite/libstdc++.tests/tests.exp: Set ulimits.
+
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * porting.texi: Use the GFDL.
+
+2001-04-30  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2627 
+       * testsuite/24_iterators/ostreambuf_iterator.cc: New file.
+       * include/bits/sbuf_iter.h (ostreambuf_iterator): Remove bogus
+       specializations.
+
+2001-04-30  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2964
+       * include/bits/stl_iterator_base_funcs.h (__advance): Fix.
+
+2001-04-28  Phil Edwards  <pme@sources.redhat.com>
+
+       * docs/doxygen/run_doxygen:  Minor tweaks.
+       * docs/doxygen/style.css:  New file.
+       * docs/doxygen/user.cfg.in:  Update using "doxygen -u" to get the
+       latest parameters available.  Use style.css.
+
+2001-04-27  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * docs/doxygen/mainpage.doxy: New.
+       * docs/doxygen/user.cfg.in: Change default configuration. Single
+       frame, other tweaks.
+
+2001-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * docs/html/17_intro/BADNAMES: Remove EGCS reference.
+       Indicate obsolete nature of thelist for G++ 3.0.
+
+2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
+
+       * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Obtain
+       target_thread_file with `gcc -v'.
+       * aclocal.m4, configure: Rebuilt.
+
+2001-04-25  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/c_std/bits/std_cmath.h (std): Explicitly inject c99 names.
+       * include/c_std/bits/std_cstdlib.h (std): Same, except for llabs.
+       * include/c_std/bits/std_cwchar.h (std): Same.
+       * acconfig.h (std): Remove c99 injection into std.
+       * config.h.in: Regenerate.
+       
+       * testsuite/README: Fix typo.
+
+       * include/bits/codecvt.h: Remove warnings.
+       
+2001-04-24  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+
+        * include/ext/slist: Include required header files. 
+
+2001-04-23  Loren J. Rittle  <ljrittle@acm.org>
+
+       * include/c_std/bits/std_cerrno.h (errno): Define macro from
+       identifier declared with external linkage, if needed.
+       * include/c_std/bits/std_csetjmp.h (setjmp): Likewise.
+       * include/c_std/bits/std_cstdarg.h (va_end): Likewise.
+
+2001-04-23  Benjamin Kosnik  <bkoz@fillmore.constant.com>
+
+       * acinclude.m4 (CXX): Set to glibcpp_CXX so that in-directory
+       re-configures find the build compiler.
+       (GLIBCPP_ENABLE_C99): Do all fp-tests with 0.0, not 0. Fixes
+       libstdc++/2609.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2001-04-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Make sure required C99
+       support is enabled correctly before long long is activated.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       
+       * include/backward/backward_warning.h: Format correctly.
+
+       * testsuite/26_numerics/c99_classification_macros_c.cc: Add.
+       * testsuite/26_numerics/c99_classification_macros_c++.cc: Add.
+       * testsuite/26_numerics/c99_macros.cc: Remove.
+       
+2001-04-20  Phil Edwards  <pme@sources.redhat.com>
+
+       * include/bits/stl_bvector.h:  Replace __ITERATOR_CATEGORY with
+       __iterator_category.
+
+2001-04-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acconfig.h (_GLIBCPP_USE_C99): Add.
+       * config.h.in: Regenerate.
+       * acinclude.m4 (GLIBCPP_ENABLE_C99): New macro. Test for ISO/IEC
+       9899: 1999 support.
+       * aclocal.m4: Regenerate.
+       * configure.in (GLIBCPP_ENABLE_C99): Use it, on by default.
+       * configure: Regenerate.
+       * configure.in (GLIBCPP_ENABLE_LONG_LONG): Set default to yes.
+       * configure: Regenerate.
+       * include/c_std/bits/std_cwchar.h: Put wcstold, wcstoll, wcstoull
+       into c99.
+       * include/c_std/bits/std_cmath.h: Bring C99 functions into c99
+       namespace.
+       * include/c_std/bits/std_cstdlib.h: Same.
+       * docs/html/configopts.html: Update.
+       * testsuite/26_numerics/c99_macros.cc: Edit, use cmath instead of
+       math.h
+       (test_c99_classify): Add.
+       * config/os/gnu-linux/bits/os_defines.h (_GNU_SOURCE): Remove.
+       (_ISOC99_SOURCE): Remove.
+
+       * include/bits/stl_algo.h: Use _GLIBCPP_HAVE_DRAND48.
+       * include/bits/c++config (__STL_ASSERTIONS): Simplify.
+       * acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Add check for drand48.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       
+2001-04-19  Phil Edwards  <pme@sources.redhat.com>
+
+       * Makefile.am (doxygen):  Assume script is missing execute perms.
+       * Makefile.in:  Regenerated.
+       * docs/doxygen/user.cfg.in:  Add class diagrams and source browsing.
+
+2001-04-17  Loren J. Rittle  <ljrittle@acm.org>
+
+       * testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
+
+2001-04-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/23_containers/map_operators.cc: Add dg-excess-errors.
+       * testsuite/23_containers/set_operators.cc: Same.
+
+       * include/bits/c++config: Add _GLIBCPP_CONCEPT_CHECKS. Disable by
+       default.
+       (__GLIBCPP__): Bump from value of last release.
+       * include/bits/concept_check.h: Default to off, edit comments.
+       * src/stl-inst.cc: Use _GLIBCPP_CONCEPT_CHECKS.
+       * src/Makefile.am (AM_CXXFLAGS): Remove _GLIBCPP_NO_CONCEPT_CHECKS. 
+       * src/Makefile.in: Regenerate.
+       
+2001-04-14  Martin Reinecke <martin@MPA-Garching.MPG.DE>
+
+       * include/bits/boost_concept_check.h(_Mutable_ContainerConcept):
+       Properly uglify member.
+
+2001-04-13  Phil Edwards  <pme@sources.redhat.com>
+
+       * include/bits/stl_algobase.h (equal):  Use EqualOpConcept instead
+       of EqualityCo
+       mparableConcept.
+
+2001-04-13  Phil Edwards  <pme@sources.redhat.com>
+
+       * include/bits/boost_concept_check.h:  Uglify, fork from Boost.
+       * include/bits/concept_check.h:  Uglify.
+       * include/bits/stl_algo.h:  Likewise.
+       * include/bits/stl_algobase.h:  Likewise.
+       * include/bits/stl_deque.h:  Likewise.
+       * include/bits/stl_heap.h:  Likewise.
+       * include/bits/stl_iterator_base_funcs.h:  Likewise.
+       * include/bits/stl_list.h:  Likewise.
+       * include/bits/stl_map.h:  Likewise.
+       * include/bits/stl_multimap.h:  Likewise.
+       * include/bits/stl_multiset.h:  Likewise.
+       * include/bits/stl_numeric.h:  Likewise.
+       * include/bits/stl_queue.h:  Likewise.
+       * include/bits/stl_set.h:  Likewise.
+       * include/bits/stl_stack.h:  Likewise.
+       * include/bits/stl_vector.h:  Likewise.
+       * include/ext/hash_map:  Likewise.
+       * include/ext/hash_set:  Likewise.
+       * include/ext/slist:  Likewise.
+
+2001-04-13  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * testsuite/23_containers/set_operators.cc: Just try to compile.
+       Mark as XFAIL.   
+       * testsuite/23_containers/map_operators.cc: Same.
+
+2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
+
+       * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Prepend "./" to
+       output_file.
+       (dg-test): Revert rth's change.
+
+2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Don't
+       terminate holding the mutex. Make sure size fits in EMERGENCY_OBJ_SIZE.
+
+2001-04-12  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * testsuite/README: Add DejaGnu specific documentation.
+
+2001-04-11  Benjamin Kosnik  <bkoz@redhat.com>
+       
+       * acinclude.m4: AC_CHECK_TOOL for expect.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * testsuite/Makefile.am (RUNTEST): Use substituted.
+       (EXPECT): Same.
+
+       * configure.in: Remove xcompiling substitution.
+       * tests_flags.in (CROSS_LIB_PATH): Remove.
+       (xcompiling): Remove.
+       (CXX): Use substituted CXX.
+       
+2001-04-11  Richard Henderson  <rth@redhat.com>
+
+       * testsuite/lib/libstdc++.exp: Specify path for output_file.
+
+2001-04-08  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * include/bits/std_valarray.h(valarray<>::operator[]): Make
+       inline. 
+
+2001-04-06  Gabriel Dos Reis  <gdr@codesourcery.com>
+  
+       * testsuite/25_algorithms/equal.cc: New test.
+
+2001-04-06  Joe Buck  <jbuck@welsh-buck.org>
+
+        * stl_algobase.h (std::equal): avoid use of possibly-undefined
+        operator != (one line patch).
+
+2001-04-06   Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/backward/backward_warning.h: Re-enable.
+
+2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
+            Alexandre Oliva  <aoliva@redhat.com>
+       
+       * tests_flags.in (CROSS_LIB_PATH): Add as -B flag.
+
+2001-04-06  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+        * include/c_std/bits/std_cmath.h: Get rid of C99 math macros.
+        * testsuite/26_numerics/c99_macros.cc: Add test.
+
+2001-04-06  Phil Edwards  <pme@sources.redhat.com>
+
+       * docs/html/faq/index.html:  Update for 2.92, grab from RELEASE-NOTES.
+       * docs/html/faq/index.txt:  Regenerated.
+
+2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/backward/backward_warning.h: Temporarily disable until
+       g++ testsuite changes go in.
+       * tests_flags.in (CROSS_LIB_PATH): Add.
+
+2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+       Warn when using backward headers.
+       * include/backward/algo.h: Include warning file.        
+       * include/backward/vector.h: Same.
+       * include/backward/tree.h: Same.
+       * include/backward/tempbuf.h: Same.
+       * include/backward/strstream: Same.
+       * include/backward/streambuf.h: Same.
+       * include/backward/stream.h: Same.
+       * include/backward/stack.h: Same.
+       * include/backward/slist.h: Same.
+       * include/backward/set.h: Same.
+       * include/backward/rope.h: 
+       * include/backward/queue.h: Same.
+       * include/backward/pair.h: Same.
+       * include/backward/ostream.h: Same.
+       * include/backward/new.h: Same.
+       * include/backward/multiset.h: Same.
+       * include/backward/multimap.h: Same.
+       * include/backward/map.h: Same.
+       * include/backward/list.h: Same.
+       * include/backward/iterator.h: Same.
+       * include/backward/istream.h: Same.
+       * include/backward/iostream.h: 
+       * include/backward/iomanip.h: 
+       * include/backward/heap.h: Same.
+       * include/backward/hashtable.h: 
+       * include/backward/hash_set.h: 
+       * include/backward/hash_map.h: 
+       * include/backward/function.h: 
+       * include/backward/fstream.h: 
+       * include/backward/deque.h: 
+       * include/backward/defalloc.h: Same.
+       * include/backward/complex.h: Same.
+       * include/backward/bvector.h: 
+       * include/backward/alloc.h: 
+       * include/backward/algobase.h: Same.
+
+       * include/backward/backward_warning.h: New file.
+       * src/Makefile.am (backward_headers): Add backward_warning.h
+       * src/Makefile.in: Regenerate.
+
+2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/Makefile.am (myinstalldirs): Make sure backward directory is
+       created.
+       (myinstallheaders): Install backward headers in backward directory.
+       * src/Makefile.in: Regenerate.
+       
+2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+       Prepare for libstdc++-2.92.
+       * docs/html/17_intro/RELEASE-NOTES (New): Update.
+       * docs/html/configopts.html: Fix formatting.
+       * README (file): Updates.
+       * include/bits/c++config (__GLIBCPP__): Update.
+
+2001-04-05  Phil Edwards  <pme@sources.redhat.com>
+
+       * docs/doxygen/run_doxygen:  Check for the existence of Doxygen.
+
+2001-04-04  Phil Edwards  <pme@sources.redhat.com>
+
+       * docs/doxygen/user.cfg.in:  Extract all non-private members;
+         reduce confusing documentation output.
+
+2001-04-04  Geoffrey Keating  <geoffk@redhat.com>
+
+       * include/backward/fstream.h: Add missing semicolons.
+
+2001-04-03  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/fstream.tcc: Add bool parameter to filebuf ctor.
+       * include/bits/ios_base.h(ios_base::Init): Remove _M_cout, _M_cin,
+       _M_cerr, _M_wcout, _M_wcin, _M_wcerr.
+       (ios_base::Init::_S_ios_create): New.
+       (ios_base::Init::_S_ios_destroy): New.  
+       * include/bits/std_fstream.h: Change ctor args.
+       * src/ios.cc (ios_base::Init::Init): Use _S_ios_create.
+       (ios_base::Init::~Init): Use _S_ios_destroy.
+       (ios_base::sync_with_stdio): Use new members.
+       * testsuite/27_io/filebuf_members.cc: Fix calling conventions for
+       filebuf ctor.
+
+2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+
+        * include/backward/fstream.h:  Expose streampos to global
+          namespace.
+       
+2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+
+       * include/bits/stl_iterator_base_types.h: Fix typo
+
+2001-04-03  Andreas Schwab  <schwab@suse.de>
+
+       * include/backward/fstream.h: Define filebuf and wfilebuf.
+
 2001-04-02  Phil Edwards  <pme@sources.redhat.com>
 
        New concept checking implementation.