OSDN Git Service

2001-05-25 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 1a8280e..fbdd081 100644 (file)
@@ -1,3 +1,82 @@
+2001-05-25  Benjamin Kosnik  <bkoz@redhat.com>
+
+       other/2931
+       * acinclude.m4 (GLIBCPP_ENABLE_C99): Use AC_TRY_COMPILE.
+       * aclocal.m4: Regenerate.
+       * configure: Same.
+       
+2001-05-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+            Phil Edwards  <pme@sources.redhat.com>
+           Alexandre Oliva  <aoliva@redhat.com>
+
+        * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
+        in an amd-safe manner. Revert glibcpp_prefixdir.
+
+2001-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * include/c_std/bits/std_cmath.h: Tweak.  #define away abs, cos,
+       fabs, sin, sqrt.  They are now implemented in terms of __builtin_
+       variants. 
+
+2001-05-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2830
+       * testsuite/21_strings/inserters_extractors.cc (test09): New test.
+       * include/bits/ostream.tcc: Format to match istream.tcc.
+       (operator<<(basic_ostream __out, const basic_string __s)): Fix.
+       
+2001-05-24  Phil Edwards  <pme@sources.redhat.com>
+
+       * libsupc++/eh_alloc.cc (__cxa_allocate_exception):  Qualify
+       malloc with std:: .
+       (__cxa_free_exception):  Likewise with free.
+
+2001-05-24  Mark Mitchell  <mark@codesourcery.com>
+
+       * include/c_std/bin/std_cstring.h: #define away all global
+       functions we will redeclare in namespace `std'.
+       * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Use
+       std::memset, instead of memset.
+       * testsuite/19_diagnostics/stdexceptions.cc: Use `std::strcmp',
+       not plain `strcmp'.
+       * testsuite/21_strings/c_strings.cc: Use `std::strcpy' instead of
+       plain `strcpy'.
+       
+2001-05-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2832
+       * include/bits/basic_ios.tcc: Small tweak.
+       * include/bits/std_fstream.h (ifstream): Add buffer member. Adjust
+       ctors and dtors, and rdbuf settings.
+       (ofstream): Same.
+       (fstream): Same.
+       * include/bits/std_sstream.h: Same, but for stringstream classes.
+       * testsuite/27_io/ostringstream_members.cc: New.
+       * testsuite/27_io/stringstream_members.cc: New. 
+       * testsuite/27_io/fstream_members.cc: New.              
+       * testsuite/27_io/ifstream_members.cc: Add test.
+       * testsuite/27_io/istringstream_members.cc: Add test.
+       * testsuite/27_io/ofstream_members.cc: Add test.
+
+2001-05-24  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * include/bits/c++config(__NO_MATH_INLINES): Move to...
+       * config/os/gnu-linux/bits/os_defines.h: ...here.
+
+2001-05-24  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * include/bits/c++config (__NO_MATH_INLINES): New macro.
+       * testsuite/26_numerics/fabs_inline.cc (main): New test.
+
+2001-05-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+       libstdc++/2841
+       * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set
+       ld_library_path.  
+       (libstdc++-v3_set_ld_library_path): New, copied from g++.exp.
+       (libstdc++-v3-finish): Remove.
+       (libstdc++-v3_exit): Remove.
+
 2001-05-22  Phil Edwards  <pme@sources.redhat.com>
 
        * docs/html/documentation.html:  Point to doxygen output.
        (wcsstr): Same.
        (wmemchr): Same.
 
-2001-05-21  Benjamin Kosnik  <bkoz@kredhat.com>
+2001-05-21  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/21_strings/c_strings.cc (main): Fix.