OSDN Git Service

* testsuite/thread/pthread1.cc: Enable on *-*-netbsd*.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 13ffd4e..690e25c 100644 (file)
@@ -1,5 +1,27 @@
+2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * testsuite/thread/pthread1.cc: Enable on *-*-netbsd*.
+       * testsuite/thread/pthread2.cc: Likewise.
+       * testsuite/thread/pthread3.cc: Likewise.
+       * testsuite/thread/pthread4.cc: Likewise.
+       * testsuite/thread/pthread5.cc: Likewise.
+       * testsuite/thread/pthread6.cc: Likewise.
+
+2002-10-27  Paolo Carlini  <pcarlini@unitus.it>
+
+       PR libstdc++/8347
+       * include/bits/basic_string.tcc
+       (string::_S_construct(_InIter, _InIter, const _Alloc&,
+       forward_iterator_tag)): Do not throw logic error if
+       __beg == NULL && __end == __beg.
+       (string::string(const _CharT*, const _Alloc&)): Tweak.
+       * testsuite/21_strings/ctor_copy_dtor.cc: Add test05 from PR.
+
 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       PR other/3337
+       PR bootstrap/6763
+       PR bootstrap/8122
        * testsuite/testsuite_hooks.cc (__set_testsuite_memlimit): Use
        __typeof__ (r.rlim_cur), not rlim_t in declaration of limit.