]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sgetn.txt: Correct copyright holder.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 29 Mar 2006 22:46:44 +0000 (22:46 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 29 Mar 2006 22:46:44 +0000 (22:46 +0000)
2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/data/sgetn.txt:  Correct copyright holder.
* testsuite/data/wistream_extractor_other-1.tst: Same.
* testsuite/data/wistream_extractor_other-2.tst: Same.
* testsuite/data/istream_extractor_other-1.txt: Same.
* testsuite/data/filebuf_virtuals-1.txt: Same.
* testsuite/data/wostream_inserter_other-1.tst: Same.
* testsuite/data/wostream_inserter_other-2.tst: Same.
* testsuite/data/ostream_inserter_other-1.tst: Same.
* testsuite/data/ostream_inserter_other-2.tst: Same.
* testsuite/data/wistream_extractor_other-1.txt: Same.
* testsuite/data/istream_extractor_other-1.tst: Same.
* testsuite/data/istream_extractor_other-2.tst: Same.
* testsuite/data/filebuf_virtuals-1.tst: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
conditions.
* testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.

From-SVN: r112514

18 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc
libstdc++-v3/testsuite/data/filebuf_virtuals-1.tst
libstdc++-v3/testsuite/data/filebuf_virtuals-1.txt
libstdc++-v3/testsuite/data/istream_extractor_other-1.tst
libstdc++-v3/testsuite/data/istream_extractor_other-1.txt
libstdc++-v3/testsuite/data/istream_extractor_other-2.tst
libstdc++-v3/testsuite/data/ostream_inserter_other-1.tst
libstdc++-v3/testsuite/data/ostream_inserter_other-2.tst
libstdc++-v3/testsuite/data/sgetn.txt
libstdc++-v3/testsuite/data/wistream_extractor_other-1.tst
libstdc++-v3/testsuite/data/wistream_extractor_other-1.txt
libstdc++-v3/testsuite/data/wistream_extractor_other-2.tst
libstdc++-v3/testsuite/data/wostream_inserter_other-1.tst
libstdc++-v3/testsuite/data/wostream_inserter_other-2.tst

index 4611906d75d10abce8776b40b33cdd656b3aa185..b0f2a3d52a30ceccceb086edf0334a042c980700 100644 (file)
@@ -1,3 +1,24 @@
+2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/data/sgetn.txt:  Correct copyright holder.
+       * testsuite/data/wistream_extractor_other-1.tst: Same.
+       * testsuite/data/wistream_extractor_other-2.tst: Same.
+       * testsuite/data/istream_extractor_other-1.txt: Same.
+       * testsuite/data/filebuf_virtuals-1.txt: Same.
+       * testsuite/data/wostream_inserter_other-1.tst: Same.
+       * testsuite/data/wostream_inserter_other-2.tst: Same.
+       * testsuite/data/ostream_inserter_other-1.tst: Same.
+       * testsuite/data/ostream_inserter_other-2.tst: Same.
+       * testsuite/data/wistream_extractor_other-1.txt: Same.
+       * testsuite/data/istream_extractor_other-1.tst: Same.
+       * testsuite/data/istream_extractor_other-2.tst: Same.
+       * testsuite/data/filebuf_virtuals-1.tst: Same.
+       * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
+       conditions.
+       * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
+       * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
+       * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
+
 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
 
        * include/ext/vstring.h (operator[]): Allow s[s.size()] in
index 59ec669915dfe44dc7f932b91cb1946ebdca5ca8..ace01a8c69f714b7c5d4f6d9592cdb5d50a4915b 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-05-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -73,7 +73,7 @@ void test05()
     strmsz_2 = fb_01.sgetn(carray2, strmsz_1 + 5);
     VERIFY( strmsz_1 == strmsz_2 - 5 ); 
     c4 = fb_01.sgetc(); // buffer should have underflowed from above.
-    VERIFY( c4 == 'h' );
+    VERIFY( c4 == 'e' );
     strmsz_1 = fb_01.in_avail();
     VERIFY( strmsz_1 > 0 );
     strmsz_2 = fb_01.sgetn(carray2, strmsz_1 + 5);
index 12f921adba99b3f656f56020ef2d09280f6ed66e..79f0a66b9c6a721abad2faa0b4d7dc6a6ac4278d 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-05-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -86,7 +86,7 @@ void test05()
     strmsz_2 = fb_01.sgetn(carray2, strmsz_1 + 5);
     VERIFY( strmsz_1 == strmsz_2 - 5 ); 
     c4 = fb_01.sgetc(); // buffer should have underflowed from above.
-    VERIFY( c4 == 'h' );
+    VERIFY( c4 == 'e' );
     strmsz_1 = fb_01.in_avail();
     VERIFY( strmsz_1 > 0 );
     strmsz_2 = fb_01.sgetn(carray2, strmsz_1 + 5);
index 61f93cdd000ab889dd48ce7bc710ebcc7cd0cfa1..6bc696122219f26104d5f7a7e210a90a4b25b839 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-05-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -70,11 +70,11 @@ void test05()
     strmsz_2 = fb_01.sgetn(carray2, 8181 + 5);
     VERIFY( 8181 == strmsz_2 - 5 ); 
     c4 = fb_01.sgetc(); // buffer should have underflowed from above.
-    VERIFY( c4 == 'h' );
+    VERIFY( c4 == 'e' );
     strmsz_1 = fb_01.in_avail();
     VERIFY( strmsz_1 > 0 );
     strmsz_2 = fb_01.sgetn(carray2, 65 + 5);
-    VERIFY( 65 == strmsz_2 ); // at the end of the actual file 
+    VERIFY( 70 == strmsz_2 ); // at the end of the actual file 
     VERIFY( fb_01.unbuffered() );
   }
 }
index b78f41f08f0a11c264797f5761110871c33f8c9d..d9b2728bac68fcd52528a6a3e65b80f0c46dda36 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-05-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -82,11 +82,11 @@ void test05()
     strmsz_2 = fb_01.sgetn(carray2, 8181 + 5);
     VERIFY( 8181 == strmsz_2 - 5 ); 
     c4 = fb_01.sgetc(); // buffer should have underflowed from above.
-    VERIFY( c4 == 'h' );
+    VERIFY( c4 == 'e' );
     strmsz_1 = fb_01.in_avail();
     VERIFY( strmsz_1 > 0 );
     strmsz_2 = fb_01.sgetn(carray2, 65 + 5);
-    VERIFY( 65 == strmsz_2 ); //at the end of the actual file 
+    VERIFY( 70 == strmsz_2 ); //at the end of the actual file 
     VERIFY( fb_01.unbuffered() );
   }
 }
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme
index cb3c57f7dfd3a38e23d0c6ad3b6b55713db4626b..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index f96f60ad350eef21233ccc5c1a181561593f658f..49d5a3be8da0949a2d12b233581ca88efae12c62 100644 (file)
@@ -1,6 +1,6 @@
 // 990811 bkoz
 
-// Copyright (C) 1999 Cygnus Solutions
+// Copyright (C) 1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/yabbyyou_jesusdread/disk_2/King Tubby's - Repatriation
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme
index 57a6dab06cad5fa707ecf6ea67a21d3f04b59e28..774f9bc546dc919f434ffce8f514cba37d9eca21 100644 (file)
@@ -2,7 +2,7 @@
 // test functionality of basic_filebuf for char_type == char
 // this is a data file for 27filebuf.cc
 
-// Copyright (C) 1997-1999 Cygnus Solutions
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -17,7 +17,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
 /mnt/cdrom/sarah_vaughan/sarah_vaughan.allofme